gate-exchange-newcoin

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

New Coin Due Diligence and Event Radar (New Coin Radar)

新币尽职调查与事件雷达(New Coin Radar)

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
  • Only use the
    gate-cli
    commands explicitly listed in this skill.
    Commands not documented here must NOT be run for these workflows, even if other interfaces expose them.

⚠️ 停止操作——在继续之前,您必须阅读并严格遵守共享的运行时规则。在未阅读所有规则前,请勿选择或调用任何工具。这些规则具有最高优先级。 → 阅读
./references/gate-runtime-rules.md
  • 仅使用本技能中明确列出的
    gate-cli
    命令
    。即使其他接口提供了未在此处记录的命令,也不得在这些工作流中运行。

Skill Dependencies

技能依赖

  • Before any
    gate-cli
    invocation:
    ensure
    gate-cli
    is installed. Let
    GATE_CLI_BIN="${GATE_OPENCLAW_SKILLS_BIN:-$HOME/.openclaw/skills/bin}/gate-cli"
    . If
    [ ! -x "$GATE_CLI_BIN" ]
    (and
    command -v gate-cli
    also fails if you rely on
    PATH
    ), run
    setup.sh
    (e.g.
    sh ./setup.sh
    from this skill directory), then re-check.
  • No MCP servers are required for this skill; execution is
    gate-cli
    only
    (see published mapping: gate-cli).
  • 调用
    gate-cli
    之前
    :确保已安装
    gate-cli
    。设置
    GATE_CLI_BIN="${GATE_OPENCLAW_SKILLS_BIN:-$HOME/.openclaw/skills/bin}/gate-cli"
    。如果**
    [ ! -x "$GATE_CLI_BIN" ]
    **(且若依赖
    PATH
    command -v gate-cli
    也执行失败),请运行
    setup.sh
    (例如,从本技能目录执行
    sh ./setup.sh
    ),然后重新检查。
  • 本技能不需要MCP服务器;仅通过**
    gate-cli
    **执行(详见已发布的映射:gate-cli)。

gate-cli commands used (deduplicated minimal set)

使用的gate-cli命令(去重后的最小集合)

Query operations (read-only)
  • gate-cli info coin get-coin-info
  • gate-cli info compliance check-token-security
  • gate-cli info onchain get-address-info
    (when the user supplies an explicit on-chain address and chain context)
  • gate-cli news feed get-exchange-announcements
  • gate-cli news events get-latest-events
  • gate-cli news feed search-news
  • gate-cli news feed get-social-sentiment
  • gate-cli cex launch projects
  • gate-cli cex spot market ticker
  • gate-cli cex spot market orderbook
Execution operations (write; API credentials required)
  • gate-cli cex spot order buy
    /
    gate-cli cex spot order sell
  • gate-cli cex alpha order place
    (for Alpha market workflows; prefer
    gate-cli cex alpha order quote
    first when available per
    gate-cli
    Alpha docs
    )
查询操作(只读)
  • gate-cli info coin get-coin-info
  • gate-cli info compliance check-token-security
  • gate-cli info onchain get-address-info
    (当用户提供明确的链上地址和链上下文时)
  • gate-cli news feed get-exchange-announcements
  • gate-cli news events get-latest-events
  • gate-cli news feed search-news
  • gate-cli news feed get-social-sentiment
  • gate-cli cex launch projects
  • gate-cli cex spot market ticker
  • gate-cli cex spot market orderbook
执行操作(写入;需要API凭证)
  • gate-cli cex spot order buy
    /
    gate-cli cex spot order sell
  • gate-cli cex alpha order place
    (用于Alpha市场工作流;根据
    gate-cli
    Alpha文档
    ,优先使用
    gate-cli cex alpha order quote

Authentication

身份验证

  • Interactive file setup: when
    GATE_API_KEY
    and
    GATE_API_SECRET
    are not both set on the host, run
    gate-cli config init
    to complete the wizard (see gate-cli).
  • Env / flags:
    gate-cli config init
    is not required when credentials are already supplied — e.g. both
    GATE_API_KEY
    and
    GATE_API_SECRET
    set — never ask the user to paste secrets into chat.
  • Permissions: Read flows use public
    info
    /
    news
    CLI paths;
    cex
    market reads
    typically do not require keys; order placement requires
    Spot:Write
    (spot) and appropriate Alpha permissions for
    cex alpha
    writes.
  • Portal: create or rotate keys outside the chat: https://www.gate.com/myaccount/profile/api-key/manage
  • 交互式文件设置:当主机上未同时设置**
    GATE_API_KEY
    GATE_API_SECRET
    时,运行
    gate-cli config init
    **完成向导设置(详见gate-cli)。
  • 环境变量/参数:当凭证已提供时——例如同时设置了**
    GATE_API_KEY
    GATE_API_SECRET
    ——无需运行
    gate-cli config init
    **,切勿要求用户在聊天中粘贴密钥。
  • 权限:只读流程使用公开的
    info
    /
    news
    CLI路径;
    cex
    市场只读操作
    通常不需要密钥;下单操作需要**
    Spot:Write
    权限(现货),以及对应
    cex alpha
    **写入操作的Alpha权限。
  • 门户:在聊天外创建或轮换密钥:https://www.gate.com/myaccount/profile/api-key/manage

Installation check

安装检查

  • Required:
    gate-cli
    (install via
    setup.sh
    when missing).
  • Sanity check: Confirm
    gate-cli --version
    before relying on scripted flows.
  • 必需组件
    gate-cli
    (缺失时通过
    setup.sh
    安装)。
  • 完整性检查:在依赖脚本流程之前,确认
    gate-cli --version
    可正常执行。

Execution mode

执行模式

Read and strictly follow
references/gate-cli.md
, then execute routing, signal detection (S1–S5), and confirmation gates in this file.
  • SKILL.md
    holds intent routing, signal definitions, Action Draft rules, and degradation policy.
  • references/gate-cli.md
    is the authoritative execution contract for flags, parallelism, JSON output preference, and write gates.
阅读并严格遵守
references/gate-cli.md
,然后执行本文件中的路由、信号检测(S1–S5)和确认关卡。
  • SKILL.md
    包含意图路由、信号定义、行动草案规则和降级策略。
  • references/gate-cli.md
    是关于参数、并行性、JSON输出偏好和写入关卡的权威执行约定。

Domain knowledge

领域知识

Scope and routing

范围与路由

TopicRoute hereRoute elsewhere
New listings, upcoming listing research, LaunchPool calendars, first-order new coin contextThis skill
Mature large-cap research / broad market research without new-coin framing
gate-info-research
or single-dimension
gate-info-*
Routine spot trading without new-listing angle
gate-exchange-spot
DEX on-chain swapDEX wallet / trade skills
主题路由至本技能路由至其他技能
新上线币种、上线前调研、LaunchPool日历、新币首单相关背景
成熟大盘币种调研 / 无新币场景的广泛市场调研
gate-info-research
或单一维度的
gate-info-*
无新上线场景的常规现货交易
gate-exchange-spot
DEX链上兑换DEX钱包/交易技能

Research signals (S1–S4) and execution signal (S5)

调研信号(S1–S4)与执行信号(S5)

SignalDimensionTypical triggersCLI subset
S1New listing / calendarlisting, launchpool, new coin on exchange
gate-cli news feed get-exchange-announcements
,
gate-cli cex launch projects
S2Fundamentals / DDdiligence, tokenomics, project background
gate-cli info coin get-coin-info
,
gate-cli news feed search-news
S3Risk / safetyrug, honeypot, scam, contract safety
gate-cli info compliance check-token-security
, optional
gate-cli info onchain get-address-info
S4Heat / events / tapepump, news, sentiment, tape
gate-cli news events get-latest-events
,
gate-cli news feed get-social-sentiment
,
gate-cli cex spot market ticker
,
gate-cli cex spot market orderbook
S5First-order execution (write)
buy_intent=true
orthogonal to S1–S4
**`gate-cli cex spot order buy
buy_intent
rules
  • true
    :
    User expresses a trading mandate (buy, sell, place order, market/limit, first fill, etc.) for spot or Alpha in a new-coin context.
  • false
    :
    Pure research, comparison, calendar, or risk opinion with no order mandate.
  • Ambiguous execution: If intent is true but symbol, pair, or size is missing, ask clarifying questions; do not call write CLIs until parameters match the draft and the user confirms Y.
信号维度典型触发词CLI子集
S1新上线币种/日历listing、launchpool、交易所新币
gate-cli news feed get-exchange-announcements
,
gate-cli cex launch projects
S2基本面/尽职调查diligence、tokenomics、项目背景
gate-cli info coin get-coin-info
,
gate-cli news feed search-news
S3风险/安全rug、honeypot、scam、合约安全
gate-cli info compliance check-token-security
, 可选
gate-cli info onchain get-address-info
S4热度/事件/行情pump、news、sentiment、tape
gate-cli news events get-latest-events
,
gate-cli news feed get-social-sentiment
,
gate-cli cex spot market ticker
,
gate-cli cex spot market orderbook
S5首单执行(写入)
buy_intent=true
,独立于S1–S4
**`gate-cli cex spot order buy
buy_intent
规则
  • true
    :用户在新币场景下明确表达交易指令(买入、卖出、下单、市价/限价、首次成交等),涉及现货或Alpha市场。
  • false
    :仅进行调研、对比、日历查询或风险评估,无下单指令。
  • 模糊执行意图:若意图为true但缺失交易对符号交易对数量,需询问澄清信息;在参数与草案匹配且用户确认Y之前,请勿调用写入类CLI

Fallback activation

Fallback激活规则

  • If the query names a symbol but no signal matches: default S2 (fundamentals).
  • If the query is generic “what is new” without a symbol: default S1 + S4 (listings + heat).
  • 如果查询中指定了交易对符号但无匹配信号:默认激活S2(基本面)。
  • 如果查询为通用的“有什么新币种”且未指定符号:默认激活S1 + S4(上线信息+热度)。

Parallelism

并行性

  • Parallel: Commands that do not depend on each other’s stdout (within the same read phase).
  • Serial: Extract symbols from announcements then per-symbol fan-out; never parallelize write CLIs with unrelated reads in the same confirmation round.
  • Prefer
    --format json
    on supported subcommands when parsing structured fields.
  • 并行执行:互不依赖标准输出的命令(同一读取阶段内)。
  • 串行执行:从公告中提取符号然后按符号展开处理;切勿在同一确认轮次中将写入类CLI与无关的读取操作并行执行。
  • 解析结构化字段时,优先在支持的子命令中使用**
    --format json
    **参数。

Workflow

工作流

Step 1: Intent gate

步骤1:意图验证

Confirm the user is in new coin / listing / launch / DD / first-order context. If the request is clearly only mature-cap spot trading with no new-listing angle, prefer
gate-exchange-spot
.
确认用户处于新币/上线/Launch/尽职调查/首单场景。如果请求明确仅为成熟大盘币种现货交易且无新上线场景,优先使用**
gate-exchange-spot
**技能。

Step 2: Extract parameters and signals

步骤2:提取参数与信号

Extract:
  • symbol[]
    (0..N)
  • time_range
    (default 24h where applicable)
  • buy_intent
    (bool)
  • Activated signals S1–S4 (independent toggles)
  • S5 iff
    buy_intent=true
Apply fallback rules when no signal would otherwise activate.
提取:
  • symbol[]
    (0至多个)
  • time_range
    (适用时默认24小时
  • buy_intent
    (布尔值)
  • 激活的信号S1–S4(独立开关)
  • S5 仅在**
    buy_intent=true
    **时激活
当无信号激活时,应用Fallback规则。

Step 3: Assemble read-phase CLI set

步骤3:组装读取阶段CLI集合

Compute CLI set = union of CLIs for all activated S1–S4 branches; deduplicate. Run read phase before any write.
计算CLI集合 = 所有激活的S1–S4分支对应的CLI的并集去重。在执行任何写入操作之前运行读取阶段。

Step 4: Synthesize

步骤4:合成结果

Merge outputs; do not fabricate missing fields. If sources disagree, present separate bullets instead of a single contradictory sentence. Include mandatory informational disclaimer (not investment advice; see Report Template).
合并输出内容;切勿编造缺失字段。若来源信息不一致,应呈现单独的要点而非自相矛盾的句子。需包含强制性信息免责声明(非投资建议;详见报告模板)。

Step 5: Execution branch (S5 only)

步骤5:执行分支(仅S5)

If
buy_intent=false
:
deliver structured research only.
If
buy_intent=true
:
  1. Ensure minimum research for safety: at least S3 plus one of S2/S4 when data is available; if the user insists on minimal execution, document elevated risk in the Action Draft.
  2. Produce Action Draft (pair, side, type, amount semantics, estimated price/cost, fees, liquidity/slippage warning, new-asset risk note).
  3. Wait for explicit Y / N on that draft only.
  4. On Y, call
    gate-cli cex spot order buy|sell
    or
    gate-cli cex alpha order place
    as documented. Never place orders without step 2–3.
  5. On failure: do not auto-retry writes; surface error text and suggest App/Web follow-up.
如果**
buy_intent=false
**:仅交付结构化调研结果。
如果**
buy_intent=true
**:
  1. 确保完成最低安全调研:至少包含S3以及S2/S4中的一项(如有数据可用);若用户坚持简化执行流程,需在行动草案中记录高风险提示。
  2. 生成行动草案(交易对、方向、类型、金额说明、预估价格/成本、手续费、流动性/滑点警告、新资产风险提示)。
  3. 等待用户针对该草案明确回复Y / N
  4. 收到Y回复后,按照文档调用**
    gate-cli cex spot order buy|sell
    gate-cli cex alpha order place
    **。切勿跳过步骤2–3直接下单
  5. 执行失败时:请勿自动重试写入操作;显示错误文本并建议通过App/Web端进行后续操作。

Case routing map

案例路由映射

#User intent (summary)SignalsRead-phase focusWrite
1Screen recent listings for safer, hotter candidatesS1, S2, S3; S5 only after explicit buyAnnouncements + news search; per symbol compliance + coin info + sentimentSpot/Alpha after Y
2Pre-listing diligence for a named assetS1, S2Announcements search + coin info + complianceNo
3Sharp move: scam check and chase decisionS3, S2, S1, S4, S5Events + compliance + coin info; optional address toolsSpot/Alpha after Y
4Weekly launchpool / launch calendar with risk labelsS1, S2Launch announcements +
cex launch projects
; per-project coin + compliance
No
5Sector narrative coin: fundamentals + tape + optional buyS2, S1, S4, S5Coin info + news + ticker (+ orderbook if needed)Spot/Alpha after Y
6Monitor listing tape and place first limitS1, S4, S5Announcements + ticker (poll responsibly); draft limitSpot/Alpha after Y
编号用户意图(摘要)激活信号读取阶段重点写入操作
1筛选近期上线的更安全、热度更高的币种S1, S2, S3;仅在明确买入意图后激活S5公告+新闻搜索;按币种合规检查+币种信息+市场情绪获得Y确认后执行现货/Alpha下单
2针对指定资产的上线前尽职调查S1, S2公告搜索+币种信息+合规检查
3价格异动:诈骗检查与追单决策S3, S2, S1, S4, S5事件+合规检查+币种信息;可选地址工具获得Y确认后执行现货/Alpha下单
4带风险标签的每周LaunchPool/上线日历S1, S2上线公告+
cex launch projects
;按项目币种信息+合规检查
5赛道叙事币种:基本面+行情+可选买入S2, S1, S4, S5币种信息+新闻+行情(必要时加订单簿)获得Y确认后执行现货/Alpha下单
6监控上线行情并挂首笔限价单S1, S4, S5公告+行情(合理轮询);生成限价草案获得Y确认后执行现货/Alpha下单

Judgment logic summary

判断逻辑摘要

ConditionAction
Mature-cap only, no listing contextRoute away from this skill
buy_intent=false
Read-only union of S1–S4; no
cex
order CLIs
buy_intent=true
Complete read synthesis then Action Draft then Y then write CLIs
User said “should I buy?” without order verbsTreat as
buy_intent=false
until they issue an order mandate
Missing symbol for executionAsk; block writes
Conflicting CLI resultsSplit conclusions; label unknowns
Write failureReport once; no silent retry
条件操作
仅成熟大盘币种,无上线场景路由至其他技能
buy_intent=false
仅执行S1–S4的只读操作;使用
cex
下单CLI
buy_intent=true
完成读取结果合成然后生成行动草案然后等待用户Y确认然后执行写入CLI
用户询问“我应该买吗?”但无下单动词视为**
buy_intent=false
**,直到用户明确下达下单指令
执行操作缺失交易对符号询问用户;阻止写入操作
CLI结果冲突拆分结论;标注未知信息
写入操作失败报告一次;不静默重试

Report template

报告模板

markdown
undefined
markdown
undefined

New Coin Radar Report

New Coin Radar Report

Disclaimer: This output is for informational purposes only and does not constitute investment, financial, tax, or legal advice. Digital asset trading involves significant risk and may result in partial or total loss. AI-assisted outputs are for general information only and do not constitute any representation, warranty, or guarantee by Gate.
Disclaimer: This output is for informational purposes only and does not constitute investment, financial, tax, or legal advice. Digital asset trading involves significant risk and may result in partial or total loss. AI-assisted outputs are for general information only and do not constitute any representation, warranty, or guarantee by Gate.

Signals activated

激活的信号

  • S1 .. S4: ...
  • buy_intent: ...
  • S1 .. S4: ...
  • buy_intent: ...

Findings

调研结果

  • Listings / calendar: ...
  • Fundamentals: ...
  • Risk / compliance: ...
  • Events / sentiment / tape: ...
  • 上线信息/日历: ...
  • 基本面: ...
  • 风险/合规: ...
  • 事件/情绪/行情: ...

Decision support (not advice)

决策支持(非建议)

  • ...
  • ...

Action Draft (only if buy_intent=true)

行动草案(仅当buy_intent=true时)

  • Order type, pair, amount, estimated price/fee, risk notes
  • Confirm with Y to proceed or N to cancel
  • 订单类型、交易对、金额、预估价格/手续费、风险提示
  • 回复Y确认执行或N取消

Execution result (only after Y)

执行结果(仅在Y确认后)

  • Status: ...
undefined
  • 状态: ...
undefined

Error handling

错误处理

Error typeHandling
Announcement CLI unavailableSkip listing dimension; state data gap
Compliance empty / partialKeep going; flag “risk data incomplete” in Draft
Order rejectedShow error; suggest parameter fix; no auto-retry
Missing confirmationReads only
错误类型处理方式
公告CLI不可用跳过上线维度;标注数据缺口
合规信息为空/不完整继续执行;在草案中标记“风险数据不完整”
订单被拒绝显示错误信息;建议修改参数;自动重试
未获得用户确认仅执行读取操作

Safety rules

安全规则

  • No write without Action Draft + Y in the immediately prior turn for that draft.
  • No skipping liquidity/volatility warning for new listings.
  • Single-use confirmation: parameter change invalidates prior Y.
  • This skill is intended for users aged 18+ with full civil capacity.
  • 无行动草案+用户针对该草案的即时Y确认,不得执行写入操作
  • 不得跳过新上线币种的流动性/波动性警告
  • 单次确认有效:参数变更会使之前的Y确认失效
  • 本技能仅面向年满18周岁且具备完全民事行为能力的用户。

Privacy

隐私说明

  • Prompts and trade instructions may be processed by the host AI and sent to Gate APIs through
    gate-cli
    per your environment. Do not paste secrets into chat.
  • 提示信息和交易指令可能会由主机AI处理,并通过**
    gate-cli
    **发送至Gate API,具体取决于您的环境。请勿在聊天中粘贴密钥。

Cross-skill workflows

跨技能工作流

  • Deep spot management after first fill: hand off to
    gate-exchange-spot
    for amendments, triggers, and full position workflow.
  • Pure research without execution: can use
    gate-info-research
    when the query is broad multi-dimension research not specific to listings.
  • 首单成交后的深度现货管理:移交至**
    gate-exchange-spot
    **技能进行订单修改、触发设置和完整仓位管理工作流。
  • 无执行操作的纯调研:当查询为广泛的多维度调研且不针对上线场景时,可使用**
    gate-info-research
    **技能。