agentsclimarketplace

Nansen smart money tracker

Skill internet-court/internet-court-skill/vendored/nansen/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.From its SKILL.md

Install
npx -y skills add internet-court/internet-court-skill --skill nansen-smart-money-tracker

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

SKILL.md

2.0 KB, 434 tokens by cl100k_base, as published. Nobody here has run it

Smart 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

# Perp trades — Hyperliquid only (no --chain needed)
nansen research smart-money perp-trades --limit 10

Labels

Filter by smart money category with --labels:

LabelUse case
FundCrypto funds
Smart TraderAll-time top performers
30D Smart TraderHot hands — top 30 days
90D Smart TraderTop 90 days
180D Smart TraderTop 180 days
Smart HL Perps TraderTop Hyperliquid perp traders
nansen research smart-money netflow --chain solana --labels "Fund" --limit 10

Flags

FlagPurpose
--chainRequired for netflow/dex-trades/holdings
--labelsFilter by SM label (quote multi-word values)
--limitNumber of results
--sortSort field:direction (e.g. value_usd:desc)
--fieldsSelect specific fields
--tableHuman-readable table output
--format csvCSV 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

What ships with it: 1 file

1.0 KB alongside SKILL.md

Keep looking

Skills are one crate of 326,059. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.