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.
Best use case
nansen-smart-money-tracker is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Smart money tracking — netflow, trades, holdings, perp trades. Use when finding what smart money wallets are buying/selling or tracking whale activity.
Teams using nansen-smart-money-tracker should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/nansen-smart-money/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How nansen-smart-money-tracker Compares
| Feature / Agent | nansen-smart-money-tracker | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Smart money tracking — netflow, trades, holdings, perp trades. Use when finding what smart money wallets are buying/selling or tracking whale activity.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# 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 results | | `--sort` | Sort field:direction (e.g. `value_usd:desc`) | | `--fields` | Select specific fields | | `--table` | Human-readable table output | | `--format csv` | CSV export | ## Notes - `perp-trades` is Hyperliquid-only. No `--chain` flag. - For a time-series view of SM positions: `nansen research smart-money historical-holdings --chain <chain> --days 30`
Related Skills
smart-contract-security-scanner
Scan smart contracts for vulnerabilities and generate audit checklists.
token-unlock-tracker
Query token vesting schedules and upcoming unlock events across the market.
nansen-token-screener
Discover trending tokens — screener, SM holdings, Nansen indicators, and flow intelligence for promising finds. Use when scanning for new tokens or screening what's hot.
nansen-token-research
Token deep dive — info, OHLCV, holders, flows, flow intelligence, who bought/sold, DEX trades, PnL, perp trades, perp positions, perp PnL leaderboard. Use when researching a specific token in depth.
nansen-smart-alerts
Manage smart alerts — list, create, update, toggle, delete. Use when setting up or managing token flow alerts, smart money alerts, or notification rules.
nansen-perp-screener
What is the state of the Hyperliquid perp market? Top contracts by volume/OI, trader leaderboard, and SM perp activity.
nansen-holder-analysis
Is this token held by quality wallets or retail noise? SM holder ratio, flow breakdown by label, and recent buyer quality.
nansen-fund-tracker
What are crypto funds and VCs holding right now? Cross-chain fund portfolios and net accumulation signals.
nansen-defi-positions
What DeFi positions does a wallet hold? Protocol-by-protocol breakdown of assets, debts, and rewards across chains.
nansen-skill
Nansen API skill for Claude Code and AI agents — Smart Money + wallet profiling across 37 chains, premium_labels cost-trap aware. Cross-agent via AGENTS.md.
smart-contract-security
Analyze Solidity code for vulnerabilities and get security checklists for auditing.
nansen-general-search
Search for tokens or entities by name. Use when you have a token name and need the full address, or want to find an entity.