emblem-memecoin-scout
emblemcompany/agent-skills
Find trending memecoins and run rug-pull risk checks across Solana, Base, and Hedera via EmblemAI.
What is emblem-memecoin-scout?
Emblem Memecoin Scout is an Agent Skill that uses EmblemAI/agentwallet CLI tools to discover trending and newly launched memecoins on Solana, Base, and Hedera, and to run rug-pull risk checks via the rugcheck tool. Use it when you want to find new Pump.fun/LaunchLab/Clanker tokens, check holder concentration and smart money activity, or assess whether a token looks like a rug pull.
- Surfaces new and trending memecoin launches on Pump.fun, LaunchLab, Clanker (Base), and Hedera's MemeJob
- Runs rug-pull risk assessment via rugcheck, returning a 0-100 score plus holder/LP/authority details
- Pulls trade volume and price-action data via Birdeye across multiple chains
- Tracks smart money/whale trading activity via Nansen tooling
- Searches and aggregates trending coin data from CoinGecko and other sources
How to install emblem-memecoin-scout
npx skills add https://github.com/emblemcompany/agent-skills --skill emblem-memecoin-scout- Node.js >= 18.0.0
- @emblemvault/agentwallet CLI (npm install -g @emblemvault/agentwallet)
- Internet access
- An agent environment following the Agent Skills spec (Claude Code, Cursor, Codex, OpenClaw, etc.)
How to use emblem-memecoin-scout
- 1.Install the required CLI: npm install -g @emblemvault/agentwallet
- 2.Invoke the skill with a trigger phrase or by naming the exact tool, e.g. 'Use getPumpFunTokens to show tokens about to graduate on Pump.fun with holder data'
- 3.Discover trending/new tokens using tools like findSolanaGems, getPumpFunTokens, discoverLaunchLabTokens, baseFindClankerTokens, or hederaFindMemeCoins
- 4.Run a risk check with rugcheck on any candidate token address before considering a position
- 5.Deep-dive volume and trade data with birdeyeTradeData
- 6.Check for smart money/whale involvement with nansen_smart_money_trades
- 7.Optionally run the helper script: bash scripts/memecoin-scan.sh [chain] for a quick trending scan
Use cases
- Spot new Pump.fun tokens about to graduate, including holder data and dev hold percentage
- Check a specific token's rug-pull risk score, holder concentration, and freeze/mint authority before considering a trade
- Scout trending Solana 'gems' or multi-chain trending tokens via Birdeye/CoinGecko
- Track new Clanker token launches on Base or new memecoins on Hedera
- See whether smart money/whale wallets have recently traded a given memecoin
- Crypto traders scouting low-cap memecoins for early entries
- Researchers wanting quick risk/rug-pull checks on Solana tokens
- Agent builders adding on-chain memecoin discovery to a coding/trading agent
emblem-memecoin-scout FAQ
Solana, Base, and Hedera. BSC/FourMeme discovery is broken (the tool returns a 404).
It uses the rugcheck tool (Solana only) to return a risk score (0-100) plus holder concentration, insider networks, freeze/mint authority, and LP lock status. It does not guarantee safety.
No. There are no social API tools in this skill, so social sentiment monitoring is not supported.
No. There are no charting tools, and exit strategy 'advice' would only be LLM-generated guesswork, not data-driven.
Node.js >= 18.0.0 and the @emblemvault/agentwallet CLI (npm install -g @emblemvault/agentwallet), plus internet access.
Full instructions (SKILL.md)
Source of truth, from emblemcompany/agent-skills.
name: emblem-memecoin-scout description: > Memecoin discovery and risk assessment via EmblemAI. Trending memecoins on Solana, Base, and Hedera. Pump.fun and LaunchLab new token alerts, Clanker discovery, rug-pull detection, holder analysis, and smart money tracking. Use when the user wants to find new memecoins, check if a token is a rug pull, or scout trending low-cap tokens. license: MIT compatibility: > Requires Node.js >= 18.0.0, @emblemvault/agentwallet CLI, and internet access. Works on Claude Code, Cursor, Codex, OpenClaw, and other agents following the Agent Skills spec. metadata: author: EmblemAI version: "1.1.0" homepage: https://emblemvault.ai docs: https://emblemvault.ai/docs docs-interactive: https://emblemvault.dev
Emblem Memecoin Scout
Memecoin discovery and risk assessment powered by EmblemAI. Real-time new token alerts, trending memecoins, rug-pull detection, holder analysis, and smart money tracking across Solana, Base, and Hedera.
Requires: npm install -g @emblemvault/agentwallet
What This Skill Can Do
| Capability | Tools Used | Chains |
|---|---|---|
| Pump.fun new token launches | getPumpFunTokens | Solana |
| LaunchLab / Bonk.fun new tokens | discoverLaunchLabTokens | Solana |
| Trending memecoins | findSolanaGems, birdeyeTrendingTokens | Solana, multi-chain |
| Clanker token discovery | baseFindClankerTokens | Base |
| Hedera memecoin discovery | hederaFindMemeCoins | Hedera |
| Rug-pull detection | rugcheck | Solana |
| Token deep dive (volume, trades) | birdeyeTradeData | Multi-chain |
| Smart money memecoin tracking | nansen_smart_money_trades | Multi-chain |
| CoinGecko trending | getTrendingCoins | All |
| Token search | searchCryptoByName, findSolanaSwapToken | All |
Not Supported
These features have no backing tools:
- Social sentiment (Twitter, Telegram, Discord monitoring) — no social API tools exist
- Exit strategy generation — LLM-generated advice only, not data-driven
- Price charts / technical levels — no charting tools exist
- BSC/FourMeme discovery —
bscfindMemeCoinsViaFourMemereturns 404 (API broken)
Quick Start
npm install -g @emblemvault/agentwallet
# What's hot on Pump.fun (uses getPumpFunTokens)
emblemai --agent --profile default -m "Use getPumpFunTokens to show tokens about to graduate on Pump.fun with holder data"
# Risk check a token (uses rugcheck)
emblemai --agent --profile default -m "Use rugcheck to analyze token [TOKEN_ADDRESS] on Solana"
Trigger phrases:
- "What memecoins are trending?"
- "Find new tokens on Pump.fun"
- "Is this token a rug pull?"
- "Scout memecoins on Solana"
- "What new tokens launched today?"
Supported Platforms
| Platform | Tool | Chain | Data |
|---|---|---|---|
| Pump.fun | getPumpFunTokens | Solana | New launches, graduating tokens, holder data, dev hold %, sniper/bundle detection |
| LaunchLab | discoverLaunchLabTokens | Solana | New token launches with curve data |
| Clanker | baseFindClankerTokens | Base | New tokens with market cap, creator info |
| MemeJob | hederaFindMemeCoins | Hedera | Memecoins with market cap, socials, DEX links |
| Birdeye | birdeyeTradeData, birdeyeTrendingTokens | Multi-chain | Volume, price action, trade data |
| Rugcheck | rugcheck | Solana | Risk score, holder concentration, insider networks, freeze/mint authority |
Workflow: Scout and Evaluate
Step 1: Discovery
Find what's gaining traction.
emblemai --agent --profile default -m "Use findSolanaGems with sortBy trending to show trending Solana tokens with market cap, volume, holder count, and organic score"
Step 2: Risk Check
Evaluate safety before any position.
emblemai --agent --profile default -m "Use rugcheck to analyze [TOKEN_ADDRESS] — show risk score, top holders, insider networks, freeze authority, and LP status"
Step 3: Volume Deep Dive
Check real trade data for the token.
emblemai --agent --profile default -m "Use birdeyeTradeData to show [TOKEN_ADDRESS] on Solana — price changes across timeframes, unique wallets, buy/sell volumes"
Step 4: Smart Money Check
See if whales are involved.
emblemai --agent --profile default -m "Use nansen_smart_money_trades to check if smart money has traded [TOKEN_NAME] on solana recently"
Scouting Patterns
New Launches (Solana)
emblemai --agent --profile default -m "Use getPumpFunTokens with type about_to_graduate to show tokens about to graduate with volume and holder data"
emblemai --agent --profile default -m "Use discoverLaunchLabTokens to show newest LaunchLab token launches"
New Launches (Base)
emblemai --agent --profile default -m "Use baseFindClankerTokens to show new Clanker tokens on Base with market cap and creator info"
New Launches (Hedera)
emblemai --agent --profile default -m "Use hederaFindMemeCoins to show trending memecoins on Hedera with market cap and socials"
Trending Gems
emblemai --agent --profile default -m "Use findSolanaGems to show trending tokens sorted by organic score"
emblemai --agent --profile default -m "Use birdeyeTrendingTokens on solana to show top tokens by volume"
Whale Watch
emblemai --agent --profile default -m "Use nansen_smart_money_trades to show what smart money is trading on solana right now"
emblemai --agent --profile default -m "Use getCoinglassHyperliquidWhaleAlert to show large memecoin positions"
Red Flag Detection
emblemai --agent --profile default -m "Use rugcheck to analyze [TOKEN_ADDRESS] — check for honeypot indicators, mint authority, concentrated holders, and locked LP"
Risk Assessment
The rugcheck tool returns a score_normalised (0-100) plus detailed risk data:
| Score | Risk Level | What It Means |
|---|---|---|
| 80-100 | Low | Dispersed holders, no freeze/mint authority, locked LP |
| 50-79 | Medium | Some concentration or unlocked LP — proceed with caution |
| 20-49 | High | Major red flags (concentrated holders, active mint authority) |
| 0-19 | Critical | Honeypot/rug indicators detected — do not interact |
Additional rugcheck data: top holder percentages, insider network analysis, creator token history, LP liquidity depth, freeze authority status.
Communication Tips
Name the exact tool for reliable execution:
| Bad | Good |
|---|---|
"memes" | "Use findSolanaGems with sortBy trending to show Solana memecoins" |
"safe?" | "Use rugcheck to analyze [TOKEN_ADDRESS] on Solana" |
"new coins" | "Use getPumpFunTokens with type about_to_graduate to show newest launches" |
Safety Notice
Memecoins are extremely high risk. This skill provides data and analysis to inform decisions — it does not guarantee safety. Always:
- Never invest more than you can afford to lose
- Verify contract addresses independently
- Check multiple data sources before acting
- Use stop-losses on any position
Helper Script
bash scripts/memecoin-scan.sh [chain]
See scripts/memecoin-scan.sh for trending memecoin scanning.
Links
Related skills
More from emblemcompany/agent-skills and the wider catalog.
emblem-portfolio-tracker
Check crypto balances and trade P&L across 7 blockchains in one agent prompt.
emblem-market-research
Real-time crypto trending, on-chain, and derivatives intelligence from CoinGecko, Birdeye, CoinGlass, and Nansen.
emblem-ai-agent-wallet
Give your coding agent a review-first, multi-chain crypto wallet via EmblemVault/EmblemAI.
emblem-ai-prompt-examples
Curated, safety-conscious prompt examples for EmblemAI trading, NFT, and portfolio workflows.
emblem-ai-react
Add wallet-enabled auth, login, and chat to a React app in one EmblemAI integration.
emblem-ai
Add wallet, email, and social login with wallet-enabled user accounts and an embeddable AI chat assistant in one integration.