nansen-holder-analysis
Is this token held by quality wallets or retail noise? SM holder ratio, flow breakdown by label, and recent buyer quality.
npx skills add internet-court/internet-court-skill --skill nansen-holder-analysis --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.
# Holder Quality **Answers:** "Is this token held by quality wallets or retail noise?" ```bash TOKEN=<address> CHAIN=ethereum nansen research token holders --token $TOKEN --chain $CHAIN --smart-money --limit 20 # → address, address_label, value_usd, ownership_percentage, balance_change_24h/7d/30d nansen research token flow-intelligence --token $TOKEN --chain $CHAIN # → net_flow_usd and wallet_count per label: smart_trader, whale, exchange, fresh_wallets nansen research token who-bought-sold --token $TOKEN --chain $CHAIN --limit 20 # → address, address_label, bought/sold_volume_usd, bought/sold_token_volume, trade_volume_usd ``` Red flag: high fresh_wallets flow + low SM holders. Green flag: Fund/Smart Trader labels in top 20. Note: holders endpoint does not support native/wrapped tokens. Use a specific token contract address.
nansen research token holders --token $TOKEN --chain $CHAIN --smart-money --limit 20 nansen research token flow-intelligence --token $TOKEN --chain $CHAIN nansen research token who-bought-sold --token $TOKEN --chain $CHAIN --limit 20
What does the nansen-holder-analysis skill do?
Is this token held by quality wallets or retail noise? SM holder ratio, flow breakdown by label, and recent buyer quality.
How do I install it?
Run `npx skills add internet-court/internet-court-skill --skill nansen-holder-analysis --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.