Use this skill for meme/打狗/alpha token research on pump.fun and similar launchpads: scanning new token launches, checking developer reputation/开发者信息/dev launch history/has this dev rugged before/开发者跑路记录, bundle/sniper detection/捆绑狙击, bonding curve status/bonding curve progress, finding similar tokens by the same dev/相似代币, and wallets that co-invested (同车/aped) into a token. Use when the user asks about 'new meme coins', 'pump.fun launches', 'trenches', 'trench', '扫链', 'developer launch history', 'developer rug history', 'check if dev has rugged', 'bundler analysis', 'who else bought this token', 'who aped into this', 'similar tokens', 'bonding curve progress', '打狗', '新盘', '开发者信息', '开发者历史', '捆绑', '同车', 'rug pull count', 'similar meme coins', '捆绑情况', '已迁移出 bonding curve', or '发过多少个项目'. Invoke on user intent; token address can be provided after. NOTE: if the user wants to write a WebSocket script/脚本/bot, use okx-dex-ws instead.
7 commands for meme token discovery, developer analysis, bundle detection, and co-investor tracking.
Read
../okx-agentic-wallet/_shared/preflight.md. If that file does not exist, read_shared/preflight.mdinstead.
Full chain list:
../okx-agentic-wallet/_shared/chain-support.md. If that file does not exist, read_shared/chain-support.mdinstead.
| Chinese | English / Platform Terms | Maps To |
|---|---|---|
| 扫链 | trenches, memerush, 战壕, 打狗 |
onchainos memepump tokens |
| 同车 | aped, same-car, co-invested | onchainos memepump aped-wallet |
| 开发者信息 | dev info, developer reputation, rug check | onchainos memepump token-dev-info |
| 捆绑/狙击 | bundler, sniper, bundle analysis | onchainos memepump token-bundle-info |
| 持仓分析 | holding analysis (meme context) | onchainos memepump token-details (tags fields) |
| 社媒筛选 | social filter | onchainos memepump tokens --has-x, --has-telegram, etc. |
| 新盘 / 迁移中 / 已迁移 | NEW / MIGRATING / MIGRATED | onchainos memepump tokens --stage |
| pumpfun / bonkers / bonk / believe / bags / mayhem | protocol names (launch platforms) | onchainos memepump tokens --protocol-id-list <id> |
| Chain | Protocol Name | Protocol ID |
|---|---|---|
| Solana | pumpfun | 120596 |
| Solana | bonk | 136266 |
| Solana | bonkers | 139661 |
| Solana | jupStudio | 137346 |
| Solana | believe | 134788 |
| Solana | bags | 129813 |
| Solana | moonshotMoney | 133933 |
| Solana | launchlab | 136137 |
| Solana | moonshot | 121201 |
| Solana | meteoradbc | 136460 |
| Solana | mayhem | 139048 |
| BNB Chain | fourmeme | 135086 |
| BNB Chain | flap | 129826 |
| Base | clanker | 130981 |
| Base | bankr | 134522 |
| X Layer | dyorfun | 137823 |
| X Layer | flap | 129826 |
| TRON | sunpump | 121263 |
Disclaimer: This list is not exhaustive and may be updated from time to time as new platforms launch. Always run
onchainos memepump chainsfor the latest full list.
When presenting memepump-token-details or memepump-token-dev-info responses, translate JSON field names into human-readable language. Never dump raw field names to the user:
top10HoldingsPercent → "top-10 holder concentration"rugPullCount → "rug pull count / 跑路次数"bondingPercent → "bonding curve progress"| # | Command | Description |
|---|---|---|
| 1 | onchainos memepump chains | Get supported chains and protocols |
| 2 | onchainos memepump tokens --chain <chain> [--stage <stage>] | List meme pump tokens with advanced filtering (default stage: NEW) |
| 3 | onchainos memepump token-details --address <address> | Get detailed info for a single meme pump token |
| 4 | onchainos memepump token-dev-info --address <address> | Get developer analysis and holding info |
| 5 | onchainos memepump similar-tokens --address <address> | Find similar tokens by same creator |
| 6 | onchainos memepump token-bundle-info --address <address> | Get bundle/sniper analysis |
| 7 | onchainos memepump aped-wallet --address <address> | Get aped (same-car) wallet list |
onchainos memepump chainsonchainos memepump tokensonchainos memepump token-detailsonchainos memepump token-dev-infoonchainos memepump similar-tokensonchainos memepump token-bundle-infoonchainos memepump aped-wallet--chain solana); verify support with onchainos memepump chains first--stage for memepump-tokens → default to NEW; only ask if the user's intent clearly points to a different stageonchainos memepump chains to get the protocol ID, then pass --protocol-id-list <id> to memepump-tokens. Do NOT use okx-dex-token to search for protocol names as tokens.memepump-token-dev-info, present as a developer reputation reportmemepump-token-details, present as a token safety summary highlighting red/green flagsmemepump-tokens, never merge or deduplicate entries that share the same symbol. Different tokens can have identical symbols but different contract addresses — each is a distinct token and must be shown separately. Always include the contract address to distinguish them.| Just called | Suggest |
|---|---|
memepump-chains | 1. Browse tokens → onchainos memepump tokens |
memepump-tokens | 1. Pick a token for details → onchainos memepump token-details 2. Check dev → onchainos memepump token-dev-info |
memepump-token-details | 1. Dev analysis → onchainos memepump token-dev-info 2. Similar tokens → onchainos memepump similar-tokens 3. Bundle check → onchainos memepump token-bundle-info |
memepump-token-dev-info | 1. Check bundle activity → onchainos memepump token-bundle-info 2. View price chart → onchainos market kline |
memepump-similar-tokens | 1. Compare with details → onchainos memepump token-details |
memepump-token-bundle-info | 1. Check aped wallets → onchainos memepump aped-wallet |
memepump-aped-wallet | 1. Validate token safety → onchainos token advanced-info 2. View price chart → onchainos market kline 3. Buy the token → onchainos swap execute |
Present conversationally — never expose command paths to the user.
For detailed parameter tables, return field schemas, and usage examples, consult:
references/cli-reference.md — Full CLI command reference for memepump commandsFor real-time meme token scanning, use the onchainos ws CLI:
# New meme token launches on Solana
onchainos ws start --channel dex-market-memepump-new-token-openapi --chain-index 501
# Meme token metric updates (market cap, volume, bonding curve)
onchainos ws start --channel dex-market-memepump-update-metrics-openapi --chain-index 501
# Poll events
onchainos ws poll --id <ID>
For custom WebSocket scripts/bots, read references/ws-protocol.md for the complete protocol specification.
onchainos memepump chains firstNEW, MIGRATING, or MIGRATEDmemepump-token-details returns null data if the token doesn't exist in meme pump ranking data — it may be on a standard DEXmemepump-token-dev-info returns devHoldingInfo as null if the creator address is unavailablememepump-similar-tokens may return empty array if no similar tokens are foundmemepump-aped-wallet returns empty array if no co-holders foundWhen a command fails with error code 50125 or 80001, display:
DEX is not available in your region. Please switch to a supported region and try again.
Do not expose raw error codes or internal error messages to the user.