analyze_persona
Loads a trader persona preset and computes annual all-in cost across exchanges in your country, ranking venues by fees, funding, spreads, and withdrawals.
Instructions
当用户描述自己的交易类型/身份(新手小额买入、定投囤币、活跃现货、合约波段、高频刷单、高净值机构、链上无 KYC 玩家)并想知道哪种交易所最适合自己、一年真实总花费多少时使用。Use when the user asks which exchange fits THEIR kind of trading, describes themselves as a beginner/HODLer/swing trader/scalper/institution/no-KYC trader, or wants an all-in annual cost for a trader scenario. Loads a research-anchored persona preset (casual_buyer, hodler_accumulator, active_spot_trader, swing_futures_trader, day_scalper, vip_institutional, dex_native) that bundles monthly volume, maker share, futures holding hours, market-order clip size, withdrawal and fiat on/off-ramp habits, then runs the FULL annual cost stack across every venue allowed in the country — trading fees + funding + spread crossing + on-chain withdrawals + direct fiat deposit/cash-out legs — and returns the ranked venues with cost-mix %, cheapest-venue leader for each cost component, a winner with concrete reasons and trade-offs, and tailored advice (VIP upgrade saving, token-discount hint, live funding/depth suggestions). Every preset parameter can be overridden. Requires persona id and country code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| side | No | 吃单方向,默认 buy;live 模式下 buy 行走卖盘 asks,sell 行走买盘 bids | |
| country | Yes | ISO 3166-1 alpha-2 居住国代码,如 US/CN/JP/GB/DE/BR;用于交易所合规过滤和法币通道地区过滤 | |
| persona | Yes | 交易员画像:casual_buyer=小额随买(银行卡入金主导);hodler_accumulator=定投囤币(银行通道+冷钱包提币);active_spot_trader=活跃现货;swing_futures_trader=合约波段(资金费敏感);day_scalper=高频刷单(90% maker、$300万/月);vip_institutional=高净值/机构($3000万/月+$300万资产);dex_native=链上无KYC(USDC 自托管出入) | |
| currency | No | 显示币种,默认 USD;汇率仅用于展示(法币通道币种由画像设定,默认 USD) | |
| language | No | 输出语言:en=英文(默认),zh=中文。仅影响 advice/warnings/tradeoffs/reasons 等叙述性文字,数值、字段名与错误码不受影响 | |
| useToken | No | 是否使用平台币折扣(覆盖画像默认 false) | |
| makerShare | No | 覆盖画像默认 maker 占比 0-1 | |
| spreadMode | No | 执行成本来源:bundled=内置典型点差基准(默认,半价差、零滑点,离线秒回);live=实时拉取订单簿前100档逐档行走,算出真实半价差+市场冲击滑点(逐所独立请求,单所失败自动回退内置基准并记入 failures,深度不足保留实测值并给 warning)。需配合 tradeSizeUsd 才会计入 | |
| spreadPair | No | 执行成本测算交易对,默认沿用 pair,再默认 BTC/USDT。live 模式现货自动解析现货市场(如 KuCoin 用 kucoin 而非 kucoinfutures),如 ETH/USDT、SOL-USDT | |
| fundingMode | No | 资金费率来源:bundled=内置长期均值(默认,离线稳定);live=实时拉取该合约当前资金费率(逐所独立请求,单所失败自动回退内置值;结果含 funding_source/funding_rate_ts/funding_pair 溯源字段) | |
| fundingPair | No | 资金费率合约对,默认 BTC/USDT 永续;仅 fundingMode=live 时生效,如 ETH/USDT、SOL-USDT | |
| holdingHours | No | 覆盖画像默认月持仓敞口小时数(合约资金费) | |
| tokenBalance | No | 平台币/质押数量,配合 useToken | |
| tradeSizeUsd | No | 覆盖画像默认单笔市价单规模(USD),触发点差穿越成本 | |
| accountAssetsUsd | No | 覆盖画像默认账户总资产(USD) | |
| monthlyVolumeUsd | No | 覆盖画像默认月交易量(USD) |