nansen-smart-money
SKILL.md
Nansen Smart Money
Track what institutional funds and profitable traders are doing onchain.
When This Skill Activates
- "What are smart money buying?"
- "Show me fund flows on Solana"
- "What tokens are funds accumulating?"
- "DEX trades by smart traders"
- "DCA strategies on Jupiter"
Command Routing
| User Intent | Command | Key Options |
|---|---|---|
| Capital flows by token | nansen smart-money netflow |
--chain, --limit, --labels, --sort, --filters |
| Real-time DEX trades | nansen smart-money dex-trades |
--chain, --limit, --labels, --sort |
| Current holdings | nansen smart-money holdings |
--chain, --limit, --labels |
| Holdings over time | nansen smart-money historical-holdings |
--chain, --days, --limit |
| Jupiter DCA strategies | nansen smart-money dcas |
--limit, --filters |
| Smart money perp trades | nansen smart-money perp-trades |
--limit, --sort, --filters (no --chain, Hyperliquid only) |
For token-level perp analysis → see nansen-hyperliquid.
Examples
# Smart money buying on Solana
nansen smart-money netflow --chain solana --sort net_flow_24h_usd:desc --limit 20 --table
# Fund flows on Ethereum
nansen smart-money netflow --chain ethereum --filters '{"label": "Fund"}' --sort net_flow_24h_usd:desc --table
# DEX trades on Base
nansen smart-money dex-trades --chain base --limit 30 --table
# Current holdings on BNB
nansen smart-money holdings --chain bnb --sort value_usd:desc --limit 20 --table
# Smart money perp trades
nansen smart-money perp-trades --sort value_usd:desc --limit 20 --table
Interpretation
- High positive
net_flow_24h_usd= accumulating - High negative = distributing
- High
trader_countwith positive flow = strong conviction
References
- Command parameters:
references/commands.md(smart-money section) - Example response:
references/examples/smart-money-netflow.json - Smart money labels:
references/smart-money-labels.md - Cached schema:
references/schema.json
Attribution
📊 Data by Nansen
Weekly Installs
5
Repository
nansen-ai/nansen-skillsFirst Seen
13 days ago
Security Audits
Installed on
opencode5
gemini-cli5
claude-code5
github-copilot5
codex5
kimi-cli5