
Meme Rush
Monitor Pump.fun, Four.meme, and related launchpad memecoins plus AI-ranked market narratives for fast trading decisions.
Overview
Meme Rush is an agent skill for the Idea phase that surfaces real-time meme launchpad tokens and AI-ranked hot topics for fast-trading workflows.
Install
npx skills add https://github.com/binance/binance-skills-hub --skill meme-rushWhat is this skill?
- Meme Rush lists across three rankTypes: New (10), Finalizing (20), Migrated (30)
- Topic Rush surfaces Latest (10) and Rising (20) AI hot topics with linked tokens
- Launchpad coverage includes Pump.fun, Four.meme, and similar bonding-curve stages
- Use cases: snipe new launches, migration watch, post-migration DEX entry, dev-behavior filters
- Skill metadata version 1.1 from Binance Web3 team
- Meme Rush uses 3 rankType stages (10, 20, 30)
- Topic Rush uses 2 rankType stages (10, 20)
- Skill version 1.1
Adoption & trust: 4.9k installs on skills.sh; 881 GitHub stars; 2/3 security scanners passed (skills.sh audits).
What problem does it solve?
You need launchpad lifecycle and narrative inflow signals across Pump.fun-style venues without manually tracking new, finalizing, and migrated buckets.
Who is it for?
Experienced solo traders or builder-agents explicitly monitoring meme launchpads and short-horizon narrative flows.
Skip if: Long-term SaaS product research, regulated investment workflows, or builders with no crypto risk tolerance.
When should I use this skill?
Users ask about new meme tokens, pump.fun, four.meme, bonding curve, migration status, fast meme trading, or market hot topics.
What do I get? / Deliverables
You get staged meme token lists and topic-ranked token associations aligned to sniping, migration watch, or narrative-led entry strategies.
- Staged meme token lists
- Hot-topic rankings with associated tokens
Recommended Skills
Journey fit
Discovery of opportunistic markets maps to Idea when builders or traders scan narratives before committing capital or tooling. Discover fits hot-topic and new-launch feeds that surface what is trending before deeper validation or execution.
How it compares
Niche Web3 market scanner skill, not a generic analytics or SEO research tool.
Common Questions / FAQ
Who is meme-rush for?
Agents and users doing fast meme-token trading research on Binance Web3 launchpad data and AI topic rankings.
When should I use meme-rush?
Use it during Idea discover when exploring new meme launches, migration timing, pump.fun or four.meme lists, or trending market narratives with linked tokens.
Is meme-rush safe to install?
It interacts with trading-adjacent APIs and high-risk assets; review the Security Audits panel on this Prism page and never treat outputs as financial advice.
SKILL.md
READMESKILL.md - Meme Rush
# Meme Rush Skill ## Overview ### Meme Rush — Launchpad token lifecycle tracking | rankType | Stage | Description | |----------|-------|-------------| | 10 | New | Freshly created meme tokens still on bonding curve | | 20 | Finalizing | Tokens about to migrate (bonding curve nearly complete) | | 30 | Migrated | Tokens that just migrated to DEX | ### Topic Rush — AI-powered market hot topic discovery | rankType | Stage | Description | |----------|-------|-------------| | 10 | Latest | Newest hot topics | | 20 | Rising | Rising topics with all-time high inflow between $1k–$20k | ## Use Cases 1. **Snipe New Launches**: Find freshly created meme tokens on Pump.fun, Four.meme, etc. 2. **Migration Watch**: Monitor tokens about to migrate — catch early DEX liquidity 3. **Post-Migration Trading**: Find just-migrated tokens for early DEX entry 4. **Filter by Dev Behavior**: Exclude dev wash trading, check dev sell %, burned tokens 5. **Holder Analysis**: Filter by top10 %, dev %, sniper %, insider %, bundler % holdings 6. **Smart Filtering**: Combine bonding curve progress, liquidity, volume, market cap filters 7. **Topic Discovery**: Find AI-generated market hot topics and their associated tokens 8. **Narrative Trading**: Trade tokens grouped by trending narratives, sorted by net inflow ## Supported Chains | Chain | chainId | |-------|---------| | BSC | 56 | | Solana | CT_501 | ## Protocol Reference | Protocol Code | Platform | Chain | |---------------|----------|-------| | 1001 | Pump.fun | Solana | | 1002 | Moonit | Solana | | 1003 | Pump AMM | Solana | | 1004 | Launch Lab | Solana | | 1005 | Raydium V4 | Solana | | 1006 | Raydium CPMM | Solana | | 1007 | Raydium CLMM | Solana | | 1008 | BONK | Solana | | 1009 | Dynamic BC | Solana | | 1010 | Moonshot | Solana | | 1011 | Jup Studio | Solana | | 1012 | Bags | Solana | | 1013 | Believer | Solana | | 1014 | Meteora DAMM V2 | Solana | | 1015 | Meteora Pools | Solana | | 1016 | Orca | Solana | | 2001 | Four.meme | BSC | | 2002 | Flap | BSC | --- ## API 1: Meme Rush Rank List ### Method: POST **URL**: ``` https://web3.binance.com/bapi/defi/v1/public/wallet-direct/buw/wallet/market/token/pulse/rank/list/ai ``` **Headers**: `Content-Type: application/json`, `Accept-Encoding: identity` ### Request Body **Required Parameters**: | Field | Type | Description | |-------|------|-------------| | chainId | string | Chain ID: `56` for bsc, `CT_501` for solana | | rankType | integer | `10`=New, `20`=Finalizing, `30`=Migrated | **Pagination & Keyword**: | Field | Type | Description | |-------|------|-------------| | limit | integer | Max results per request (default 40, max 200) | | keywords | string[] | Include symbols matching keywords (max 5) | | excludes | string[] | Exclude symbols (max 5) | **Token Filters (Min/Max pairs)**: | Filter | Type | Description | |--------|------|-------------| | progressMin/Max | string | Bonding curve progress (0-100%) | | tokenAgeMin/Max | long | Token age | | holdersMin/Max | long | Holder count | | liquidityMin/Max | string | Liquidity (USD) | | volumeMin/Max | string | 24h volume (USD) | | marketCapMin/Max | string | Market cap (USD) | | countMin/Max | long | Total trade count | | countBuyMin/Max | long | Buy trade count | | countSellMin/Max | long | Sell trade count | **Holder Distribution Filters (Min/Max pairs)**: | Filter | Type | Description | |--------|------|