meme-rush
binance/binance-skills-hub
Real-time launchpad feed and AI-detected hot topics for meme tokens across Solana, BSC, and Base.
What is meme-rush?
Meme Rush provides two complementary feeds: meme-rush tracks token lifecycle stages (new, finalizing, migrated) on launchpads like Pump.fun and Four.meme with extensive filtering; topic-rush surfaces AI-detected market narratives ranked by inflow with associated tokens. Use this to monitor emerging meme token launches, detect migration events, and identify trending narratives in real time.
- Track token lifecycle stages (new, finalizing, migrated) across Pump.fun, Four.meme, and other launchpads
- Filter by dev behavior, token age, market cap, holder distribution, and trading patterns
- Discover AI-detected hot market narratives with tokens ranked by inflow
- Sort topics by creation time or net inflow
- Support Solana, BSC, and Base chains with chainId-based routing
How to install meme-rush
npx skills add https://github.com/binance/binance-skills-hub --skill meme-rush- Node.js installed
- Access to Binance Skills Hub repository
- Valid chainId (CT_501 for Solana, 56 for BSC, 8453 for Base)
How to use meme-rush
- 1.Install the skill: npx skills add https://github.com/binance/binance-skills-hub --skill meme-rush
- 2.Call meme-rush with chainId and rankType (10=new, 20=finalizing, 30=migrated): node <skill-dir>/scripts/cli.mjs meme-rush '{"chainId":"CT_501","rankType":10,"limit":20}'
- 3.Optionally add filters like progress, tokenAge, holders, liquidity, volume, marketCap, or dev behavior flags
- 4.Call topic-rush with chainId, rankType (10=latest, 20=rising), and sort (10=create time, 20=net inflow): node <skill-dir>/scripts/cli.mjs topic-rush '{"chainId":"CT_501","rankType":10,"sort":10}'
- 5.Parse responses: prepend https://bin.bnbstatic.com to icon paths; percentage fields are pre-formatted strings (append % directly)
Use cases
- Monitor newly launched meme tokens on Pump.fun before they migrate to DEX
- Identify tokens currently in bonding-curve phase for early entry analysis
- Track tokens that just migrated to DEX and analyze post-migration performance
- Discover trending market narratives and their associated token inflows
- Filter launchpad feeds by dev wash-trading, insider activity, or bundler holdings
- Meme token traders and researchers
- DeFi analysts tracking launchpad activity
- Narrative-driven investors identifying emerging themes
- Bot developers building real-time token monitoring systems
meme-rush FAQ
meme-rush tracks individual token lifecycle stages on launchpads (new, finalizing, migrated) with detailed filtering by dev behavior and metrics. topic-rush surfaces AI-detected market narratives and ranks associated tokens by inflow.
Solana (CT_501), BSC (56), and Base (8453). meme-rush supports all three; topic-rush supports Solana and BSC.
For meme-rush: 10=new tokens on bonding curve, 20=finalizing (about to migrate), 30=just migrated to DEX. For topic-rush: 10=latest hot topics, 20=rising topics with $1k–$20k all-time-high inflow.
Percentage fields (progress, holder %, priceChange, taxRate) are returned as pre-formatted strings like '42.5'. Append % directly when displaying; do not multiply by 100.
For meme-rush: chainId and rankType only (all other filters optional). For topic-rush: chainId, rankType, and sort are required.
Full instructions (SKILL.md)
Source of truth, from binance/binance-skills-hub.
name: meme-rush description: | Live launchpad feed + AI hot topics for meme tokens. (1) meme-rush: real-time lifecycle feed on launchpads (Pump.fun, Four.meme) — brand-new launches, currently-finalizing / bonding-curve tokens, and just-migrated-to-DEX tokens; filter by dev behavior, age, market cap. (2) topic-rush: AI-detected hot market narratives with the associated tokens ranked by inflow. Use for: "new pump.fun launches", "what just migrated", "currently bonding", "hot narratives", "what topic is pumping right now", "live launchpad feed", "AI hot topics". metadata: author: binance-web3-team version: "2.0"
Meme Rush Skill
Overview
Two rank feeds fronted by one CLI: meme-rush (launchpad lifecycle tracking) and topic-rush (AI hot-topic discovery with associated tokens). The CLI owns URL, method, JSON encoding, timeout, and upstream error mapping — the agent only picks the subcommand and fills the filter JSON.
When to Use This Skill
| User intent | Command |
|---|---|
| New / finalizing / migrated meme tokens on a launchpad | meme-rush |
| AI-generated market hot topics and their associated tokens | topic-rush |
Supported Chains
| Chain | chainId | Supported on |
|---|---|---|
| BSC | 56 | meme-rush, topic-rush |
| Solana | CT_501 | meme-rush, topic-rush |
| Base | 8453 | meme-rush |
How to Call APIs
node <skill-dir>/scripts/cli.mjs meme-rush '{"chainId":"CT_501","rankType":10,"limit":20}'
node <skill-dir>/scripts/cli.mjs topic-rush '{"chainId":"CT_501","rankType":10,"sort":10,"asc":false}'
Commands
| Command | Purpose | Required args | Example |
|---|---|---|---|
meme-rush | Launchpad token lifecycle ranking (new / finalizing / migrated) | chainId, rankType | node <skill-dir>/scripts/cli.mjs meme-rush '{"chainId":"CT_501","rankType":10,"limit":20}' |
topic-rush | AI-generated hot topics with associated tokens | chainId, rankType, sort | node <skill-dir>/scripts/cli.mjs topic-rush '{"chainId":"CT_501","rankType":10,"sort":10}' |
Optional filters for meme-rush (all min/max pairs): progress, tokenAge, holders, liquidity, volume, marketCap, count{,Buy,Sell}, holders{Top10,Dev,Sniper,Insider}Percent, bundlerHoldingPercent, newWalletHoldingPercent, bnHoldingPercent, {bn,kol,pro}Holders, devMigrateCount, globalFee; plus keywords, excludes, limit (max 200), protocol[], devPosition, devBurnedToken, excludeDevWashTrading, excludeInsiderWashTrading, exclusive, paidOnDexScreener, pumpfunLiving, cmcBoost, pairAnchorAddress[], tokenSocials.atLeastOne, tokenSocials.socials[]. See references/cli.md for type and semantics of each field.
Optional filters for topic-rush: asc (boolean), keywords, topicType, tokenSizeMin/Max, netInflowMin/Max.
Rules
meme-rushrankTypeenum — stage of the token's launchpad lifecycle:10= New (freshly created, still on bonding curve)20= Finalizing (bonding curve nearly complete, about to migrate)30= Migrated (just migrated to DEX)
topic-rushrankTypeenum — topic freshness:10= Latest (newest hot topics)20= Rising (rising topics, all-time-high inflow between $1k–$20k)
topic-rushsortenum:10= create time,20= net inflow. Default tosort=10when the user does not specify a sort preference.- Only
chainIdandrankTypeare required formeme-rush; all other parameters are optional filters.topic-rushadditionally requiressort. - Percentage fields are pre-formatted —
progress, holder %,devSellPercent,taxRate,priceChange,priceChange24hare already strings like"42.5", so append%directly when displaying; do NOT multiply by 100. - Icon URL prefix:
iconis a relative path returned by upstream; prependhttps://bin.bnbstatic.combefore rendering.tokenList[].iconintopic-rushresponses follows the same rule. taxRatevisibility: forprotocol=2001(Four.meme)taxRateonly appears on the Migrated list; forprotocol=2002(Flap) it appears on all lists.- Protocol codes (
1001–2002) map to specific launchpads (Pump.fun, Moonit, Pump AMM, Raydium V4/CPMM/CLMM, BONK, Dynamic BC, Moonshot, Jup Studio, Bags, Believer, Meteora DAMM V2 / Pools, Orca, Four.meme, Flap). Seereferences/cli.mdfor the full table.
Full CLI Reference
See references/cli.md for per-subcommand invocations, full parameter tables (all filter fields, holder-distribution filters, dev & launch filters), return-field tables (core, trade counts, holder distribution, dev & migration, tags & flags, social links, AI narrative, topic + tokenList), and real response samples.
Related skills
More from binance/binance-skills-hub and the wider catalog.
trading-signal
Track smart-money buy/sell signals on BSC and Solana with trigger prices, max gains, and exit rates.
crypto-market-rank
Ranked crypto market feeds: trending tokens, smart-money inflows, top traders, social hype, and meme tokens.
square-post
Publish text, images, articles, and videos to Binance Square with a single command.
query-token-info
Search tokens and fetch real-time price, metadata, and candlestick data across Ethereum, BSC, Base, and Solana.
query-address-info
Query wallet token holdings with current prices and 24h changes across multiple chains.
query-token-audit
Detect scams, honeypots, and malicious contracts before trading with comprehensive token security audits.