
Nansen Fund Tracker
- 385 installs
- 127 repo stars
- Updated August 4, 2026
- nansen-ai/nansen-cli
nansen-fund-tracker is an agent skill that monitors on-chain crypto fund and VC wallet holdings via the Nansen CLI to surface cross-chain portfolios and net accumulation signals for diligence and allocation decisions.
About
nansen-fund-tracker is a skill from nansen-ai/nansen-cli that wraps Nansen CLI commands for tracking what crypto funds and venture capital wallets hold across chains. It requires the nansen binary and NANSEN_API_KEY environment variable, exposing commands like `nansen research smart-money holdings --chain ethereum --labels "Fund" --limit 20` returning token_symbol, value_usd, holders_count, balance_24h_percent_change, and share_of_holdings_percent. Developers and analysts reach for nansen-fund-tracker when validating allocation theses, monitoring smart-money cohort shifts, or briefing stakeholders on fund positioning. The skill encodes label filters, chain flags, and output field interpretation so agents query fund portfolios without memorizing CLI subcommands.
- On-chain fund flows
- Wallet cohort tracking
- CLI analytics
- Portfolio diligence
Nansen Fund Tracker by the numbers
- 385 all-time installs (skills.sh)
- +4 installs in the week ending Aug 4, 2026 (Skillselion tracking)
- Ranked #285 of 1,106 Finance & Trading skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/nansen-ai/nansen-cli --skill nansen-fund-trackerAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 385 |
|---|---|
| repo stars | ★ 127 |
| Last updated | August 4, 2026 |
| Repository | nansen-ai/nansen-cli ↗ |
What are crypto funds holding right now?
Monitor on-chain fund flows and wallet cohorts via Nansen CLI to inform allocation decisions, diligence, and ongoing portfolio analytics.
Who is it for?
Developers and analysts with NANSEN_API_KEY who need CLI-driven fund and VC wallet portfolio snapshots for crypto diligence workflows.
Skip if: Skip nansen-fund-tracker when analyzing a single token's DEX trades or when no Nansen API key and nansen CLI binary are available.
When should I use this skill?
User asks what crypto funds or VCs are holding, smart-money accumulation trends, or fund portfolio breakdowns on-chain.
What you get
Fund holdings table with token symbols, USD values, holder counts, 24h balance percent change, and share-of-holdings percentages.
- Fund holdings report
- Accumulation signal summary
By the numbers
- Default fund holdings query uses --limit 20 results
- Requires nansen-cli npm package and NANSEN_API_KEY env var
Files
Fund Watch
Answers: "What are crypto funds and VCs holding right now?"
nansen research smart-money holdings --chain ethereum --labels "Fund" --limit 20
# → token_symbol, value_usd, holders_count, balance_24h_percent_change, share_of_holdings_percent
nansen research smart-money holdings --chain solana --labels "Fund" --limit 20
nansen research smart-money netflow --chain ethereum --labels "Fund" --limit 10
# → token_symbol, net_flow_1h/24h/7d/30d_usd, market_cap_usd, trader_count
nansen research smart-money netflow --chain solana --labels "Fund" --limit 10Cross-reference holdings with netflow to see directional conviction. Positive net_flow_24h = active accumulation.
Related skills
FAQ
What does nansen-fund-tracker require?
nansen-fund-tracker requires the nansen CLI binary installed via npm package nansen-cli and a NANSEN_API_KEY environment variable; agents run Bash commands like `nansen research smart-money holdings` with chain and label filters.
What data does the fund holdings command return?
nansen-fund-tracker queries return token_symbol, value_usd, holders_count, balance_24h_percent_change, and share_of_holdings_percent for Fund-labeled smart-money wallets, defaulting to `--limit 20` results on chains like Ethereum.