gate-info-coinanalysis

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

gate-info-coinanalysis

gate-info-coinanalysis

The most frequently used Skill. The user inputs a coin name, the system calls 5 MCP Tools in parallel to fetch fundamentals + market data + technicals + news + social sentiment, then the LLM aggregates the results into a structured analysis report.
Trigger Scenarios: User mentions a specific coin + keywords like analyze, how is, worth, look at, fundamentals, market analysis.

这是最常用的Skill。用户输入加密货币名称后,系统会并行调用5个MCP工具,获取基本面+市场数据+技术指标+新闻+社交情绪数据,随后由LLM将结果汇总为结构化分析报告。
触发场景:用户提及特定加密货币 + 包含analyze、how is、worth、look at、fundamentals、market analysis等关键词。

Routing Rules

路由规则

User IntentKeywordsAction
Single coin comprehensive analysis"analyze SOL" "how is BTC" "is ETH worth buying"Execute this Skill's full workflow
Price only"what's BTC price" "ETH current price"Do NOT use this Skill — call
info_marketsnapshot_get_market_snapshot
directly
Multi-coin comparison"compare BTC and ETH"Route to
gate-info-coincompare
News only"any SOL news lately"Route to
gate-news-briefing
Technicals only"BTC technical analysis" "what's the RSI"Route to
gate-info-trendanalysis

用户意图关键词操作
单一加密货币综合分析"analyze SOL" "how is BTC" "is ETH worth buying"执行此Skill的完整工作流
仅查询价格"what's BTC price" "ETH current price"不使用此Skill — 直接调用
info_marketsnapshot_get_market_snapshot
多币种对比"compare BTC and ETH"路由至
gate-info-coincompare
仅查询新闻"any SOL news lately"路由至
gate-news-briefing
仅查询技术分析"BTC technical analysis" "what's the RSI"路由至
gate-info-trendanalysis

Execution Workflow

执行工作流

Step 1: Intent Recognition & Parameter Extraction

步骤1:意图识别与参数提取

Extract from user input:
  • symbol
    : Coin ticker (e.g., BTC, SOL, ETH)
  • If the user mentions a project name (e.g., Solana, Uniswap), map it to the ticker symbol
If the coin cannot be identified, ask the user to clarify the coin name — do not guess.
从用户输入中提取:
  • symbol
    :加密货币代码(如BTC、SOL、ETH)
  • 若用户提及项目名称(如Solana、Uniswap),需映射为对应的加密货币代码
若无法识别加密货币,请用户明确加密货币名称 — 不要猜测。

Step 2: Call 5 MCP Tools in Parallel

步骤2:并行调用5个MCP工具

StepMCP ToolParametersRetrieved DataParallel
1a
info_coin_get_coin_info
query={symbol}, scope="full"
Fundamentals: project info, team, funding, sector, tokenomics, unlock scheduleYes
1b
info_marketsnapshot_get_market_snapshot
symbol={symbol}, timeframe="1d", source="spot"
Market data: price, 24h/7d change, market cap, OI, funding rate, Fear & Greed IndexYes
1c
info_markettrend_get_technical_analysis
symbol={symbol}
Technicals: multi-timeframe signals (RSI zones, MACD cross, MA alignment, support/resistance)Yes
1d
news_feed_search_news
coin={symbol}, limit=5, sort_by="importance"
News: top 5 most important recent articlesYes
1e
news_feed_get_social_sentiment
coin={symbol}
Social sentiment: Twitter KOL discussion volume, sentiment biasYes
All 5 Tools are called in parallel with no dependencies. If no news MCP is configured, call only the first 3 Gate-info tools; mark sentiment sections as "No data".
步骤MCP工具参数获取的数据是否并行
1a
info_coin_get_coin_info
query={symbol}, scope="full"
基本面:项目信息、团队、融资情况、赛道、通证经济、解锁时间表
1b
info_marketsnapshot_get_market_snapshot
symbol={symbol}, timeframe="1d", source="spot"
市场数据:价格、24小时/7天涨跌幅、市值、持仓量、资金费率、恐惧与贪婪指数
1c
info_markettrend_get_technical_analysis
symbol={symbol}
技术指标:多时间周期信号(RSI区间、MACD交叉、均线排列、支撑位/阻力位)
1d
news_feed_search_news
coin={symbol}, limit=5, sort_by="importance"
新闻:最近5条最重要的相关文章
1e
news_feed_get_social_sentiment
coin={symbol}
社交情绪:Twitter意见领袖讨论量、情绪倾向
所有5个工具均并行调用,无依赖关系。若未配置新闻类MCP工具,仅调用前3个Gate-info工具;并将情绪部分标记为「无数据」。

Step 3: LLM Aggregation

步骤3:LLM结果汇总

Pass all 5 Tool responses to the LLM to generate a structured analysis report.
将5个工具的响应结果传入LLM,生成结构化分析报告。

Step 4: Output Structured Report

步骤4:输出结构化报告



Report Template

报告模板

markdown
undefined
markdown
undefined

{symbol} Comprehensive Analysis

{symbol} 综合分析

1. Fundamentals Overview

1. 基本面概览

MetricValue
Project Name{project_name}
Sector{category}
Market Cap Rank#{market_cap_rank}
Circulating Market Cap${market_cap}
Fully Diluted Valuation${fdv}
Total Funding Raised${total_funding}
Key Investors{investors}
{Brief analysis of tokenomics and unlock schedule; flag any upcoming large unlocks}
指标数值
项目名称{project_name}
赛道{category}
市值排名#{market_cap_rank}
流通市值${market_cap}
完全稀释估值${fdv}
总融资额${total_funding}
主要投资方{investors}
{通证经济与解锁时间表的简要分析;标记即将到来的大额解锁事件}

2. Market Data & Technical Analysis

2. 市场数据与技术分析

Current Market Data
MetricValueStatus
Price${price}
24h Change{change_24h}%{Up/Down/Sideways}
7d Change{change_7d}%{Up/Down/Sideways}
24h Volume${volume_24h}{High/Low/Normal}
RSI(14){rsi}{Overbought/Oversold/Neutral}
Fear & Greed Index{fear_greed}{Extreme Fear/Fear/Neutral/Greed/Extreme Greed}
Technical Signals
{Based on info_markettrend_get_technical_analysis multi-timeframe signals, give a Bullish/Bearish/Neutral overall assessment}
  • Short-term (1h/4h): {signal}
  • Medium-term (1d): {signal}
  • Support: ${support}
  • Resistance: ${resistance}
当前市场数据
指标数值状态
价格${price}
24小时涨跌幅{change_24h}%{上涨/下跌/横盘}
7天涨跌幅{change_7d}%{上涨/下跌/横盘}
24小时成交量${volume_24h}{高/低/正常}
RSI(14){rsi}{超买/超卖/中性}
恐惧与贪婪指数{fear_greed}{极度恐惧/恐惧/中性/贪婪/极度贪婪}
技术信号
{基于info_markettrend_get_technical_analysis的多时间周期信号,给出整体看涨/看跌/中性的评估}
  • 短期(1小时/4小时):{signal}
  • 中期(1天):{signal}
  • 支撑位:${support}
  • 阻力位:${resistance}

3. News & Market Sentiment

3. 新闻与市场情绪

Recent Key News
  1. {title} — {summary} ({time})
  2. ...
Social Sentiment
  • Twitter Discussion Volume: {level}
  • KOL Sentiment Bias: {Bullish/Bearish/Neutral}
  • Sentiment Score: {sentiment_score}
近期重要新闻
  1. {title} — {summary} ({time})
  2. ...
社交情绪
  • Twitter讨论量:{level}
  • 意见领袖情绪倾向:{看涨/看跌/中性}
  • 情绪得分:{sentiment_score}

4. Overall Assessment

4. 整体评估

{LLM generates a 3-5 sentence assessment covering:}
  • Current market phase for this asset
  • Primary drivers (fundamentals / technicals / sentiment)
  • Key risks to monitor
{LLM生成3-5句话的评估,涵盖:}
  • 该资产当前的市场阶段
  • 主要驱动因素(基本面/技术面/情绪面)
  • 需要关注的核心风险

⚠️ Risk Warnings

⚠️ 风险提示

{Data-driven risk alerts, e.g.:}
  • RSI overbought — elevated short-term pullback risk
  • Upcoming large token unlock
  • High funding rate — leveraged long crowding
  • Low liquidity (if applicable)
The above analysis is data-driven and does not constitute investment advice. Please make decisions based on your own risk tolerance.

---
{基于数据的风险警示,例如:}
  • RSI超买 — 短期回调风险升高
  • 即将到来的大额通证解锁
  • 高资金费率 — 多头杠杆拥挤
  • 流动性不足(如适用)
以上分析基于数据驱动,不构成投资建议。请根据自身风险承受能力做出决策。

---

Decision Logic

决策逻辑

ConditionAssessment
RSI > 70Flag "Overbought — elevated short-term pullback risk"
RSI < 30Flag "Oversold — potential bounce"
24h volume > 7d avg volume x 2Flag "Significant volume surge"
24h volume < 7d avg volume x 0.5Flag "Notable volume decline"
funding_rate > 0.05%Flag "High funding rate — long crowding"
funding_rate < -0.05%Flag "Negative funding rate — short crowding"
fear_greed > 75Flag "Extreme Greed — exercise caution"
fear_greed < 25Flag "Extreme Fear — potential opportunity"
Token unlock in next 30 days > 5% of circulating supplyFlag "Large upcoming token unlock — potential sell pressure"
Any Tool returns empty/errorSkip that section; note "Data unavailable" in the report

条件评估结论
RSI > 70标记「超买 — 短期回调风险升高」
RSI < 30标记「超卖 — 潜在反弹机会」
24小时成交量 > 7天平均成交量 ×2标记「成交量显著放大」
24小时成交量 < 7天平均成交量 ×0.5标记「成交量明显萎缩」
资金费率 > 0.05%标记「高资金费率 — 多头拥挤」
资金费率 < -0.05%标记「负资金费率 — 空头拥挤」
恐惧与贪婪指数 >75标记「极度贪婪 — 需谨慎」
恐惧与贪婪指数 <25标记「极度恐惧 — 潜在机会」
未来30天通证解锁量 > 流通供应量的5%标记「即将到来的大额通证解锁 — 潜在抛压」
任意工具返回空值/错误跳过该维度;在报告中注明「数据不可用」

Error Handling

错误处理

Error TypeHandling
Coin does not existPrompt user to verify the coin name; suggest using
info_coin_search_coins
A single Tool times outSkip that dimension; note "This dimension is temporarily unavailable"
All Tools failReturn error message; suggest the user try again later
User inputs multiple coinsRoute to
gate-info-coincompare
User inputs an address instead of a coinRoute to
gate-info-addresstracker

错误类型处理方式
加密货币不存在提示用户核实加密货币名称;建议使用
info_coin_search_coins
单个工具超时跳过该维度;注明「该维度暂时不可用」
所有工具调用失败返回错误信息;建议用户稍后重试
用户输入多个加密货币路由至
gate-info-coincompare
用户输入地址而非加密货币路由至
gate-info-addresstracker

Cross-Skill Routing

跨Skill路由

User Follow-up IntentRoute To
"Give me a technical analysis"
gate-info-trendanalysis
"Any recent news?"
gate-news-briefing
"What about on-chain data?"
gate-info-tokenonchain
"Is this coin safe?"
gate-info-riskcheck
"Compare XX and YY"
gate-info-coincompare
"Why is it pumping/dumping?"
gate-news-eventexplain

用户后续意图路由至
"给我技术分析"
gate-info-trendanalysis
"有近期新闻吗?"
gate-news-briefing
"链上数据如何?"
gate-info-tokenonchain
"这个加密货币安全吗?"
gate-info-riskcheck
"对比XX和YY"
gate-info-coincompare
"为什么暴涨/暴跌?"
gate-news-eventexplain

Safety Rules

安全规则

  1. No investment advice: The overall assessment is data-driven analysis and must include a "not investment advice" disclaimer
  2. No price predictions: Do not output specific target prices or up/down predictions
  3. Data transparency: Label data source and update time for each dimension
  4. Flag missing data: When any dimension has no data, explicitly inform the user — never fabricate data
  1. 不提供投资建议:整体评估为数据驱动的分析,必须包含「不构成投资建议」的免责声明
  2. 不做价格预测:不得输出具体目标价格或涨跌预测
  3. 数据透明:为每个维度标注数据来源和更新时间
  4. 标记缺失数据:当任意维度无数据时,需明确告知用户 — 绝不编造数据