gate-news-listing

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

gate-news-listing

gate-news-listing

Listing radar Skill. The user queries exchange listing/delisting/maintenance announcements, the system first calls the exchange announcements Tool, then supplements high-interest coins with fundamentals and market data. The LLM aggregates everything into a structured exchange activity report.
Trigger Scenarios: User mentions an exchange name + listing/delisting keywords, or asks "any new coins listed recently" or "any new projects".

上币雷达Skill。当用户查询交易所上币/下币/维护公告时,系统首先调用交易所公告工具,然后为高关注度币种补充基本面和市场数据,最后由LLM将所有内容聚合为结构化的交易所活动报告。
触发场景:用户提及交易所名称+上币/下币关键词,或者询问“最近有哪些新币上线”或“有什么新项目”。

Routing Rules

路由规则

User IntentKeywords/PatternAction
Query exchange listings"what did Binance list" "any new coins on Gate" "recent new listings"Execute this Skill's full workflow
Query specific coin listing info"where is SOL listed" "when was PEPE listed on Binance"Execute this Skill (filter by coin)
Query delistings/maintenance"any coins getting delisted" "exchange maintenance announcements"Execute this Skill (filter by announcement type)
News briefing"what happened recently"Route to
gate-news-briefing
Coin analysis"how is this new coin doing"Route to
gate-info-coinanalysis
Contract security check"is this new coin safe"Route to
gate-info-riskcheck

用户意图关键词/匹配模式执行动作
查询交易所上币情况"what did Binance list" "Gate上线了什么新币" "最近的新上币"执行本Skill完整工作流
查询特定币种的上币信息"SOL在哪些交易所上线了" "PEPE什么时候在Binance上线的"执行本Skill(按币种过滤结果)
查询下币/维护公告"有什么币要被下币了" "交易所维护公告"执行本Skill(按公告类型过滤结果)
新闻简报"最近发生了什么"路由到
gate-news-briefing
币种分析"这个新币怎么样"路由到
gate-info-coinanalysis
合约安全检测"这个新币安全吗"路由到
gate-info-riskcheck

Execution Workflow

执行工作流

Step 1: Intent Recognition & Parameter Extraction

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

Extract from user input:
  • exchange
    (optional): Exchange name (e.g., Binance, Gate, OKX, Bybit, Coinbase)
  • coin
    (optional): Specific coin symbol
  • announcement_type
    (optional): Announcement type (listing / delisting / maintenance)
  • limit
    : Number of results, default 10
Default Logic:
  • If no exchange specified, query all exchanges
  • If no announcement type specified, default to listing
  • If user mentions "delisting" or "maintenance", set the corresponding
    announcement_type
从用户输入中提取以下参数:
  • exchange
    (可选):交易所名称(例如Binance、Gate、OKX、Bybit、Coinbase)
  • coin
    (可选):特定币种符号
  • announcement_type
    (可选):公告类型(上币/下币/维护)
  • limit
    :返回结果数量,默认10条
默认逻辑
  • 如果未指定交易所,查询所有交易所
  • 如果未指定公告类型,默认查询上币公告
  • 如果用户提及“下币”或“维护”,则设置对应的
    announcement_type
    参数

Step 2: Call Exchange Announcements Tool

步骤2:调用交易所公告工具

StepMCP ToolParametersRetrieved DataParallel
1
news_feed_get_exchange_announcements
exchange={exchange}, coin={coin}, announcement_type={type}, limit={limit}
Announcement list: exchange, coin, type, time, details
步骤MCP工具参数获取的数据是否并行
1
news_feed_get_exchange_announcements
exchange={exchange}, coin={coin}, announcement_type={type}, limit={limit}
公告列表:交易所、币种、类型、时间、详情

Step 3: Supplement Key Coins with Data (Parallel)

步骤3:为重点币种补充数据(并行)

From Step 2 results, extract the top 3-5 newly listed coins and supplement in parallel:
StepMCP ToolParametersRetrieved DataParallel
2a
info_coin_get_coin_info
query={coin_symbol}
Project fundamentals: sector, funding, descriptionYes
2b
info_marketsnapshot_get_market_snapshot
symbol={coin_symbol}, timeframe="1d", source="spot"
Market data: price, change, market cap, volumeYes
Only supplement data for listing-type announcements. Delisting/maintenance announcements do not need market data.
从步骤2的结果中提取排名前3-5的新上币,并行补充以下数据:
步骤MCP工具参数获取的数据是否并行
2a
info_coin_get_coin_info
query={coin_symbol}
项目基本面:所属赛道、融资情况、项目描述
2b
info_marketsnapshot_get_market_snapshot
symbol={coin_symbol}, timeframe="1d", source="spot"
市场数据:价格、涨跌幅、市值、交易量
仅为上币类公告补充数据,下币/维护公告不需要补充市场数据。

Step 4: LLM Aggregation — Generate Report

步骤4:LLM聚合生成报告

Pass announcement data and supplementary info to the LLM to generate the exchange activity report using the template below.

将公告数据和补充信息传入LLM,按照下方模板生成交易所活动报告。

Report Template

报告模板

markdown
undefined
markdown
undefined

Exchange Activity Report

交易所活动报告

Data range: {start_time} — {end_time} | Exchange: {exchange / "All"} | Type: {type / "Listings"}
数据范围:{start_time} — {end_time} | 交易所:{exchange / "全部"} | 类型:{type / "上币公告"}

1. Latest Listing Announcements

1. 最新上币公告

#ExchangeCoinTypeListing TimeTrading Pairs
1{exchange_1}{coin_1}Listed{time_1}{pairs_1}
2{exchange_2}{coin_2}Listed{time_2}{pairs_2}
..................
#交易所币种类型上币时间交易对
1{exchange_1}{coin_1}已上线{time_1}{pairs_1}
2{exchange_2}{coin_2}已上线{time_2}{pairs_2}
..................

2. Featured New Coins

2. 重点新币介绍

{Quick analysis of the top 3-5 newly listed coins}
{对排名前3-5的新上币的快速分析}

{coin_1}

{coin_1}

MetricValue
Project Description{description}
Sector{category}
Funding Background{funding}
Current Price${price}
Post-Listing Change{change}%
24h Volume${volume}
Market Cap${market_cap}
{LLM one-liner: highlights and risks to watch for this project}
指标数值
项目描述{description}
所属赛道{category}
融资背景{funding}
当前价格${price}
上币后涨跌幅{change}%
24小时交易量${volume}
市值${market_cap}
{LLM生成一句话总结:项目亮点和需要注意的风险}

{coin_2}

{coin_2}

...
...

3. Delisting / Maintenance Notices (if any)

3. 下币/维护通知(如有)

#ExchangeCoinTypeEffective DateNotes
1......Delisted......
#交易所币种类型生效日期备注
1......已下币......

4. Activity Summary

4. 活动总结

{LLM generates a 2-3 sentence summary based on all announcement data:}
  • Most active exchange for new listings recently
  • Trending listing sectors (Meme / AI / DePIN / L2, etc.)
  • Notable projects and why they stand out
  • Delisting/maintenance reminders (if any)
{LLM基于所有公告数据生成2-3句话的总结:}
  • 近期新上币最活跃的交易所
  • 热门上币赛道(Meme / AI / DePIN / L2等)
  • 值得关注的项目及亮点
  • 下币/维护提醒(如有)

⚠️ Risk Warnings

⚠️ 风险提示

  • Newly listed coins experience extreme volatility — the price discovery phase carries very high risk
  • Some newly listed tokens may have insufficient liquidity — watch for slippage on large trades
  • It is recommended to use the "Risk Assessment" feature to check contract security before trading
The above information is compiled from public announcements and on-chain data and does not constitute investment advice.

---
  • 新上币价格波动极大,价格发现阶段风险非常高
  • 部分新上线代币流动性可能不足,大额交易需注意滑点
  • 建议交易前使用「风险评估」功能检查合约安全
以上信息整理自公开公告和链上数据,不构成投资建议。

---

Decision Logic

决策逻辑

ConditionAssessment
New coin 24h change > +100% post-listingFlag "Abnormal surge — chasing the pump carries extreme risk"
New coin 24h change < -50% post-listingFlag "Listed at a loss — buying now requires caution"
24h volume < $100KFlag "Extremely low volume — severe liquidity shortage"
Multiple exchanges list the same coin simultaneouslyFlag "Multi-exchange simultaneous listing — high market attention"
Announcement type is delistingFlag "Upcoming delisting — please handle positions promptly"
Announcement type is maintenanceFlag "Deposit/withdrawal maintenance in progress — transfers temporarily unavailable"
Coin fundamentals show no funding infoFlag "No funding information found — additional due diligence required"
Announcements return emptyInform "No relevant announcements for this time period"
A supplementary Tool returns empty/errorSkip detailed analysis for that coin; mark "Data unavailable"

条件评估结论
新币上币后24小时涨跌幅 > +100%标记「异常暴涨,追高风险极高」
新币上币后24小时涨跌幅 < -50%标记「上线即破发,买入需谨慎」
24小时交易量 < 10万美元标记「交易量极低,流动性严重不足」
多个交易所同时上线同一币种标记「多所同步上线,市场关注度高」
公告类型为下币标记「即将下币,请及时处理持仓」
公告类型为维护标记「充提维护中,暂时无法转账」
币种基本面无融资信息标记「未查询到融资信息,需额外尽调」
公告查询结果为空告知用户「本时间段暂无相关公告」
补充工具返回空/报错跳过该币种的详细分析,标记「数据不可用」

Error Handling

错误处理

Error TypeHandling
Misspelled exchange nameAttempt fuzzy match, e.g., "Binance" → Binance, "OKX" → OKX
No matching announcementsInform "No {type} announcements for this exchange/time period." Suggest broadening the time range or switching exchanges
news_feed_get_exchange_announcements timeoutReturn error message; suggest trying again later
Coin supplementary info (coin_info / market_snapshot) failsSkip detailed analysis for that coin; display announcement info only
User asks when a coin will be listed (future)Inform "Currently only published announcements can be queried — future listing plans cannot be predicted"
Too many resultsDefault to showing the most recent 10; inform user they can specify an exchange or time range to narrow results

错误类型处理方式
交易所名称拼写错误尝试模糊匹配,例如"Binance"→Binance、"OKX"→OKX
无匹配公告告知「该交易所/时间段暂无{type}公告」,建议扩大时间范围或切换交易所
news_feed_get_exchange_announcements调用超时返回错误信息,建议稍后重试
币种补充信息(coin_info / market_snapshot)获取失败跳过该币种的详细分析,仅展示公告信息
用户询问某币种未来什么时候上线告知「目前仅支持查询已发布的公告,无法预测未来上币计划」
查询结果过多默认展示最近10条,告知用户可指定交易所或时间范围缩小结果

Cross-Skill Routing

跨Skill路由

User Follow-up IntentRoute To
"Analyze this new coin for me"
gate-info-coinanalysis
"Is this new coin's contract safe?"
gate-info-riskcheck
"Compare a few of these new listings"
gate-info-coincompare
"Why did this coin get listed on the exchange?"
gate-news-eventexplain
"How is the overall market right now?"
gate-info-marketoverview
"On-chain data for this new coin"
gate-info-tokenonchain

用户后续询问意图路由目标
"帮我分析一下这个新币"
gate-info-coinanalysis
"这个新币的合约安全吗?"
gate-info-riskcheck
"对比一下这几个新上的币"
gate-info-coincompare
"这个币为什么能上线交易所?"
gate-news-eventexplain
"现在整体行情怎么样?"
gate-info-marketoverview
"这个新币的链上数据"
gate-info-tokenonchain

Available Tools & Degradation Notes

可用工具与降级说明

PRD-Defined ToolActually Available ToolStatusDegradation Strategy
news_feed_get_exchange_announcements
news_feed_get_exchange_announcements
✅ Ready
info_coin_get_coin_rankings
❌ Not readyCannot list recent listings by ranking — extract coins from announcements and query individually instead
info_coin_get_coin_info
info_coin_get_coin_info
✅ Ready
info_marketsnapshot_get_market_snapshot
info_marketsnapshot_get_market_snapshot
✅ Ready

PRD定义工具实际可用工具状态降级策略
news_feed_get_exchange_announcements
news_feed_get_exchange_announcements
✅ 可用
info_coin_get_coin_rankings
❌ 暂不可用无法按排名列出近期上币,改为从公告中提取币种逐个查询
info_coin_get_coin_info
info_coin_get_coin_info
✅ 可用
info_marketsnapshot_get_market_snapshot
info_marketsnapshot_get_market_snapshot
✅ 可用

Safety Rules

安全规则

  1. No investment advice: Announcement analysis is based on public information and must include a "not investment advice" disclaimer
  2. No listing predictions: Do not predict whether a coin will be listed on a specific exchange
  3. New coin risk reminder: All reports on newly listed coins must include the "extreme volatility during initial listing" risk warning
  4. Data transparency: Label announcement source and update time
  5. Flag missing data: When any dimension has no data, explicitly inform the user — never fabricate data
  6. Delisting urgency: For delisting announcements, prominently remind users to manage their positions
  1. 不提供投资建议:公告分析基于公开信息,必须包含「不构成投资建议」的免责声明
  2. 不预测上币计划:不得预测某币种是否会在特定交易所上线
  3. 新币风险提示:所有新上币报告必须包含「上线初期价格波动极大」的风险提醒
  4. 数据透明:标注公告来源和更新时间
  5. 缺失数据标记:任何维度无数据时需明确告知用户,不得编造数据
  6. 下币 urgency提醒:下币公告需显著提醒用户及时处理持仓 ",