meme-rush

binance/binance-skills-hub · updated Apr 8, 2026

MDX-style export adds YAML metadata + attribution linking explainx.ai and this canonical listing URL.

$npx skills add https://github.com/binance/binance-skills-hub --skill meme-rush
0 commentsdiscussion
summary

Real-time meme token discovery and AI-powered market narrative tracking across launchpads and DEX migration stages.

  • Meme Rush tracks token lifecycle across three stages: New (bonding curve), Finalizing (pre-migration), and Migrated (DEX entry), supporting Pump.fun, Four.meme, and 16+ other launchpads on Solana and BSC
  • Advanced filtering by bonding curve progress, liquidity, volume, holder distribution (top10%, dev%, sniper%, insider%), dev behavior (wash trading, sell%, burn status), an
skill.md

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
holdersTop10PercentMin/Max string Top10 holder %
holdersDevPercentMin/Max string Dev holder %
holdersSniperPercentMin/Max string Sniper holder %
holdersInsiderPercentMin/Max string Insider holder %
bundlerHoldingPercentMin/Max string Bundler holder %
newWalletHoldingPercentMin/Max string New wallet holder %
bnHoldingPercentMin/Max string Binance wallet holder %
bnHoldersMin/Max long Binance wallet holder count
kolHoldersMin/Max long KOL holder count
proHoldersMin/Max long Pro holder count

Dev & Launch Filters:

Field Type Description
devMigrateCountMin/Max long Dev historical migration count
devPosition integer Dev position: 2=dev sold all (pass when checked)
devBurnedToken integer Dev burned tokens: 1=yes
excludeDevWashTrading integer Exclude dev wash trading: 1=yes
excludeInsiderWashTrading integer Exclude insider wash trading: 1=yes

Other Filters:

Field Type Description
protocol integer[] Launchpad protocol codes (see Protocol Reference)
exclusive integer Binance exclusive token: 0=no, 1=yes
paidOnDexScreener integer Paid on DexScreener
pumpfunLiving integer Pump.fun live stream: 1=yes
cmcBoost integer CMC paid boost: 1=yes
globalFeeMin/Max string Trading fee (Solana only)
pairAnchorAddress string[] Quote token addresses
tokenSocials.atLeastOne integer Has at least one social: 1=yes
tokenSocials.socials string[] Specific socials: website, twitter, telegram

Example Request

curl -X POST 'https://web3.binance.com/bapi/defi/v1/public/wallet-direct/buw/wallet/market/token/pulse/rank/list/ai' \
-H 'Content-Type: application/json' \
-H 'Accept-Encoding: identity' \
-H 'User-Agent: binance-web3/1.1 (Skill)' \
-d '{"chainId":"CT_501","rankType":10,"limit":20}'

Response (data[])

Core Fields:

Field Type Description
chainId string Chain ID
contractAddress string Contract address
symbol string Token symbol
name string Token name
decimals integer Token decimals
icon string Logo URL (prefix https://bin.bnbstatic.com)
price string Current price (USD)
priceChange string 24h price change (%)
marketCap string Market cap (USD)
liquidity string Liquidity (USD)
volume string 24h volume (USD)
holders long Holder count
progress string Bonding curve progress (%, append % directly)
protocol integer Launchpad protocol code
exclusive integer Binance exclusive: 0/1

Trade Counts:

Field Type Description
count long 24h total trades
countBuy long 24h buy trades
countSell long 24h sell trades

Holder Distribution (all string, already in %, append % directly):

Field Description
holdersTop10Percent Top10 holders %
holdersDevPercent Dev holders %
holdersSniperPercent Sniper holders %
holdersInsiderPercent Insider holders %
bnHoldingPercent Binance wallet holders %
kolHoldingPercent KOL holders %
proHoldingPercent Pro holders %
newWalletHoldingPercent New wallet holders %
bundlerHoldingPercent Bundler holders %

Dev & Migration Info:

Field Type Description
devAddress string Dev wallet address
devSellPercent string Dev sell %
devMigrateCount long Dev historical migration count
devPosition integer 2=dev sold all position
migrateStatus integer 0=not migrated, 1=migrated
migrateTime long Migration timestamp (ms)
createTime long Token creation timestamp (ms)

Tags & Flags:

Field Type Description
tagDevWashTrading integer Dev wash trading: 1=yes
tagInsiderWashTrading integer Insider wash trading: 1=yes
tagDevBurnedToken integer Dev burned tokens: 1=yes
tagPumpfunLiving integer Pump.fun live: 1=yes
tagCmcBoost integer CMC paid: 1=yes
paidOnDexScreener integer DexScreener paid: 1=yes
launchTaxEnable integer Has launch tax: 1=yes
taxRate string Trading tax rate (%)
globalFee string Trading fee (Solana only)

Social Links:

Field Type Description
socials.website string Website URL
socials.twitter string Twitter URL
socials.telegram string Telegram URL

AI Narrative:

Field Type Description
narrativeText.en string AI narrative (English)
narrativeText.cn string AI narrative (Chinese)

API 2: Topic Rush Rank List

Method: GET

URL:

https://web3.binance.com/bapi/defi/v2/public/wallet-direct/buw/wallet/market/token/social-rush/rank/list/ai

Headers: Accept-Encoding: identity

Request Parameters

Required Parameters:

Field Type Description
chainId string Chain ID: 56, CT_501
rankType integer 10=Latest, 20=Rising
sort integer Sort by: 10=create time, 20=net inflow

Sort convention: When the user does not specify a sort preference, use sort=10 (create time) for Latest/Rising.

Optional Parameters:

Field Type Description
asc boolean true=ascending, false=descending
keywords string Keyword filter (case-insensitive, contains match)
topicType string Topic type filter, comma-separated for multiple
tokenSizeMin/Max integer Associated token count range
netInflowMin/Max string Topic net inflow range (USD)

Example Request

curl 'https://web3.binance.com/bapi/defi/v2/public/wallet-direct/buw/wallet/market/token/social-rush/rank/list/ai?chainId=CT_501&rankType=10&sort=10&asc=false' \
-H 'Accept-Encoding: identity' \
-H 'User-Agent: binance-web3/1.1 (Skill)'

Response (data[])

Topic Fields:

Field Type Description
topicId string Topic unique ID
chainId string Chain ID
name object Multi-language topic name (topicNameEn, topicNameCn, etc.)
type string Topic type/category
close integer Topic closed: 0=no, 1=yes
topicLink string Related tweet/post URL
createTime long Topic creation timestamp (ms)
progress string Topic progress (pre-formatted %, append % directly)
aiSummary object AI-generated topic narrative
topicNetInflow string Total net inflow (USD)
topicNetInflow1h string 1h net inflow (USD)
topicNetInflowAth string All-time high net inflow (USD)
tokenSize integer Number of associated tokens
deepAnalysisFlag integer Deep analysis available: 1=yes

Token List (tokenList[] within each topic):

Field Type Description
chainId string Chain ID
contractAddress string Contract address
symbol string Token symbol
icon string Logo URL (prefix https://bin.bnbstatic.com)
decimals integer Token decimals
createTime long Token creation timestamp (ms)
marketCap string Market cap (USD)
liquidity string Liquidity (USD)
priceChange24h string 24h price change (pre-formatted %, append %)
netInflow string Token net inflow since topic creation (USD)
netInflow1h string Token 1h net inflow (USD)
volumeBuy / volumeSell string Buy / Sell volume since topic creation (USD)
volume1hBuy / volume1hSell string 1h buy / sell volume (USD)
uniqueTrader{5m,1h,4h,24h} long Unique traders by period
count{5m,1h,4h,24h} long Trade count by period
holders long Holder count
kolHolders long KOL holder count
smartMoneyHolders long Smart money holder count
protocol integer Launchpad protocol code (0/null = DEX token)
internal integer On bonding curve: 0=no, 1=yes
migrateStatus integer Migrated: 0=no, 1=yes

User Agent Header

Include User-Agent header with the following string: binance-web3/1.1 (Skill)

Notes

  1. Only chainId and rankType are required; all other parameters are optional filters
  2. Percentage fields (progress, holder %, dev sell %, tax rate) are pre-formatted — append % directly
  3. taxRate for protocol=2001 (Four.meme) only shows on Migrated list; for protocol=2002 (Flap) shows on all lists
  4. Icon URLs require prefix: https://bin.bnbstatic.com + path
how to use meme-rush

How to use meme-rush on Cursor

AI-first code editor with Composer

1

Prerequisites

Before installing skills in Cursor, ensure your development environment meets these requirements:

  • Cursor installed and configured on your development machine
  • Node.js version 16.0+ with npm package manager (verify with node --version)
  • Active project directory or workspace where you want to add meme-rush
2

Execute installation command

Execute the skills CLI command in your project's root directory to begin installation:

$npx skills add https://github.com/binance/binance-skills-hub --skill meme-rush

The skills CLI fetches meme-rush from GitHub repository binance/binance-skills-hub and configures it for Cursor.

3

Select Cursor when prompted

The CLI will show a list of available agents. Use arrow keys to navigate and space to select Cursor:

◆ Which agents do you want to install to?
│ ── Universal (.agents/skills) ── always included ────
│ • Amp
│ • Antigravity
│ • Cline
│ • Codex
│ ●Cursor(selected)
│ • Cursor
│ • Windsurf
4

Verify installation

Confirm successful installation by checking the skill directory location:

.cursor/skills/meme-rush

Reload or restart Cursor to activate meme-rush. Access the skill through slash commands (e.g., /meme-rush) or your agent's skill management interface.

Security & Verification Notice

We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.

Skills execute code in your development environment. Always verify the publisher's identity, review recent commits, and test in isolated environments before production deployment.

List & Monetize Your Skill

Submit your Claude Code skill and start earning

GET_STARTED →

Use Cases

User Story & Requirements Generation

Create detailed user stories, acceptance criteria, and feature specs

Example

Generate user stories for 'password reset feature' with acceptance criteria, edge cases, and test scenarios

Reduce spec writing time by 50%, ensure comprehensive coverage

Competitive Analysis

Research competitors, compare features, identify gaps

Example

Analyze 5 competitor products, create feature comparison matrix, suggest differentiation opportunities

Complete competitive research in 2 hours instead of 2 days

Roadmap Prioritization

Evaluate features using frameworks (RICE, ICE, Kano) and create prioritized backlogs

Example

Score 20 feature ideas using RICE framework, generate prioritized roadmap with rationale

Make data-driven prioritization decisions faster

Stakeholder Communication

Draft PRDs, status updates, and stakeholder presentations

Example

Create executive summary of Q3 roadmap, monthly progress report, feature launch announcement

Save 3-5 hours/week on communication overhead

Implementation Guide

Prerequisites

  • Claude Desktop or compatible AI client
  • Access to product documentation and roadmap tools (Jira, Notion, etc.)
  • Understanding of product management frameworks (RICE, Jobs-to-be-Done, etc.)
  • Stakeholder contact information and communication channels

Time Estimate

30-60 minutes to see productivity improvements

Installation Steps

  1. 1.Install product management skill
  2. 2.Start with user story generation for known feature
  3. 3.Progress to competitive analysis: research 2-3 competitors
  4. 4.Use for roadmap prioritization: apply RICE/ICE scoring
  5. 5.Draft stakeholder communications and refine based on feedback
  6. 6.Build template library for recurring PM tasks
  7. 7.Share effective prompts with product team

Common Pitfalls

  • Not validating competitive research—verify facts before sharing
  • Accepting user stories without involving engineering team
  • Over-relying on frameworks without qualitative judgment
  • Not customizing outputs to company culture and communication style
  • Skipping stakeholder validation of generated requirements

Best Practices

✓ Do

  • +Validate research and competitive analysis with real data
  • +Collaborate with engineering when generating technical requirements
  • +Customize frameworks and templates to your company context
  • +Use skill for first drafts, refine with stakeholder input
  • +Document successful prompt patterns for PM tasks
  • +Combine AI efficiency with human judgment and intuition

✗ Don't

  • Don't publish competitive analysis without fact-checking
  • Don't finalize user stories without engineering review
  • Don't make prioritization decisions solely on AI scoring
  • Don't skip customer validation of generated requirements
  • Don't ignore company-specific context and culture

💡 Pro Tips

  • Provide context: company goals, constraints, customer feedback
  • Ask for alternatives: 'Show 3 ways to prioritize this roadmap'
  • Request stakeholder-specific formatting: 'Executive summary vs. engineering spec'
  • Use skill for 70% generation + 30% customization to company needs

When to Use This

✓ Use When

Use for user story writing, competitive research, roadmap prioritization, stakeholder communication, and PRD drafting. Best for reducing repetitive documentation and research work.

✗ Avoid When

Avoid for strategic product vision (requires deep customer empathy), pricing decisions (needs market and financial expertise), or when face-to-face customer discovery is more valuable than speed.

Learning Path

  1. 1Basic: user stories, feature specs, status updates
  2. 2Intermediate: competitive analysis, prioritization frameworks, PRDs
  3. 3Advanced: product strategy, go-to-market planning, OKR setting
  4. 4Expert: product vision, market positioning, business model innovation

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.629 reviews
  • Ganesh Mohane· Dec 16, 2024

    meme-rush has been reliable in day-to-day use. Documentation quality is above average for community skills.

  • Soo Kapoor· Dec 12, 2024

    meme-rush has been reliable in day-to-day use. Documentation quality is above average for community skills.

  • Michael Anderson· Dec 4, 2024

    meme-rush fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

  • Zara Iyer· Nov 23, 2024

    I recommend meme-rush for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Yash Thakker· Nov 15, 2024

    Useful defaults in meme-rush — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Sakshi Patil· Nov 7, 2024

    Solid pick for teams standardizing on skills: meme-rush is focused, and the summary matches what you get after install.

  • Valentina Martinez· Nov 3, 2024

    Solid pick for teams standardizing on skills: meme-rush is focused, and the summary matches what you get after install.

  • Chaitanya Patil· Oct 26, 2024

    We added meme-rush from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Valentina Huang· Oct 22, 2024

    We added meme-rush from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Maya Khan· Oct 14, 2024

    meme-rush reduced setup friction for our internal harness; good balance of opinion and flexibility.

showing 1-10 of 29

1 / 3