gate-info-coincompare
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinesegate-info-coincompare
gate-info-coincompare
Side-by-side comparison Skill. The user inputs 2-5 coins, the system calls market snapshot + fundamentals tools for each coin in parallel, and the LLM aggregates multi-dimensional data into a comparison table with overall analysis.
Trigger Scenarios: User mentions two or more coins + keywords like compare, versus, vs, which is better, difference, head-to-head.
并列对比Skill。用户输入2-5个加密货币,系统并行调用每个币种的市场快照+基本面工具,LLM将多维度数据汇总为对比表格并附上整体分析。
触发场景:用户提到两个及以上加密货币,同时出现compare、versus、vs、哪一个更好、区别、正面交锋这类关键词。
Routing Rules
路由规则
| User Intent | Keywords/Pattern | Action |
|---|---|---|
| Multi-coin comparison | "compare BTC and ETH" "SOL vs AVAX" "Layer2 coin comparison" | Execute this Skill's full workflow |
| Single coin analysis | "analyze SOL for me" | Route to |
| Price only | "what's BTC price" | Call |
| Sector overview | "how is the DeFi sector doing" | Route to |
| Ranking list | "top 10 coins by market cap" | |
| 用户意图 | 关键词/匹配模式 | 动作 |
|---|---|---|
| 多币种对比 | "compare BTC and ETH" "SOL vs AVAX" "Layer2币种对比" | 执行本Skill的完整工作流 |
| 单币种分析 | "帮我分析SOL" | 路由到 |
| 仅查询价格 | "BTC价格是多少" | 直接调用 |
| 板块概览 | "DeFi板块行情怎么样" | 路由到 |
| 榜单查询 | "市值排名前10的币种" | |
Execution Workflow
执行工作流
Step 1: Intent Recognition & Parameter Extraction
步骤1:意图识别与参数提取
Extract from user input:
- : List of coins (2-5), e.g., [BTC, ETH, SOL]
symbols[] - If the user mentions project names (e.g., Solana, Avalanche), map to ticker symbols
- If the user mentions a sector without specific coins (e.g., "which Layer2 coins are good"), prompt them to list 2-5 specific coins
Limits: Minimum 2, maximum 5. If more than 5, prompt user to narrow the scope. If only 1 coin, ask for at least one more or route to .
gate-info-coinanalysis从用户输入中提取:
- :币种列表(2-5个),例如[BTC, ETH, SOL]
symbols[] - 如果用户提到项目名(例如Solana、Avalanche),映射为对应的代币代码
- 如果用户提到板块但未指定具体币种(例如“哪些Layer2币种比较好”),提示用户列出2-5个具体币种
限制:最少2个,最多5个。如果超过5个,提示用户缩小范围。如果只有1个币种,询问用户是否要补充至少一个其他币种,或者路由到。
gate-info-coinanalysisStep 2: Call 2 MCP Tools per Coin in Parallel
步骤2:为每个币种并行调用2个MCP工具
For each in the list, execute in parallel:
symbol| Step | MCP Tool | Parameters | Retrieved Data | Parallel |
|---|---|---|---|---|
| 1a | | | Market data: real-time price, K-line summary, market cap, FDV, Fear & Greed Index | Yes |
| 1b | | | Fundamentals: project info, sector, funding, tokenomics | Yes |
For 3 coins, this results in 6 parallel Tool calls with no dependencies. Whenandinfo_marketsnapshot_batch_market_snapshotare available, prefer them; otherwise use per-coin calls above.info_coin_search_coins
针对列表中的每个,并行执行:
symbol| 步骤 | MCP工具 | 参数 | 获取的数据 | 并行执行 |
|---|---|---|---|---|
| 1a | | | 市场数据:实时价格、K线概要、市值、FDV、恐惧贪婪指数 | 是 |
| 1b | | | 基本面:项目信息、所属板块、融资情况、代币经济学 | 是 |
针对3个币种的场景,会并行发起6个无依赖的工具调用。当和info_marketsnapshot_batch_market_snapshot可用时优先使用,否则使用上述单币种调用方式。info_coin_search_coins
Step 3 (Optional): Technical Comparison
步骤3(可选):技术面对比
If the user explicitly requests technical comparison, or the number of coins is 3 or fewer, optionally call in parallel:
| Step | MCP Tool | Parameters | Retrieved Data | Parallel |
|---|---|---|---|---|
| 2 | | | Technical signals: RSI, MACD, MA alignment, support/resistance | Yes |
如果用户明确要求技术面对比,或者币种数量≤3,可选择并行调用:
| 步骤 | MCP工具 | 参数 | 获取的数据 | 并行执行 |
|---|---|---|---|---|
| 2 | | | 技术信号:RSI、MACD、MA排列、支撑位/阻力位 | 是 |
Step 4: LLM Cross-Comparison Report Generation
步骤4:LLM生成交叉对比报告
Group all Tool responses by coin, and the LLM generates a side-by-side comparison report using the template below.
将所有工具返回的结果按币种分组,LLM使用以下模板生成并列对比报告。
Report Template
报告模板
markdown
undefinedmarkdown
undefinedCoin Comparison: {symbol_1} vs {symbol_2} [vs {symbol_3} ...]
Coin Comparison: {symbol_1} vs {symbol_2} [vs {symbol_3} ...]
1. Key Metrics Comparison
1. Key Metrics Comparison
| Metric | {symbol_1} | {symbol_2} | {symbol_3} |
|---|---|---|---|
| Price | ${price_1} | ${price_2} | ${price_3} |
| 24h Change | {change_24h_1}% | {change_24h_2}% | {change_24h_3}% |
| 7d Change | {change_7d_1}% | {change_7d_2}% | {change_7d_3}% |
| Market Cap | ${mcap_1} | ${mcap_2} | ${mcap_3} |
| Market Cap Rank | #{rank_1} | #{rank_2} | #{rank_3} |
| FDV | ${fdv_1} | ${fdv_2} | ${fdv_3} |
| 24h Volume | ${vol_1} | ${vol_2} | ${vol_3} |
| Fear & Greed Index | {fg_1} | {fg_2} | {fg_3} |
| Metric | {symbol_1} | {symbol_2} | {symbol_3} |
|---|---|---|---|
| Price | ${price_1} | ${price_2} | ${price_3} |
| 24h Change | {change_24h_1}% | {change_24h_2}% | {change_24h_3}% |
| 7d Change | {change_7d_1}% | {change_7d_2}% | {change_7d_3}% |
| Market Cap | ${mcap_1} | ${mcap_2} | ${mcap_3} |
| Market Cap Rank | #{rank_1} | #{rank_2} | #{rank_3} |
| FDV | ${fdv_1} | ${fdv_2} | ${fdv_3} |
| 24h Volume | ${vol_1} | ${vol_2} | ${vol_3} |
| Fear & Greed Index | {fg_1} | {fg_2} | {fg_3} |
2. Fundamentals Comparison
2. Fundamentals Comparison
| Dimension | {symbol_1} | {symbol_2} | {symbol_3} |
|---|---|---|---|
| Sector | {category_1} | {category_2} | {category_3} |
| Total Funding | ${funding_1} | ${funding_2} | ${funding_3} |
| Key Investors | {investors_1} | {investors_2} | {investors_3} |
| Circulating Ratio | {circ_ratio_1}% | {circ_ratio_2}% | {circ_ratio_3}% |
| Upcoming Unlocks | {unlock_1} | {unlock_2} | {unlock_3} |
| Dimension | {symbol_1} | {symbol_2} | {symbol_3} |
|---|---|---|---|
| Sector | {category_1} | {category_2} | {category_3} |
| Total Funding | ${funding_1} | ${funding_2} | ${funding_3} |
| Key Investors | {investors_1} | {investors_2} | {investors_3} |
| Circulating Ratio | {circ_ratio_1}% | {circ_ratio_2}% | {circ_ratio_3}% |
| Upcoming Unlocks | {unlock_1} | {unlock_2} | {unlock_3} |
3. Technical Comparison (if available)
3. Technical Comparison (if available)
| Dimension | {symbol_1} | {symbol_2} | {symbol_3} |
|---|---|---|---|
| Overall Signal | {signal_1} | {signal_2} | {signal_3} |
| RSI(14) | {rsi_1} | {rsi_2} | {rsi_3} |
| MACD | {macd_1} | {macd_2} | {macd_3} |
| MA Alignment | {ma_1} | {ma_2} | {ma_3} |
| Dimension | {symbol_1} | {symbol_2} | {symbol_3} |
|---|---|---|---|
| Overall Signal | {signal_1} | {signal_2} | {signal_3} |
| RSI(14) | {rsi_1} | {rsi_2} | {rsi_3} |
| MACD | {macd_1} | {macd_2} | {macd_3} |
| MA Alignment | {ma_1} | {ma_2} | {ma_3} |
4. Comparative Summary
4. Comparative Summary
{LLM generates a 3-5 sentence cross-comparison analysis covering:}
- Strengths and weaknesses of each coin across dimensions
- Which coin has stronger recent performance and which is weakening
- Whether fundamentals and market data align
- Differentiated risks to watch
{LLM generates a 3-5 sentence cross-comparison analysis covering:}
- Strengths and weaknesses of each coin across dimensions
- Which coin has stronger recent performance and which is weakening
- Whether fundamentals and market data align
- Differentiated risks to watch
5. Dimension-by-Dimension Winners
5. Dimension-by-Dimension Winners
| Dimension | Best Performer | Weakest Performer | Notes |
|---|---|---|---|
| Short-term Gains | {best_1} | {worst_1} | ... |
| Market Cap / FDV Ratio | {best_2} | {worst_2} | ... |
| Funding Background | {best_3} | {worst_3} | ... |
| Technical Signals | {best_4} | {worst_4} | ... |
| Dimension | Best Performer | Weakest Performer | Notes |
|---|---|---|---|
| Short-term Gains | {best_1} | {worst_1} | ... |
| Market Cap / FDV Ratio | {best_2} | {worst_2} | ... |
| Funding Background | {best_3} | {worst_3} | ... |
| Technical Signals | {best_4} | {worst_4} | ... |
⚠️ Risk Warnings
⚠️ Risk Warnings
{Risk differentials identified in the comparison, e.g.:}
- {symbol_x} has only {x}% circulating supply — significantly higher unlock pressure than peers
- {symbol_y} RSI is in overbought territory — higher short-term pullback risk than {symbol_z}
- {symbol_w} 24h volume is disproportionately low relative to market cap — liquidity disadvantage
The above analysis is a data-driven side-by-side comparison and does not constitute investment advice. Please make decisions based on your own risk tolerance.
---{Risk differentials identified in the comparison, e.g.:}
- {symbol_x} has only {x}% circulating supply — significantly higher unlock pressure than peers
- {symbol_y} RSI is in overbought territory — higher short-term pullback risk than {symbol_z}
- {symbol_w} 24h volume is disproportionately low relative to market cap — liquidity disadvantage
The above analysis is a data-driven side-by-side comparison and does not constitute investment advice. Please make decisions based on your own risk tolerance.
---Decision Logic
判定逻辑
| Condition | Assessment |
|---|---|
| 24h change difference > 10% between coins | Flag "Significant short-term performance divergence" |
| FDV/Market Cap ratio for one coin > 2x others | Flag "Relatively elevated FDV — higher unlock risk" |
| Circulating ratio < 30% | Flag "Low circulating ratio — future sell pressure risk" |
| 24h volume / market cap < 1% | Flag "Low liquidity — slippage risk for large trades" |
| RSI difference > 30 (one overbought, another oversold) | Flag "Technicals in opposite states — evaluate separately" |
| Any Tool returns empty/error | Mark corresponding column as "Data unavailable"; display remaining coins normally |
| Two coins are from entirely different sectors | Remind user: "Cross-sector comparison is for reference only — core value drivers differ significantly" |
| 条件 | 评估结果 |
|---|---|
| 币种之间24小时涨跌幅差值大于10% | 标记“短期表现出现显著分化” |
| 某个币种的FDV/市值比值是其他币种的2倍以上 | 标记“FDV相对偏高,解锁风险更高” |
| 流通率低于30% | 标记“流通率低,存在未来抛售压力风险” |
| 24小时成交量/市值比值低于1% | 标记“流动性低,大额交易存在滑点风险” |
| RSI差值大于30(一个超买,另一个超卖) | 标记“技术面处于相反状态,需单独评估” |
| 任意工具返回空/错误 | 将对应列标记为“数据不可用”,其余币种正常展示 |
| 两个币种属于完全不同的板块 | 提醒用户:“跨板块对比仅供参考,核心价值驱动因素差异较大” |
Error Handling
错误处理
| Error Type | Handling |
|---|---|
| A coin does not exist | Note the name may be incorrect; exclude it and continue comparing the rest |
| Only 1 coin provided | Route to |
| More than 5 coins provided | Prompt user to narrow down to 5 or fewer, or suggest comparing in batches |
| A coin's Tool times out | Skip that coin's dimension; mark as "Temporarily unavailable" in the table |
| All Tools fail | Return error message; suggest the user try again later |
| User inputs an address | Route to |
| 错误类型 | 处理方式 |
|---|---|
| 币种不存在 | 提示名称可能有误,排除该币种后继续对比其余币种 |
| 仅提供1个币种 | 路由到 |
| 提供的币种超过5个 | 提示用户缩小范围到5个及以内,或者建议分批对比 |
| 某个币种的工具调用超时 | 跳过该币种的对应维度,在表格中标记为“暂时不可用” |
| 所有工具调用失败 | 返回错误信息,建议用户稍后重试 |
| 用户输入地址 | 路由到 |
Cross-Skill Routing
跨Skill路由
| User Follow-up Intent | Route To |
|---|---|
| "Give me a deep dive on SOL" | |
| "Show me SOL technicals in detail" | |
| "Any recent news for these coins?" | |
| "Is SOL's contract safe?" | |
| "Why did ETH pump but SOL didn't?" | |
| "How about on-chain data comparison?" | |
| 用户后续意图 | 路由到 |
|---|---|
| "给我深入分析下SOL" | |
| "给我看SOL的详细技术面" | |
| "这些币种有什么最新消息吗?" | |
| "SOL的合约安全吗?" | |
| "为什么ETH涨了SOL没涨?" | |
| "链上数据对比怎么样?" | |
Available Tools & Degradation Notes
可用工具与降级说明
| PRD-Defined Tool | Actually Available Tool | Status | Degradation Strategy |
|---|---|---|---|
| | Degraded | Call |
| | Degraded | Use |
| | ✅ Ready | — |
| PRD定义工具 | 实际可用工具 | 状态 | 降级策略 |
|---|---|---|---|
| | 已降级 | 并行调用单币种 |
| | 已降级 | 使用 |
| | ✅ 可用 | — |
Safety Rules
安全规则
- No investment advice: Comparative analysis is data-driven and must include a "not investment advice" disclaimer
- No ranking recommendations: Do not output conclusions like "buy A instead of B" — only present data differences
- No price predictions: Do not output specific target prices or up/down predictions
- Data transparency: Label data source and update time for each dimension
- Flag missing data: When any dimension has no data, explicitly mark "Data unavailable" — never fabricate data
- Cross-sector reminder: When compared coins belong to different sectors, remind the user of fundamental logic differences
- 不提供投资建议:对比分析为数据驱动,必须包含“不构成投资建议”的免责声明
- 不提供排名推荐:不得输出“买A不要买B”这类结论,仅展示数据差异
- 不做价格预测:不得输出具体目标价或者涨跌预测
- 数据透明:每个维度都要标注数据来源和更新时间
- 缺失数据标记:任意维度无数据时,明确标记“数据不可用”,严禁编造数据
- 跨板块提醒:当对比的币种属于不同板块时,提醒用户底层逻辑存在差异