binance-meme-rush
Binance Web3 official skill — real-time meme token launchpad tracking and AI-powered trending topic discovery on Solana and BSC. Sourced from github.com/binance/binance-skills-hub.
Best use case
binance-meme-rush is best used when you need a repeatable AI agent workflow instead of a one-off prompt. It is especially useful for teams working in multi. Binance Web3 official skill — real-time meme token launchpad tracking and AI-powered trending topic discovery on Solana and BSC. Sourced from github.com/binance/binance-skills-hub.
Binance Web3 official skill — real-time meme token launchpad tracking and AI-powered trending topic discovery on Solana and BSC. Sourced from github.com/binance/binance-skills-hub.
Users should expect a more consistent workflow output, faster repeated execution, and less time spent rewriting prompts from scratch.
Practical example
Example input
Use the "binance-meme-rush" skill to help with this workflow task. Context: Binance Web3 official skill — real-time meme token launchpad tracking and AI-powered trending topic discovery on Solana and BSC. Sourced from github.com/binance/binance-skills-hub.
Example output
A structured workflow result with clearer steps, more consistent formatting, and an output that is easier to reuse in the next run.
When to use this skill
- Use this skill when you want a reusable workflow rather than writing the same prompt again and again.
When not to use this skill
- Do not use this when you only need a one-off answer and do not need a reusable workflow.
- Do not use it if you cannot install or maintain the related files, repository context, or supporting tools.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/binance-meme-rush/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How binance-meme-rush Compares
| Feature / Agent | binance-meme-rush | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Binance Web3 official skill — real-time meme token launchpad tracking and AI-powered trending topic discovery on Solana and BSC. Sourced from github.com/binance/binance-skills-hub.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Binance Meme Rush
Official Binance Web3 skill for real-time meme token discovery across launchpad lifecycles and AI-powered trending narrative tracking.
> Source: [binance/binance-skills-hub](https://github.com/binance/binance-skills-hub/tree/main/skills/binance-web3/meme-rush)
## Supported Platforms
**Solana**: Pump.fun, Moonit, Raydium, Orca, and 10+ protocols
**BSC**: Four.meme, Flap
## API 1 — Meme Rush Rank
Tracks meme tokens through three launchpad lifecycle stages.
```
POST https://web3.binance.com/bapi/defi/v1/public/wallet-direct/buw/wallet/market/token/pulse/rank/list
Content-Type: application/json
{
"chainId": "CT_501",
"rankType": 10,
"page": 1,
"pageSize": 20,
// optional filters below
"minBondingCurveProgress": 0,
"maxBondingCurveProgress": 100,
"minHolders": 0,
"minLiquidity": 0,
"minVolume24h": 0,
"narratives": []
}
```
`rankType` values:
- `10` — **New**: Freshly created tokens on bonding curves
- `20` — **Finalizing**: Tokens nearing migration threshold
- `30` — **Migrated**: Recently migrated to DEX
Available filters:
- Bonding curve progress range
- Holder count minimum
- Liquidity and volume thresholds
- Dev behavior flags
- Holder distribution (top10%, dev%, sniper%, KOL%, pro%)
- Social links (has website / Twitter / Telegram)
- Narratives / token tags
Response includes: token metadata, migration status and timing, bonding curve progress, holder distribution breakdown, AI-generated narratives (EN/ZH), social proof, tax rates, trading fees.
## API 2 — Topic Rush Rank
AI-powered discovery of trending market narratives.
```
GET https://web3.binance.com/bapi/defi/v1/public/wallet-direct/buw/wallet/market/token/social-rush/rank/list
?rankType=20
&chainId=CT_501
&page=1
&pageSize=20
```
`rankType` values:
- `10` — **Latest**: Newest emerging topics
- `20` — **Rising**: Topics with $1k–$20k all-time net inflows
- `30` — **Viral**: Topics exceeding $20k all-time net inflows
Response: trending topics with associated tokens ranked by net inflow.
## Key Features
- Real-time launchpad token discovery
- Dev wallet behavior analysis
- Wash trading detection
- Holder distribution metrics (top 10%, dev %, sniper %, KOL %, pro %)
- AI-generated token narratives in English and Chinese
- Social proof tracking (website, Twitter, Telegram links)
- Migration status and timing data
- Tax rate and trading fee information
## Usage Examples
```
User: Show me new meme tokens launching on Pump.fun right now
→ POST Meme Rush, chainId:CT_501, rankType:10
User: Find meme tokens about to graduate (migrate) on BSC
→ POST Meme Rush, chainId:56, rankType:20
User: What crypto narratives are trending on Solana?
→ GET Topic Rush, chainId:CT_501, rankType:30
User: Find low-risk meme tokens with real holders
→ POST Meme Rush with filters: minHolders:500, hasTwitter:true, maxDevPct:5
```
## Notes
- All numeric values returned as strings — convert before calculations
- Logo URLs require prefix: `https://bin.bnbstatic.com`
- This is for informational purposes only — not investment advice
- Meme tokens carry extremely high risk — always DYORRelated Skills
four-meme
Discover and analyze tokens on the four.meme BSC launchpad.
binance-trading-signal
Binance Web3 official skill — Smart Money on-chain trading signals tracking professional investor buy/sell activity on BSC and Solana. Sourced from github.com/binance/binance-skills-hub.
binance-token-info
Binance Web3 official skill — search tokens, retrieve metadata, real-time market data, and candlestick charts across BSC, Base, and Solana. Sourced from github.com/binance/binance-skills-hub.
binance-token-audit
Binance Web3 official skill — security audit for token contracts, detecting honeypots, rug pulls, and malicious functions across BSC, Base, Solana, and Ethereum. Sourced from github.com/binance/binance-skills-hub.
binance-spot
Binance official spot trading skill — place orders, manage accounts, and access real-time market data via Binance Spot API. Sourced from github.com/binance/binance-skills-hub.
binance-market-rank
Binance Web3 official skill — crypto market rankings including trending tokens, smart money inflow, social hype, meme ranks, and top trader PnL leaderboards. Sourced from github.com/binance/binance-skills-hub.
binance-address-info
Binance Web3 official skill — query any wallet address for token holdings, balances, and portfolio data across BSC, Base, and Solana. Sourced from github.com/binance/binance-skills-hub.
github
GitHub operations via `gh` CLI: issues, PRs, CI runs, code review, API queries. Use when: (1) checking PR status or CI, (2) creating/commenting on issues, (3) listing/filtering PRs or issues, (4) viewing run logs. NOT for: complex web UI interactions requiring manual browser flows (use browser tooling when available), bulk operations across many repos (script with gh api), or when gh auth is not configured.
gifgrep
Search GIF providers with CLI/TUI, download results, and extract stills/sheets.
zkvm-evaluator
Trustless ERC-8183 job evaluation — run Client's verification program inside a zkVM with ZK proof.
xurl
A CLI tool for making authenticated requests to the X (Twitter) API. Use this skill when you need to post tweets, reply, quote, search, read posts, manage followers, send DMs, upload media, or interact with any X API v2 endpoint.
whale-watcher
Monitor large transactions and whale movements on-chain.