gate-news-listing
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinesegate-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 Intent | Keywords/Pattern | Action |
|---|---|---|
| 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 |
| Coin analysis | "how is this new coin doing" | Route to |
| Contract security check | "is this new coin safe" | Route to |
| 用户意图 | 关键词/匹配模式 | 执行动作 |
|---|---|---|
| 查询交易所上币情况 | "what did Binance list" "Gate上线了什么新币" "最近的新上币" | 执行本Skill完整工作流 |
| 查询特定币种的上币信息 | "SOL在哪些交易所上线了" "PEPE什么时候在Binance上线的" | 执行本Skill(按币种过滤结果) |
| 查询下币/维护公告 | "有什么币要被下币了" "交易所维护公告" | 执行本Skill(按公告类型过滤结果) |
| 新闻简报 | "最近发生了什么" | 路由到 |
| 币种分析 | "这个新币怎么样" | 路由到 |
| 合约安全检测 | "这个新币安全吗" | 路由到 |
Execution Workflow
执行工作流
Step 1: Intent Recognition & Parameter Extraction
步骤1:意图识别与参数提取
Extract from user input:
- (optional): Exchange name (e.g., Binance, Gate, OKX, Bybit, Coinbase)
exchange - (optional): Specific coin symbol
coin - (optional): Announcement type (listing / delisting / maintenance)
announcement_type - : Number of results, default 10
limit
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
从用户输入中提取以下参数:
- (可选):交易所名称(例如Binance、Gate、OKX、Bybit、Coinbase)
exchange - (可选):特定币种符号
coin - (可选):公告类型(上币/下币/维护)
announcement_type - :返回结果数量,默认10条
limit
默认逻辑:
- 如果未指定交易所,查询所有交易所
- 如果未指定公告类型,默认查询上币公告
- 如果用户提及“下币”或“维护”,则设置对应的参数
announcement_type
Step 2: Call Exchange Announcements Tool
步骤2:调用交易所公告工具
| Step | MCP Tool | Parameters | Retrieved Data | Parallel |
|---|---|---|---|---|
| 1 | | | Announcement list: exchange, coin, type, time, details | — |
| 步骤 | MCP工具 | 参数 | 获取的数据 | 是否并行 |
|---|---|---|---|---|
| 1 | | | 公告列表:交易所、币种、类型、时间、详情 | 否 |
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:
| Step | MCP Tool | Parameters | Retrieved Data | Parallel |
|---|---|---|---|---|
| 2a | | | Project fundamentals: sector, funding, description | Yes |
| 2b | | | Market data: price, change, market cap, volume | Yes |
Only supplement data for listing-type announcements. Delisting/maintenance announcements do not need market data.
从步骤2的结果中提取排名前3-5的新上币,并行补充以下数据:
| 步骤 | MCP工具 | 参数 | 获取的数据 | 是否并行 |
|---|---|---|---|---|
| 2a | | | 项目基本面:所属赛道、融资情况、项目描述 | 是 |
| 2b | | | 市场数据:价格、涨跌幅、市值、交易量 | 是 |
仅为上币类公告补充数据,下币/维护公告不需要补充市场数据。
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
undefinedmarkdown
undefinedExchange 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. 最新上币公告
| # | Exchange | Coin | Type | Listing Time | Trading 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}
| Metric | Value |
|---|---|
| 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. 下币/维护通知(如有)
| # | Exchange | Coin | Type | Effective Date | Notes |
|---|---|---|---|---|---|
| 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
决策逻辑
| Condition | Assessment |
|---|---|
| New coin 24h change > +100% post-listing | Flag "Abnormal surge — chasing the pump carries extreme risk" |
| New coin 24h change < -50% post-listing | Flag "Listed at a loss — buying now requires caution" |
| 24h volume < $100K | Flag "Extremely low volume — severe liquidity shortage" |
| Multiple exchanges list the same coin simultaneously | Flag "Multi-exchange simultaneous listing — high market attention" |
| Announcement type is delisting | Flag "Upcoming delisting — please handle positions promptly" |
| Announcement type is maintenance | Flag "Deposit/withdrawal maintenance in progress — transfers temporarily unavailable" |
| Coin fundamentals show no funding info | Flag "No funding information found — additional due diligence required" |
| Announcements return empty | Inform "No relevant announcements for this time period" |
| A supplementary Tool returns empty/error | Skip detailed analysis for that coin; mark "Data unavailable" |
| 条件 | 评估结论 |
|---|---|
| 新币上币后24小时涨跌幅 > +100% | 标记「异常暴涨,追高风险极高」 |
| 新币上币后24小时涨跌幅 < -50% | 标记「上线即破发,买入需谨慎」 |
| 24小时交易量 < 10万美元 | 标记「交易量极低,流动性严重不足」 |
| 多个交易所同时上线同一币种 | 标记「多所同步上线,市场关注度高」 |
| 公告类型为下币 | 标记「即将下币,请及时处理持仓」 |
| 公告类型为维护 | 标记「充提维护中,暂时无法转账」 |
| 币种基本面无融资信息 | 标记「未查询到融资信息,需额外尽调」 |
| 公告查询结果为空 | 告知用户「本时间段暂无相关公告」 |
| 补充工具返回空/报错 | 跳过该币种的详细分析,标记「数据不可用」 |
Error Handling
错误处理
| Error Type | Handling |
|---|---|
| Misspelled exchange name | Attempt fuzzy match, e.g., "Binance" → Binance, "OKX" → OKX |
| No matching announcements | Inform "No {type} announcements for this exchange/time period." Suggest broadening the time range or switching exchanges |
| news_feed_get_exchange_announcements timeout | Return error message; suggest trying again later |
| Coin supplementary info (coin_info / market_snapshot) fails | Skip 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 results | Default 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 Intent | Route To |
|---|---|
| "Analyze this new coin for me" | |
| "Is this new coin's contract safe?" | |
| "Compare a few of these new listings" | |
| "Why did this coin get listed on the exchange?" | |
| "How is the overall market right now?" | |
| "On-chain data for this new coin" | |
| 用户后续询问意图 | 路由目标 |
|---|---|
| "帮我分析一下这个新币" | |
| "这个新币的合约安全吗?" | |
| "对比一下这几个新上的币" | |
| "这个币为什么能上线交易所?" | |
| "现在整体行情怎么样?" | |
| "这个新币的链上数据" | |
Available Tools & Degradation Notes
可用工具与降级说明
| PRD-Defined Tool | Actually Available Tool | Status | Degradation Strategy |
|---|---|---|---|
| | ✅ Ready | — |
| — | ❌ Not ready | Cannot list recent listings by ranking — extract coins from announcements and query individually instead |
| | ✅ Ready | — |
| | ✅ Ready | — |
| PRD定义工具 | 实际可用工具 | 状态 | 降级策略 |
|---|---|---|---|
| | ✅ 可用 | — |
| — | ❌ 暂不可用 | 无法按排名列出近期上币,改为从公告中提取币种逐个查询 |
| | ✅ 可用 | — |
| | ✅ 可用 | — |
Safety Rules
安全规则
- No investment advice: Announcement analysis is based on public information and must include a "not investment advice" disclaimer
- No listing predictions: Do not predict whether a coin will be listed on a specific exchange
- New coin risk reminder: All reports on newly listed coins must include the "extreme volatility during initial listing" risk warning
- Data transparency: Label announcement source and update time
- Flag missing data: When any dimension has no data, explicitly inform the user — never fabricate data
- Delisting urgency: For delisting announcements, prominently remind users to manage their positions
- 不提供投资建议:公告分析基于公开信息,必须包含「不构成投资建议」的免责声明
- 不预测上币计划:不得预测某币种是否会在特定交易所上线
- 新币风险提示:所有新上币报告必须包含「上线初期价格波动极大」的风险提醒
- 数据透明:标注公告来源和更新时间
- 缺失数据标记:任何维度无数据时需明确告知用户,不得编造数据
- 下币 urgency提醒:下币公告需显著提醒用户及时处理持仓 ",