moonpay/skills

nansen-dca-tracker

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

First seen Apr 23, 2026

Installation

$ npx skills add moonpay/skills --skill nansen-dca-tracker

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from moonpay/skills · top by installs.

npx skills add moonpay/skills

Browse all from moonpay/skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 111
License LICENSE
Default branch main
Open issues 2
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Allowed toolsBash(nansen:*)
Declared agents clawdbot
More metadata
openclaw
{"requires":{"env":["NANSEN_API_KEY"],"bins":["nansen"]},"primaryEnv":"NANSEN_API_KEY","install":{"0":"kind: node","package":"nansen-cli","bins":["nansen"]}}

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,585 B
  • docs SUMMARY.md 145 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 17 installs

SKILL.md

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 NANSENAPIKEY=<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 smarttradernet_flow = high-confidence accumulation signal.