gate-info-marketoverview

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

gate-info-marketoverview

gate-info-marketoverview

The crypto market "dashboard" Skill. The user asks about overall market conditions in a single sentence; the system calls 5 MCP Tools in parallel to fetch market-wide data + sector leaderboards + DeFi overview + recent events + macro summary, then the LLM aggregates into a market-briefing-level structured report.
Trigger Scenarios: User asks about overall market conditions — not about a specific coin.

加密货币市场「仪表盘」Skill。用户用一句话询问整体市场行情时,系统会并行调用5个MCP工具获取全市场数据+板块排行榜+DeFi概览+近期事件+宏观经济摘要,随后LLM将这些信息整合为一份市场简报级别的结构化报告。
触发场景:用户询问整体市场行情——而非某一特定币种的情况。

Routing Rules

路由规则

User IntentKeywordsAction
Market overview"how's the market" "market overview" "what's happening in crypto" "are we up or down today"Execute this Skill's full workflow
Single coin analysis"how is BTC" "analyze ETH"Route to
gate-info-coinanalysis
News only"what's happening"Route to
gate-news-briefing
DeFi deep-dive"which DeFi protocol is best" "TVL rankings"Route to
gate-info-defianalysis
Macro deep-dive"how's the jobs report" "any economic data today"Route to
gate-info-macroimpact

用户意图关键词操作
市场概览"how's the market" "market overview" "what's happening in crypto" "are we up or down today"执行此Skill的完整工作流
单个币种分析"how is BTC" "analyze ETH"路由至
gate-info-coinanalysis
仅查询新闻"what's happening"路由至
gate-news-briefing
DeFi深度分析"which DeFi protocol is best" "TVL rankings"路由至
gate-info-defianalysis
宏观经济深度分析"how's the jobs report" "any economic data today"路由至
gate-info-macroimpact

Execution Workflow

执行工作流

Step 1: Intent Recognition

步骤1:意图识别

Confirm the user is asking about overall market conditions (not a single coin). Optionally extract:
  • time_context
    : e.g., "today", "this week", "recently" (affects news/event time range)
确认用户询问的是整体市场行情(而非单个币种)。可选择性提取:
  • time_context
    :例如「today」、「this week」、「recently」(会影响新闻/事件的查询时间范围)

Step 2: Call 5 MCP Tools in Parallel

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

StepMCP ToolParametersRetrieved DataParallel
1a
info_marketsnapshot_get_market_overview
(none)Full market: total market cap, 24h volume, BTC dominance, Fear & Greed Index, gainer/loser ratioYes
1b
info_coin_get_coin_rankings
ranking_type="gainers", time_range="24h", limit=5
Top 5 gainersYes
1c
info_platformmetrics_get_defi_overview
category="all"
DeFi total TVL, DEX 24h volume, stablecoin total market capYes
1d
news_events_get_latest_events
time_range="24h", limit=5
Major events in the past 24hYes
1e
info_macro_get_macro_summary
(none)Macro snapshot (DXY, rates, CPI trend)Yes
All 5 Tools are called in parallel with no dependencies. If a tool is not available, omit that call and mark the corresponding report section as "No data". If
info_marketsnapshot_get_market_overview
is not available, use
info_marketsnapshot_get_market_snapshot
for BTC/ETH as fallback.
步骤MCP工具参数获取的数据并行执行
1a
info_marketsnapshot_get_market_overview
全市场数据:总市值、24小时成交量、BTC市值占比、恐惧与贪婪指数、涨跌家数比
1b
info_coin_get_coin_rankings
ranking_type="gainers", time_range="24h", limit=5
涨幅榜前5的币种
1c
info_platformmetrics_get_defi_overview
category="all"
DeFi总TVL、DEX 24小时成交量、稳定币总市值
1d
news_events_get_latest_events
time_range="24h", limit=5
过去24小时的重大事件
1e
info_macro_get_macro_summary
宏观经济快照(DXY、利率、CPI趋势)
5个工具无依赖关系,全部并行调用。如果某个工具不可用,跳过该调用并将报告对应章节标记为「无数据」。如果
info_marketsnapshot_get_market_overview
不可用,可使用
info_marketsnapshot_get_market_snapshot
获取BTC/ETH数据作为兜底方案。

Step 2b: Optional Supplementary Calls

步骤2b:可选补充调用

ConditionSupplementary ToolParametersPurpose
User asks about "this week" or needs trend context
info_coin_get_coin_rankings
ranking_type="losers", time_range="24h", limit=5
Add top losers
User is interested in sector rotation
info_coin_get_coin_rankings
ranking_type="hot", limit=10
Trending coins
触发条件补充调用工具参数用途
用户询问「本周」行情或需要趋势上下文
info_coin_get_coin_rankings
ranking_type="losers", time_range="24h", limit=5
补充跌幅榜前5的币种
用户关注板块轮动情况
info_coin_get_coin_rankings
ranking_type="hot", limit=10
获取热门币种数据

Step 3: LLM Aggregation

步骤3:LLM聚合生成报告



Report Template

报告模板

markdown
undefined
markdown
undefined

Crypto Market Overview

Crypto Market Overview

Data as of: {timestamp}
Data as of: {timestamp}

1. Market Summary

1. Market Summary

MetricCurrent Value24h Change
Total Market Cap${total_market_cap}{change}%
24h Volume${total_volume_24h}{change}%
BTC Dominance{btc_dominance}%{change}pp
Fear & Greed Index{fear_greed_index}{Extreme Fear/Fear/Neutral/Greed/Extreme Greed}
Gainer/Loser Ratio{gainers}/{losers}{Bulls/Bears/Balanced}
Market Status: {One-sentence description of the current market state based on the above metrics}
MetricCurrent Value24h Change
Total Market Cap${total_market_cap}{change}%
24h Volume${total_volume_24h}{change}%
BTC Dominance{btc_dominance}%{change}pp
Fear & Greed Index{fear_greed_index}{Extreme Fear/Fear/Neutral/Greed/Extreme Greed}
Gainer/Loser Ratio{gainers}/{losers}{Bulls/Bears/Balanced}
Market Status: {One-sentence description of the current market state based on the above metrics}

2. Sectors & Leaderboard

2. Sectors & Leaderboard

24h Top Gainers
RankCoinPrice24h Change
1{symbol}${price}+{change}%
2.........
24h Top Losers (if data available)
RankCoinPrice24h Change
1{symbol}${price}{change}%
2.........
{If the leaderboards show sector patterns (e.g., L2s rallying, Memes dumping), flag sector rotation}
24h Top Gainers
RankCoinPrice24h Change
1{symbol}${price}+{change}%
2.........
24h Top Losers (if data available)
RankCoinPrice24h Change
1{symbol}${price}{change}%
2.........
{If the leaderboards show sector patterns (e.g., L2s rallying, Memes dumping), flag sector rotation}

3. DeFi Overview

3. DeFi Overview

MetricValueChange
DeFi Total TVL${defi_tvl}{change}%
DEX 24h Volume${dex_volume}{change}%
Stablecoin Total Market Cap${stablecoin_cap}{change}%
MetricValueChange
DeFi Total TVL${defi_tvl}{change}%
DEX 24h Volume${dex_volume}{change}%
Stablecoin Total Market Cap${stablecoin_cap}{change}%

4. Recent Major Events

4. Recent Major Events

  1. 🔴/🟡/🟢 [{event_title}] — {event_summary} ({time})
  2. ...
🔴 = High impact, 🟡 = Medium impact, 🟢 = Low impact
  1. 🔴/🟡/🟢 [{event_title}] — {event_summary} ({time})
  2. ...
🔴 = High impact, 🟡 = Medium impact, 🟢 = Low impact

5. Macro Environment

5. Macro Environment

MetricValueTrend
US Dollar Index (DXY){dxy}{Rising/Falling/Sideways}
10Y Treasury Yield{yield_10y}%{Rising/Falling}
Fed Funds Rate{fed_rate}%{Hiking/Cutting/Paused}
{If there are upcoming macro events (NFP, CPI, FOMC), briefly mention potential market impact}
MetricValueTrend
US Dollar Index (DXY){dxy}{Rising/Falling/Sideways}
10Y Treasury Yield{yield_10y}%{Rising/Falling}
Fed Funds Rate{fed_rate}%{Hiking/Cutting/Paused}
{If there are upcoming macro events (NFP, CPI, FOMC), briefly mention potential market impact}

6. Overall Assessment

6. Overall Assessment

{LLM generates a 3-5 sentence assessment:}
  • Current market phase (bull / bear / sideways / recovery)
  • Primary drivers
  • Key risks or opportunities to watch
The above analysis is data-driven and does not constitute investment advice.

---
{LLM generates a 3-5 sentence assessment:}
  • Current market phase (bull / bear / sideways / recovery)
  • Primary drivers
  • Key risks or opportunities to watch
The above analysis is data-driven and does not constitute investment advice.

---

Decision Logic

决策逻辑

ConditionLabel/Assessment
fear_greed > 75"Extreme Greed — exercise caution at highs"
fear_greed < 25"Extreme Fear — potential opportunity amid panic"
BTC dominance > 55% and altcoins broadly declining"Capital rotating back to BTC — altcoins under pressure"
BTC dominance declining + altcoins broadly rising"Potential altcoin season"
Gainer/Loser ratio > 3:1"Broad-based rally — bulls in control"
Gainer/Loser ratio < 1:3"Broad-based decline — bears in control"
DeFi TVL 7d change > +10%"Significant capital inflow into DeFi"
Stablecoin market cap rising"Off-exchange capital flowing in — bullish signal"
Any Tool returns empty/errorSkip that section; note "Data unavailable"

触发条件标签/评估结论
恐惧与贪婪指数 > 75"极端贪婪——高位需谨慎"
恐惧与贪婪指数 < 25"极端恐惧——恐慌情绪下或存在机会"
BTC市值占比 > 55%且山寨币普遍下跌"资金回流BTC——山寨币承压"
BTC市值占比下降+山寨币普遍上涨"或迎来山寨币行情"
涨跌家数比 > 3:1"普涨行情——多头占优"
涨跌家数比 < 1:3"普跌行情——空头占优"
DeFi TVL 7日涨幅 > +10%"DeFi板块有大量资金流入"
稳定币市值上升"场外资金入场——看涨信号"
任意工具返回空值/报错跳过对应章节,标注「数据不可用」

Error Handling

错误处理

Error TypeHandling
get_market_overview or core snapshot failsReturn degraded version showing only available sections; or use get_market_snapshot for BTC/ETH as fallback
Macro data unavailableSkip "Macro Environment" section; note "Macro data temporarily unavailable"
Event data unavailableSkip "Recent Major Events" section
All Tools failReturn error message; suggest the user try again later

错误类型处理方案
get_market_overview或核心快照接口调用失败返回降级版本,仅展示可用章节;或调用get_market_snapshot获取BTC/ETH数据作为兜底
宏观经济数据不可用跳过「宏观经济环境」章节,标注「宏观数据暂时不可用」
事件数据不可用跳过「近期重大事件」章节
所有工具调用失败返回错误信息,建议用户稍后重试

Cross-Skill Routing

跨技能路由

User Follow-up IntentRoute To
"How is BTC?" / clicks on a specific coin
gate-info-coinanalysis
"Why did XX pump?"
gate-news-eventexplain
"Any recent news?"
gate-news-briefing
"DeFi details"
gate-info-defianalysis
"Macro data impact"
gate-info-macroimpact
"Give me a BTC technical analysis"
gate-info-trendanalysis

用户后续询问意图路由目标
"How is BTC?" / 点击某个特定币种
gate-info-coinanalysis
"Why did XX pump?"
gate-news-eventexplain
"Any recent news?"
gate-news-briefing
"DeFi details"
gate-info-defianalysis
"Macro data impact"
gate-info-macroimpact
"Give me a BTC technical analysis"
gate-info-trendanalysis

Safety Rules

安全规则

  1. No investment advice: Market assessments are data-driven; must include a "not investment advice" disclaimer
  2. No trend predictions: Do not output "tomorrow will go up/down" style predictions
  3. Data transparency: Label data source and update time
  4. Flag missing data: When any section has no data, explicitly state it — never fabricate data
  5. Avoid emotional language: Use objective, neutral language to describe market conditions
  1. 不提供投资建议:市场评估均为数据驱动,必须包含「不构成投资建议」的免责声明
  2. 不做趋势预测:不得输出「明天会涨/跌」类的预测内容
  3. 数据透明:标注数据来源和更新时间
  4. 缺失数据明确标注:任意章节无数据时必须明确说明,严禁编造数据
  5. 避免情绪化表述:使用客观中立的语言描述市场情况