nansen-smart-money-tracker
Smart money tracking — netflow, trades, holdings, perp trades. Use when finding what smart money wallets are buying/selling or tracking whale activity.
npx skills add internet-court/internet-court-skill --skill nansen-smart-money-tracker --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Smart Money All commands: `nansen research smart-money <sub> [options]` ## Subcommands ```bash # Netflow — what tokens are smart money accumulating? nansen research smart-money netflow --chain solana --limit 10 # DEX trades — real-time spot trades by smart money nansen research smart-money dex-trades --chain solana --labels "Smart Trader" --limit 20 # Holdings — aggregated SM portfolio nansen research smart-money holdings --chain solana --limit 10 # Perp trades — Hyperliquid only (no --chain needed) nansen research smart-money perp-trades --limit 10 ``` ## Labels Filter by smart money category with `--labels`: | Label | Use case | |-------|----------| | `Fund` | Crypto funds | | `Smart Trader` | All-time top performers | | `30D Smart Trader` | Hot hands — top 30 days | | `90D Smart Trader` | Top 90 days | | `180D Smart Trader` | Top 180 days | | `Smart HL Perps Trader` | Top Hyperliquid perp traders | ```bash nansen research smart-money netflow --chain solana --labels "Fund" --limit 10 ``` ## Flags | Flag | Purpose | |------|---------| | `--chain` | Required for netflow/dex-trades/holdings | | `--labels` | Filter by SM label (quote multi-word values) | | `--limit` | Number of res
- Subcommands
- Labels
- Flags
- Notes
Netflow — what tokens are smart money accumulating? nansen research smart-money netflow --chain solana --limit 10 DEX trades — real-time spot trades by smart money nansen research smart-money dex-trades --chain solana --labels "Smart Trader" --limit 20 Holdings — aggregated SM portfolio nansen research smart-money holdings --chain solana --limit 10 Perp trades — Hyperliquid only (no --chain needed) nansen research smart-money perp-trades --limit 10 nansen research smart-money netflow --chain solana --labels "Fund" --limit 10
What does the nansen-smart-money-tracker skill do?
Smart money tracking — netflow, trades, holdings, perp trades. Use when finding what smart money wallets are buying/selling or tracking whale activity.
How do I install it?
Run `npx skills add internet-court/internet-court-skill --skill nansen-smart-money-tracker --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From internet-court/internet-court-skill, a repository with 1,536 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.