trending-pools-analyzerlisted
Install: claude install-skill coinpaprika/claude-marketplace
# Trending Pools Analyzer Skill
## Description
Automatically analyzes and displays the top performing liquidity pools on any blockchain network ranked by 24-hour trading volume. Helps users discover hot trading opportunities and trending tokens.
## When This Skill Activates
Claude will use this skill when:
- User asks for trending tokens or hot pools
- User wants to see top volume pools on a network
- User searches for popular trading pairs
- User asks "What's trending on [network]?"
- User wants to find the best performing pools
- User asks about market activity or volume leaders
**Examples that trigger this skill:**
- "What are the trending tokens on Solana?"
- "Show me the top pools by volume on Base"
- "What's hot right now on Ethereum?"
- "Which pools are getting the most trading action?"
- "Show me trending on BSC"
- "What pools have the highest volume today?"
- "Which tokens are moving the most volume?"
## How It Works
When activated, this skill identifies and analyzes trending pools:
### Stage 1: Input Validation
- Extract network from user input
- Normalize network name (e.g., "Ethereum" → "ethereum", "Solana" → "solana")
- Call `getCapabilities()` to load network synonyms
- Determine how many pools to display (default: 10, max: 20)
### Stage 2: Pool Discovery
Using DexPaprika MCP tools:
1. Call `getNetworkPools(network, order_by=volume_usd, sort=desc, limit=N)` - Get top pools by volume
2. For each pool, retrieve:
- Pool address and DEX name
- Trading