nansen-smart-money
Smart money tracking — netflow, trades, holdings, DCAs, perp trades. Use when finding what smart money wallets are buying/selling or tracking whale activity.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/hurcannansen/nansen-smart-moneySmart Money
All commands: nansen research smart-money <sub> [options]
Subcommands
# 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
# DCAs — Jupiter DCA strategies (Solana only, no --chain needed)
nansen research smart-money dcas --limit 10
# Perp trades — Hyperliquid only (no --chain needed)
nansen research smart-money perp-trades --limit 10
# Historical holdings — time series of SM positions
nansen research smart-money historical-holdings --chain solana --days 30
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 |
nansen research smart-money netflow --chain solana --labels "Fund" --limit 10
Flags
| Flag | Purpose |
|---|---|
--chain | Required for netflow/dex-trades/holdings/historical-holdings |
--labels | Filter by SM label (quote multi-word values) |
--limit | Number of results |
--days | Lookback for historical-holdings (default 30) |
--sort | Sort field:direction (e.g. value_usd:desc) |
--fields | Select specific fields |
--table | Human-readable table output |
--format csv | CSV export |
Notes
dcasis Solana-only (Jupiter). No--chainflag.perp-tradesis Hyperliquid-only. No--chainflag.historical-holdingsrequires--chainand optionally--token-address.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-hurcannansen-nansen-smart-money": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
nansen-wallet
Wallet management — create, list, show, export, send, delete. Use when creating wallets, checking balances, or sending tokens.
nansen-token
Token analytics — screener, indicators, OHLCV, holders, flows, PnL, DEX trades, flow intelligence. Use when researching a specific token, checking smart money holders, or screening trending tokens.
nansen-profiler
Wallet profiler — balance, PnL, labels, transactions, counterparties, related wallets, batch, trace, compare. Use when analysing a specific wallet address or comparing wallets.
nansen-trade
Execute DEX swaps on Solana or Base. Use when buying or selling a token, getting a swap quote, or executing a trade.
nansen-search
Search for tokens, wallets, or entities by name or address. Use when you have a token name and need the full address, or want to find an entity.