Loading...
Loading...
Crypto market intelligence via EmblemAI. Trending tokens, on-chain analytics, derivatives data, and smart money tracking from CoinGecko, CoinGlass, Birdeye, and Nansen. Use when the user wants market data, trending tokens, derivatives analytics, or on-chain intelligence.
npx skill4agent add emblemcompany/agent-skills emblem-market-researchnpm install -g @emblemvault/agentwallet| Capability | Tools Used |
|---|---|
| Trending tokens (all chains) | |
| Token price lookup | |
| Token deep dive (volume, trades, liquidity) | |
| Open interest history | |
| Derivatives risk/greed indices | |
| Whale tracking (futures) | |
| Funding rates | |
| ETF flows (BTC/ETH) | |
| Smart money flows | |
| Smart money holdings | |
| Token screening | |
| Wallet profiling | |
| P&L leaderboard | |
npm install -g @emblemvault/agentwallet
# What's trending (uses getTrendingCoins)
emblemai --agent --profile default -m "Use getTrendingCoins to show what's trending in crypto right now"
# Token deep dive (uses birdeyeTradeData)
emblemai --agent --profile default -m "Use birdeyeTradeData to analyze SOL — show volume, trades, buy/sell ratio, and liquidity"| Source | Tools | Coverage |
|---|---|---|
| CoinGecko | | Trending coins, price lookup |
| Birdeye | | Token analytics, multi-chain trending, trade data |
| CoinGlass | | Derivatives, funding rates, open interest, whale tracking, ETF flows |
| Nansen | | Smart money analytics, on-chain flows, wallet profiling |
emblemai --agent --profile default -m "Use getTrendingCoins to show trending tokens, then use birdeyeTrendingTokens for Solana-specific trending with volume data"emblemai --agent --profile default -m "Use birdeyeTradeData to analyze JUP on Solana — show price, volume across timeframes, unique wallets, buy/sell ratio, and liquidity"emblemai --agent --profile default -m "Use nansen_smart_money_flows to show token flows on solana in the last 24h. Then use nansen_smart_money_trades to show recent smart money trades"emblemai --agent --profile default -m "Use getCoinglassOpenInterestHistory to show BTC open interest, and getCoinglassHyperliquidWhaleAlert for current whale positions"emblemai --agent --profile default -m "Use getTrendingCoins to show what's trending globally"
emblemai --agent --profile default -m "Use birdeyeTrendingTokens to show top trending tokens on Base by volume"emblemai --agent --profile default -m "Use nansen_smart_money_holdings to see what smart money is holding on solana"
emblemai --agent --profile default -m "Use nansen_who_bought_sold to check who bought and sold ETH recently"
emblemai --agent --profile default -m "Use nansen_pnl_leaderboard to show the top performing wallets"emblemai --agent --profile default -m "Use getCoinglassPremiumIndex to show funding rates for BTC across exchanges"
emblemai --agent --profile default -m "Use getCoinglassOpenInterestHistory to show ETH open interest trends"emblemai --agent --profile default -m "Use getCoinglassFuturesWhaleIndex to show whale activity for BTC"
emblemai --agent --profile default -m "Use getCoinglassHyperliquidWhaleAlert to show large positions on Hyperliquid"emblemai --agent --profile default -m "Use getCoinglassBitcoinETFNetAssetsHistory to show recent BTC ETF inflows and outflows"
emblemai --agent --profile default -m "Use getCoinglassEthereumETFNetAssetsHistory for ETH ETF flow data"emblemai --agent --profile default -m "Use nansen_token_screener to find tokens with high smart money activity on ethereum"| Bad | Good |
|---|---|
| |
| |
| |
bash scripts/market-scan.sh [chain]