skills/okx-onchain-gateway/SKILL.md
Onchain transaction gateway across XLayer, Solana, Ethereum, Base, BSC, Arbitrum, Polygon and 20+ chains. Invoke to broadcast a pre-signed / raw / already-signed transaction, push a serialized tx on-chain, query current gas price, estimate gas limit, simulate or dry-run a transaction before sending, track a broadcast order, or check tx-confirmed / pending status by txHash or orderId.
npx skillsauth add okx/onchainos-skills okx-onchain-gatewayInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
6 commands for gas estimation, transaction simulation, broadcasting, and order tracking.
Read
../okx-agentic-wallet/_shared/preflight.md. If that file does not exist, read_shared/preflight.mdinstead.
okx-dex-swapokx-dex-marketokx-dex-tokenokx-wallet-portfoliookx-onchain-gateway)Users may use Chinese or informal terms. Map them to the correct commands:
| Chinese / Slang | English | Maps To |
|---|---|---|
| 预估 gas / 估 gas / gas 费多少 | estimate gas, gas cost | gateway gas or gateway gas-limit |
| 广播交易 / 发送交易 / 发链上 | broadcast transaction, send tx on-chain | gateway broadcast |
| 模拟交易 / 干跑 | simulate transaction, dry-run | gateway simulate |
| 交易哈希是否上链 / 是否确认 / 确认状态 / 交易状态 | tx hash confirmed, check tx status | gateway orders |
| 已签名交易 | signed transaction | --signed-tx param for gateway broadcast |
| gas 价格 / 当前 gas | current gas price | gateway gas |
| 支持哪些链 | supported chains for broadcasting | gateway chains |
The CLI accepts human-readable chain names and resolves them automatically.
| Chain | Name | chainIndex |
|---|---|---|
| XLayer | xlayer | 196 |
| Solana | solana | 501 |
| Ethereum | ethereum | 1 |
| Base | base | 8453 |
| BSC | bsc | 56 |
| Arbitrum | arbitrum | 42161 |
| Polygon | polygon | 137 |
This table is illustrative — the gateway supports 20+ chains. Run onchainos gateway chains for the authoritative list.
| # | Command | Description |
|---|---|---|
| 1 | onchainos gateway chains | Get supported chains for gateway |
| 2 | onchainos gateway gas --chain <chain> | Get current gas prices for a chain |
| 3 | onchainos gateway gas-limit --from ... --to ... --chain ... | Estimate gas limit for a transaction |
| 4 | onchainos gateway simulate --from ... --to ... --data ... --chain ... | Simulate a transaction (dry-run) |
| 5 | onchainos gateway broadcast --signed-tx ... --address ... --chain ... | Broadcast a signed transaction |
| 6 | onchainos gateway orders --address ... --chain ... | Track broadcast order status |
| Compared Skill | This Skill (okx-onchain-gateway) | The Other Skill | |---|---|---| | okx-dex-swap | Broadcasts signed txs | Generates unsigned tx data | | okx-agentic-wallet | For raw tx broadcast | For simple token transfers |
Rule of thumb: okx-onchain-gateway handles raw transaction broadcasting and gas estimation; it does NOT generate swap calldata or handle token transfers.
Match the user's request to a command in the Command Index above (use the Keyword Glossary to resolve Chinese / slang phrasing first).
--chain xlayer, low gas, fast confirmation) as the default, then ask which chain the user prefers--signed-tx → remind user to sign the transaction first (this CLI does NOT sign)--from, --to, optionally --data (calldata)--address and --chain, optionally --order-idonchainos gateway gas or gas-limit, display resultsonchainos gateway simulate, check for revert or successonchainos gateway broadcast with the signed tx, return orderId. For an EVM tx the upstream swap skill flagged for MEV protection, add the --mev-protection flag (see MEV Protection below).onchainos gateway orders, display order statusAfter displaying results, suggest 2-3 relevant follow-up actions:
| Just completed | Suggest |
|---|---|
| gateway gas | 1. Estimate gas limit for a specific tx → onchainos gateway gas-limit (this skill) 2. Get a swap quote → okx-dex-swap |
| gateway gas-limit | 1. Simulate the transaction → onchainos gateway simulate (this skill) 2. Proceed to broadcast → onchainos gateway broadcast (this skill) |
| gateway simulate | 1. Broadcast the transaction → onchainos gateway broadcast (this skill) 2. Adjust and re-simulate if failed |
| gateway broadcast | 1. Track order status → onchainos gateway orders (this skill) |
| gateway orders | 1. View price of received token → okx-dex-market 2. Execute another swap → okx-dex-swap |
Present conversationally, e.g.: "Transaction broadcast! Would you like to track the order status?" — never expose skill names or endpoint paths to the user.
For detailed parameter tables, return field schemas, and usage examples for all 6 commands, consult:
references/cli-reference.md — Full CLI command reference with params, return fields, and examplesTo search for specific command details: grep -n "onchainos gateway <command>" references/cli-reference.md
--signed-tx format matches the chain.onchainos gateway chains first to verify.⚠️ Service is not available in your region. Please switch to a supported region and try again.--signed-tx is broadcast twice, the API may return an error or the same txHash — handle idempotently.This skill is the broadcast layer for EVM MEV protection: the okx-dex-swap skill decides whether protection is needed, and this skill applies it by adding the --mev-protection flag to gateway broadcast. The flag is a boolean — there are no per-chain tip or priority-fee parameters on this command.
| Chain | MEV via broadcast | How to apply |
|---|---|---|
| Ethereum | Yes | add --mev-protection to gateway broadcast |
| BSC | Yes | add --mev-protection to gateway broadcast |
| Base | Yes | add --mev-protection to gateway broadcast |
| Solana | Not via this skill | Solana MEV is handled on the swap path (okx-dex-swap, Jito tips), not at broadcast |
When the swap skill flags an EVM transaction for MEV protection, broadcast it with onchainos gateway broadcast --signed-tx ... --address ... --chain ... --mev-protection. For Solana, MEV protection is not a gateway concern — route it to the swap path.
18.5 Gwei), never raw wei21000, 145000)1.5 ETH), never base unitseip1559Protocol.suggestBaseFee + proposePriorityFee for EIP-1559 chains, normal for legacyethereum → 1, solana → 501)testing
OKX-aggregated DeFi (no specific DApp named) — product discovery, deposit/withdraw/claim execution, AND positions viewing. **If the user names ANY third-party protocol/DApp (Aave, Lido, PancakeSwap, Uniswap, Curve, Compound, Morpho, Pendle, Kamino, Raydium, Hyperliquid, Polymarket, …), route to okx-dapp-discovery — NOT here, even for 'show my Aave positions'.** INVEST triggers: 'invest in DeFi', 'earn yield', 'find best APY', 'deposit/stake for yield', 'search DeFi products', 'redeem/withdraw position', 'claim DeFi rewards', 'borrow against asset', 'repay loan', 'add/remove CLMM liquidity', 'APY/TVL history', 'depth chart', yield farming, lending, staking, liquidity pools. PORTFOLIO triggers: 'check my DeFi positions', 'view DeFi holdings/portfolio', 'my staking/lending positions', 'DeFi balance', 'DeFi 持仓', '我的DeFi资产'. Do NOT use for: DEX swaps (okx-agentic-wallet), token prices (okx-dex-market), wallet token balances (okx-agentic-wallet).
testing
ERC-8004 Agent identity: 注册/更新/上架/下架/搜索agent, register/update/activate/deactivate/search — User/ASP/Evaluator(买家/卖家/仲裁者); 我的agent/ASP, 找做X的ASP/agent有什么服务/endpoint怎么填/查口碑/传头像. + Task Marketplace: 发布/创建任务/接单/协商/验收/deliver/dispute/仲裁/拒绝/stake/unstake/change provider/change budget/修改卖家/修改预算/我的任务/my tasks/what am I working on/我的订阅/订阅列表/订阅详情/my subscriptions/what am I subscribed to/AI服务订阅(view AI-service subscriptions, buyer & ASP)/关闭/取消任务/决策列表/decision list/指定服务商/browse marketplace. + task watch: 监听任务进展/历史消息/未读消息/未决策/outstanding decisions. + okx-a2a missing/uninitialized. Match by meaning. MUST ACTIVATE on inbound envelopes: (1) {agentId, message:{source:"system", event, jobId,...}} system event; (2) {msgType:"a2a-agent-chat", jobId, sender:{role},...} agent-to-agent task chat (sender.role = COUNTERPARTY, not you); (3) literal "Read the okx-ai skill" (or legacy "Read the okx-agent-task skill") in the envelope.
testing
Onchain OS onboarding & guide hub — the single entry for first-time, 'what is this / how do I use it', OKX.AI, and customer-support intents; classifies the intent and routes to the right sub-flow via its Intent Routing table. Covers: (1) Onchain OS onboarding + welcome banner — 'what is onchainos', 'what is onchain os', 'what can it do', 'what can onchainos do', 'what does onchainos do', 'how do I use this', 'how do I play', 'how to use onchainos', 'how to play onchainos', 'how does onchainos work', 'how do I start', 'getting started', 'tutorial', 'onboarding', 'first time', 'I just installed', 'now what', 'what do I do now', 'where do I start', 'who are you', 'what are you', 'introduce onchainos', 'tell me about onchainos', 'I'm new'; (2) OKX.AI intro & role-registration routing (the Agent economic system — roles User / ASP / Evaluator) — 'what is OKX.AI', 'OKX.AI 是什么', 'how to use OKX.AI', 'OKX.AI 快速开始', and any spelling / spacing / casing / typo variant (OKXAI, okx ai, okx-ai, lowercase okx.ai, 啥是okxai); (3) customer support / Help Center — 'contact support', 'talk to a human', 'customer service', 'file a complaint', 'give feedback', 'report a bug / system error', 'help center', 'FAQ', 'user guide', 'something is broken'. NOT for: direct on-chain actions (swap / wallet / balance / token) or Agent task lifecycle (publish / accept / deliver / dispute) — those have their own skills.
testing
List OKX Agentic Wallet exclusive trading competitions, register users for contests, track participation and leaderboard rankings, and claim won rewards. Use when users want to list available trading competitions or trading cups, view competition rules / prize pool / total prizes, register or sign up or enroll or join a contest, check the leaderboard (who is winning) or their own rank (am I in the prize zone, what is my place), ask did I win or query participation / claim status, claim won rewards or prizes from completed competitions, see which wallet account they registered with, or submit Telegram / WeChat / Email / Twitter contact for prize delivery to top-tier winners.