gate-info-tokenonchain
General Rules
⚠️ STOP — You MUST read and strictly follow the shared runtime rules before proceeding.
Do NOT select or call any tool until all rules are read. These rules have the highest priority.
→ Read ./references/gate-runtime-rules.md
→ Also read ./references/info-news-runtime-rules.md for gate-info / gate-news shared rules (tool degradation, report standards, security, and output standards).
- - Only call MCP tools explicitly listed in this skill. Tools not documented here must NOT be called, even if they
exist in the MCP server.
Token On-Chain Analysis Skill (current version: no Smart Money). For token-level holder distribution, activity, and large transfers, call on-chain + basic coin info tools in parallel, then aggregate into a structured report.
Trigger Scenarios: User asks about token on-chain data, holder distribution, on-chain activity, large transfers, on-chain chip analysis, etc.
MCP Dependencies
Required MCP Servers
| MCP Server | Status |
|---|
| Gate-Info | ✅ Required |
MCP Tools Used
Query Operations (Read-only)
- - infoonchaingettokenonchain
- infocoingetcoininfo
Authentication
- - API Key Required: No
- Credentials Source: None; this skill uses read-only Gate Info / Gate News MCP access only.
Installation Check
- - Required: Gate-Info
- Install: Use the local Gate MCP installation flow for the current host IDE before continuing.
- Continue only after the required Gate MCP server is available in the current environment.
Routing Rules
| User Intent | Keywords | Action |
|---|
| Token holder distribution | "ETH holders" "BTC holding distribution" "top holders" | Execute with INLINECODE2 |
| On-chain activity |
"on-chain activity" "active addresses" "transaction count" | Execute with
scope=activity |
| Large transfers | "large transfers" "whale movements" "unusual transfers" | Execute with
scope=transfers |
| Full on-chain overview | "on-chain analysis for SOL" "ETH on-chain data" | Execute with
holders,activity,transfers |
| Smart Money (not yet supported) | "smart money buying" | Inform user; run available scopes only |
| Specific address query | "track this address 0x..." | Route to
gate-info-addresstracker |
| Coin fundamentals | "analyze SOL" | Route to
gate-info-coinanalysis |
| Whale entity tracking | "what is Jump Trading doing" | Route to
gate-info-whaletracker if available, else inform |
Execution Workflow
Step 0: Multi-Dimension Intent Check
- - Token-level on-chain → this Skill.
- Specific address (not token) →
gate-info-addresstracker. - Fundamentals + technicals + news together →
gate-info-research (if available).
Step 1: Intent Recognition & Parameter Extraction
- -
symbol (required): Token ticker (e.g., BTC, ETH, SOL) - INLINECODE12 (optional): e.g., eth, sol, bsc
- INLINECODE13 : one or more of
holders, activity, transfers (smart_money — not available) - INLINECODE18 (optional): default 24h for transfers/activity
Step 2: Call MCP Tools in Parallel
| Step | MCP Tool | Parameters | Retrieved Data | Parallel |
|---|
| 1a | INLINECODE19 | INLINECODE20 | Holder / activity / transfer data per scope | Yes |
| 1b |
info_coin_get_coin_info |
query={symbol}, scope="basic" | Basic coin context | Yes |
Step 3: LLM Aggregation
- - Contextualize on-chain data with coin info
- Identify patterns and anomalies
- Avoid speculative price predictions
Report Template
CODEBLOCK0
Decision Logic
| Condition | Assessment |
|---|
| Top 10 holder concentration > 70% | High concentration risk |
| Top 10 holder concentration < 30% |
Well-distributed holder base |
| Active addresses declining > 20% WoW | Declining network activity |
| Active addresses growing > 30% WoW | Strong activity growth |
| Large transfers to exchange addresses | Potential sell pressure |
| Large transfers from exchange addresses | Potential accumulation |
| User asks about Smart Money | State not available; offer holders/activity/transfers |
Error Handling
| Error Type | Handling |
|---|
| Token not found on-chain | Check via info_coin_get_coin_info; suggest symbol/chain |
| INLINECODE24 fails |
Show coin info only; note on-chain unavailable |
|
info_coin_get_coin_info fails | Show on-chain data without market context |
| Scope returns empty | Skip section; note no data for scope |
| Chain not supported | List supported chains; ask user |
| Both Tools fail | Return error; suggest retry later |
| User requests
smart_money | Inform not available; offer other scopes |
Cross-Skill Routing
| User Follow-up Intent | Route To |
|---|
| "Analyze this coin" | INLINECODE27 |
| "Track this address" |
gate-info-addresstracker |
| "Is this token safe?" |
gate-info-riskcheck |
| "Technical analysis?" |
gate-info-trendanalysis |
| "Any news?" |
gate-news-briefing |
| "What does the community think?" |
gate-news-communityscan |
| "DeFi data for this?" |
gate-info-defianalysis |
Safety Rules
- 1. No fabricated on-chain data: Only report MCP-returned data.
- Address privacy: Shorten addresses (e.g.,
0x1234...abcd); do not doxx. - No trading signals: Informational only; not buy/sell advice.
- Exchange labels: Best-effort; may be mislabeled.
- Data lag: Note indexing delays where relevant.
- Smart Money: Clearly state unavailability rather than approximating.
- Age & eligibility: Intended for users aged 18 or above with full civil capacity in their jurisdiction.
- Data flow: The host agent processes user prompts; this skill directs read-only Gate-Info MCP tools listed above. The LLM summarizes tool output. This skill does not invoke additional third-party data services.
gate-info-tokenonchain
通用规则
⚠️ 停止——在继续操作前,你必须阅读并严格遵守共享运行时规则。在阅读所有规则之前,不得选择或调用任何工具。这些规则具有最高优先级。
→ 阅读 ./references/gate-runtime-rules.md
→ 同时阅读 ./references/info-news-runtime-rules.md 以了解 gate-info / gate-news 共享规则(工具降级、报告标准、安全性和输出标准)。
- - 仅调用本技能中明确列出的 MCP 工具。 即使 MCP 服务器中存在未在此处记录的工具,也不得调用。
代币链上分析技能(当前版本:不支持聪明钱)。对于代币级别的持仓分布、活跃度和大额转账,并行调用链上及基础币种信息工具,然后汇总生成结构化报告。
触发场景:用户询问代币链上数据、持仓分布、链上活跃度、大额转账、链上筹码分析等。
MCP 依赖项
必需的 MCP 服务器
使用的 MCP 工具
查询操作(只读)
- - infoonchaingettokenonchain
- infocoingetcoininfo
身份验证
- - 需要 API 密钥:否
- 凭据来源:无;本技能仅使用只读的 Gate Info / Gate News MCP 访问权限。
安装检查
- - 必需:Gate-Info
- 安装:在继续之前,使用当前主机 IDE 的本地 Gate MCP 安装流程。
- 仅在当前环境中存在所需的 Gate MCP 服务器后继续。
路由规则
| 用户意图 | 关键词 | 操作 |
|---|
| 代币持仓分布 | ETH 持仓者 BTC 持仓分布 前十大持仓 | 以 scope=holders 执行 |
| 链上活跃度 |
链上活跃度 活跃地址 交易数量 | 以 scope=activity 执行 |
| 大额转账 | 大额转账 鲸鱼动向 异常转账 | 以 scope=transfers 执行 |
| 完整链上概览 | SOL 链上分析 ETH 链上数据 | 以 holders,activity,transfers 执行 |
| 聪明钱(暂不支持) | 聪明钱买入 | 告知用户;仅运行可用范围 |
| 特定地址查询 | 追踪此地址 0x... | 路由至 gate-info-addresstracker |
| 币种基本面 | 分析 SOL | 路由至 gate-info-coinanalysis |
| 鲸鱼实体追踪 | Jump Trading 在做什么 | 路由至 gate-info-whaletracker(如可用),否则告知用户 |
执行工作流
第 0 步:多维度意图检查
- - 代币级别链上分析 → 本技能。
- 特定地址(非代币)→ gate-info-addresstracker。
- 基本面 + 技术面 + 新闻综合分析 → gate-info-research(如可用)。
第 1 步:意图识别与参数提取
- - symbol(必需):代币代码(例如 BTC、ETH、SOL)
- chain(可选):例如 eth、sol、bsc
- scope:一个或多个 holders、activity、transfers(smartmoney — 不可用)
- timerange(可选):转账/活跃度默认 24 小时
第 2 步:并行调用 MCP 工具
| 步骤 | MCP 工具 | 参数 | 检索数据 | 并行 |
|---|
| 1a | infoonchaingettokenonchain | symbol, chain, scope, timerange | 按范围获取持仓/活跃度/转账数据 | 是 |
| 1b |
infocoin
getcoin_info | query={symbol}, scope=basic | 基础币种背景信息 | 是 |
第 3 步:LLM 汇总
- - 结合币种信息对链上数据进行背景分析
- 识别模式和异常
- 避免投机性价格预测
报告模板
markdown
{symbol} 链上分析
生成时间:{timestamp} | 链:{chain 或 所有支持的链}
注意:此版本暂不支持聪明钱分析。
代币概览
${market_cap} |
| 流通供应量 | {circulating_supply} |
持仓分布(如果范围包含 holders)
{表格 + LLM 集中度评估}
链上活跃度(如果范围包含 activity)
{指标 + LLM 趋势评估}
大额转账(如果范围包含 transfers)
{表格 + LLM 资金流向评估}
链上健康评分
{各维度评分 /10 + 总分}
关键洞察
{2–3 条数据驱动的要点}
链上数据不能预测未来价格。这不构成投资建议。
决策逻辑
| 条件 | 评估 |
|---|
| 前 10 大持仓集中度 > 70% | 高集中度风险 |
| 前 10 大持仓集中度 < 30% |
持仓分布良好 |
| 活跃地址周环比下降 > 20% | 网络活跃度下降 |
| 活跃地址周环比增长 > 30% | 活跃度强劲增长 |
| 向交易所地址大额转账 | 潜在抛售压力 |
| 从交易所地址大额转账 | 潜在吸筹行为 |
| 用户询问聪明钱 | 说明不可用;提供持仓/活跃度/转账 |
错误处理
| 错误类型 | 处理方式 |
|---|
| 链上未找到代币 | 通过 infocoingetcoininfo 检查;建议代币/链 |
| infoonchaingettokenonchain 失败 |
仅显示币种信息;注明链上数据不可用 |
| info
coinget
coininfo 失败 | 显示链上数据,无市场背景信息 |
| 范围返回空数据 | 跳过该部分;注明该范围无数据 |
| 不支持的链 | 列出支持的链;询问用户 |
| 两个工具均失败 | 返回错误;建议稍后重试 |
| 用户请求 smart_money | 告知不可用;提供其他范围 |
跨技能路由
| 用户后续意图 | 路由至 |
|---|
| 分析这个币 | gate-info-coinanalysis |
| 追踪这个地址 |
gate-info-addresstracker |
| 这个代币安全吗? | gate-info-riskcheck |
| 技术分析? | gate-info-trendanalysis |
| 有什么新闻? | gate-news-briefing |
| 社区怎么看? | gate-news-communityscan |
| 这个的 DeFi 数据? | gate-info-defianalysis |
安全规则
- 1. 不得编造链上数据:仅报告 MCP 返回的数据。
- 地址隐私:缩短地址(例如 0x1234...abcd);不得人肉搜索。
- 无交易信号:仅提供信息;非买卖建议。
- 交易所标签:尽力而为;可能存在误标。
- 数据延迟:在相关处注明索引延迟。
- 聪明钱:明确说明不可用,而非近似替代。
- 年龄与资格:适用于年满 18 周岁且在其司法管辖区内具有完全民事行为能力的用户。
- 数据流:主机代理处理用户提示;本技能指导上述列出的只读 Gate-Info MCP 工具。LLM 汇总工具输出。本技能不调用额外的第三方数据服务。