Maintenance in progress: we are indexing a large batch of new skills. Some pages may load slowly or briefly show no results. Nothing is lost, and everything is back to normal within the hour.

Nansen Dca Tracker

What tokens are whales dollar-cost averaging into? Jupiter DCA strategies by smart money and target token fundamentals.

Solizardking c661768 1.3 KB Updated 0 repo stars

File contents

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:
nansen research smart-money dcas --limit 20
# → trader_address, trader_address_label, input/output_token_symbol, deposit_value_usd, dca_status, dca_created_at
  1. 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_wallets
  1. 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.

Solizardking/skillhub-main/tree/main/skills/nansen-dca-tracker commit c66176891b

Frequently asked questions

npx skillmds add solizardking/nansen-dca-tracker