
Nansen Smart Money
- 13 installs
- 7 repo stars
- Updated February 22, 2026
- nansen-ai/nansen-skills
Helps with ai & agent building tasks during AI-assisted development.
About
nansen-smart-money is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.
- nansen-smart-money
- AI & Agent Building
- AI-coding skill
Nansen Smart Money by the numbers
- 13 all-time installs (skills.sh)
- Ranked #11,409 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/nansen-ai/nansen-skills --skill nansen-smart-moneyAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 13 |
|---|---|
| repo stars | ★ 7 |
| Last updated | February 22, 2026 |
| Repository | nansen-ai/nansen-skills ↗ |
What it does
Helps with ai & agent building tasks during AI-assisted development.
Files
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 --tableInterpretation
- 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
Related skills
AI & Agent Buildingagents