
Nansen Dca Tracker
- 342 installs
- 127 repo stars
- Updated August 4, 2026
- nansen-ai/nansen-cli
nansen-dca-tracker is a Claude agent skill that queries Nansen CLI smart-money DCA data for developers who need whale accumulation signals, cost basis context, and buy schedule adherence on Solana.
About
nansen-dca-tracker is a Nansen CLI agent skill from nansen-ai/nansen-cli for tracking dollar-cost averaging activity by smart money on Solana. Install the nansen-cli npm package, set NANSEN_API_KEY, then run commands such as nansen research smart-money dcas --limit 20 to list trader_address, trader_address_label, input and output token symbols, deposit_value_usd, dca_status, and dca_created_at fields. The skill answers which tokens whales are DCAing into via Jupiter DCA strategies and supports follow-up research on top target token fundamentals. Developers reach for nansen-dca-tracker when building crypto research agents, monitoring accumulated cost basis, reporting plan adherence for DCA schedules, or piping on-chain smart-money flows into trading and analytics automations. Bash access to nansen:* commands is allowed, making it suited to terminal agents that need structured whale DCA tables rather than manual Nansen dashboard browsing.
- DCA schedules
- Cost basis
- Buy tracking
- Portfolio hygiene
- Nansen CLI
Nansen Dca Tracker by the numbers
- 342 all-time installs (skills.sh)
- +3 installs in the week ending Aug 4, 2026 (Skillselion tracking)
- Ranked #323 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-dca-trackerAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 342 |
|---|---|
| repo stars | ★ 127 |
| Last updated | August 4, 2026 |
| Repository | nansen-ai/nansen-cli ↗ |
How do you track whale DCA activity on Solana?
Track dollar-cost-averaging schedules and fills via Nansen CLI so agents report plan adherence, accumulated cost basis, and buy history.
Who is it for?
Crypto developers and quant engineers building Nansen-powered research agents who monitor Jupiter DCA smart-money flows and accumulated buy history on Solana.
Skip if: Developers without a NANSEN_API_KEY or the nansen CLI binary installed should skip nansen-dca-tracker because it depends on authenticated Nansen research commands.
When should I use this skill?
User asks what tokens whales are dollar-cost averaging into, wants Jupiter DCA smart-money data, or needs Nansen CLI DCA schedule and fill reporting.
What you get
Smart-money DCA table with trader labels, token symbols, deposit USD values, DCA status timestamps, and follow-up token fundamental research notes.
- Smart-money DCA results table
- Token target research notes
- DCA status and deposit value report
By the numbers
- Default example command uses --limit 20 for smart-money DCA results
- Requires NANSEN_API_KEY and nansen-cli npm package installation
Files
DCA Watch
Answers: "What tokens are whales dollar-cost averaging into on Solana?"
nansen research smart-money dcas --limit 20
# → trader_address, trader_address_label, input/output_token_symbol, deposit_value_usd, dca_status, dca_created_at
# For each top DCA target, check token fundamentals
TARGET=<output_token_address>
nansen research token info --token $TARGET --chain solana
# → name, symbol, price, market_cap, token_details
nansen research token flow-intelligence --token $TARGET --chain solana
# → net_flow_usd per label: smart_trader, whale, exchange, fresh_walletsTo see DCA strategies targeting a specific token: nansen research token jup-dca --token $TARGET
DCAs show long-term conviction — SM DCA targets with positive smart_trader_net_flow = high-confidence accumulation.
Related skills
How it compares
Use nansen-dca-tracker for CLI-driven smart-money DCA tables; use generic Solana explorers when you only need raw transaction history without Nansen labels.
FAQ
What command does nansen-dca-tracker use for whale DCAs?
nansen-dca-tracker runs nansen research smart-money dcas --limit 20, returning trader addresses and labels, input and output token symbols, deposit_value_usd, dca_status, and dca_created_at for Solana Jupiter DCA strategies.
What credentials does nansen-dca-tracker require?
nansen-dca-tracker requires NANSEN_API_KEY in the environment and the nansen CLI binary from the nansen-cli npm package, with agent Bash access scoped to nansen:* commands per the skill metadata.
Which chain does nansen-dca-tracker focus on?
nansen-dca-tracker focuses on Solana smart-money dollar-cost averaging via Jupiter DCA strategies, helping developers identify which tokens whales are accumulating and inspect DCA schedule status fields from CLI output.