| 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
- Fetch the latest smart money DCA strategies on Solana:
nansen research smart-money dcas --limit 20
- For each top DCA target, check token fundamentals:
TARGET=<output_token_address>
nansen research token info --token $TARGET --chain solana
nansen research token flow-intelligence --token $TARGET --chain solana
- To see all DCA strategies targeting a specific token:
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.