From alchemy-skills
Fetches and interprets Jupiter DCA strategies by smart money on Solana, including token fundamentals and flow intelligence to identify accumulation signals.
How this skill is triggered — by the user, by Claude, or both
Slash command
/alchemy-skills:nansen-dca-trackerThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Answers:** "What tokens are whales dollar-cost averaging into on Solana?"
Answers: "What tokens are whales dollar-cost averaging into on Solana?"
npm i -g nansen-cliexport NANSEN_API_KEY=<your-key> (get one at https://app.nansen.ai)nansen research smart-money dcas --limit 20
# → trader_address, trader_address_label, input/output_token_symbol, deposit_value_usd, dca_status, dca_created_at
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
nansen research token jup-dca --token $TARGET --chain solana
DCAs show long-term conviction — SM DCA targets with positive smart_trader_net_flow = high-confidence accumulation signal.
npx claudepluginhub moonpay/skills --plugin moonpay-skillsResearches crypto tokens (price, liquidity, holders, smart money, security audit) via GMGN API on Solana, BSC, Base, or Ethereum.
Provides token-level on-chain data: search, trending/hot tokens, liquidity pools, holder distribution, risk metadata, trade feed, top profit addresses, price info, and holder cluster analysis. Also handles Market API payment/quota questions.
Executes on-chain DEX swaps, wallet portfolio queries, gas estimation, and transaction broadcasting on EVM/Solana chains via OKX Web3 API. Use for token swaps, balance checks, or tx broadcast on Ethereum, Solana, Base, BSC, Arbitrum, Polygon, etc.