nansen-dca-tracker: Claude skill | implexaback to searchnansen-dca-tracker
What tokens are whales dollar-cost averaging into? Jupiter DCA strategies by smart money and target token fundamentals.
SKILL.md
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_wallets
To see DCA strategies targeting a specific token: nansen research token jup-dca --token $TARGET
related skills
semantically similar in the cross-vendor indexdon't have the plugin yet? install it then click "run inline in claude" again.
+concrete command syntax with actual nansen cli calls and expected output schemas (trader_address, dca_status, market_cap)+multi-step correlation logic: identifies dca targets, pulls token metrics, then analyzes flow by wallet cohortweaknesses
- ~no declared intent, inputs, decision points, or output contract - reads as a query recipe rather than a bounded skill
- ~entirely happy-path; no handling of missing tokens, api failures, rate limits, or malformed responses
- ~trigger phrases are absent; no user-facing questions or invocation patterns beyond the opening line
- ~vague on termination: what constitutes a complete analysis? when does the skill stop and what does it return to the caller?