What tokens are whales dollar-cost averaging into? Jupiter DCA strategies by smart money and target token fundamentals.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add jiayaoqijia/cryptoskill --skill moonpay-official-nansen-dca-tracker --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Moonpay Official Nansen Dca Tracker?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/jiayaoqijia-moonpay-official-nansen-dca-tracker)More formats (shields.io, HTML) on the badges page.
---
name: nansen-dca-tracker
description: "What tokens are whales dollar-cost averaging into? Jupiter DCA strategies by smart money and target token fundamentals."
tags: [nansen, smart-money, dca, solana, jupiter]
metadata:
openclaw:
requires:
env:
- NANSEN_API_KEY
bins:
- nansen
primaryEnv: NANSEN_API_KEY
install:
- kind: node
package: nansen-cli
bins: [nansen]
allowed-tools: Bash(nansen:*)
---
# DCA Watch
**Answers:** "What tokens are whales dollar-cost averaging into on Solana?"
## Prerequisites
- Nansen CLI installed: `npm i -g nansen-cli`
- API key set: `export NANSEN_API_KEY=<your-key>` (get one at https://app.nansen.ai)
## Workflow
1. Fetch the latest smart money DCA strategies on Solana:
```bash
nansen research smart-money dcas --limit 20
# → trader_address, trader_address_label, input/output_token_symbol, deposit_value_usd, dca_status, dca_created_at
```
2. For each top DCA target, check token fundamentals:
```bash
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_wallets
```
3. To see all DCA strategies targeting a specific token:
```bash
nansen research token jup-dca --token $TARGET --chain solana
```
## Interpretation
DCAs show long-term conviction — SM DCA targets with positive `smart_trader_net_flow` = high-confidence accumulation signal.
Is this your skill, or is something wrong with this listing? . Author removals are honored within 72 hours.
No comments yet. Be the first to comment!