From alchemy-skills
Queries Nansen CLI for Solana smart money DCA strategies on Jupiter and target token fundamentals like net flows, market cap. Tracks whale accumulation.
npx claudepluginhub moonpay/skills --plugin alchemy-skillsThis skill is limited to using the following tools:
**Answers:** "What tokens are whales dollar-cost averaging into on Solana?"
Queries GMGN CLI for crypto token intel on Solana, BSC, Base, Ethereum: price, market cap, liquidity, holders, traders, smart money, KOLs, honeypot/rug risks, socials.
Queries OKX DEX tokens for search, trending/hot lists, liquidity pools, holder distribution (whales/snipers), risk metadata, buy/sell activity, trade feeds, top profits, prices (mcap/vol/liq/holders), cluster analysis. Handles API quotas/payments.
Retrieves on-chain smart money buy/sell signals via Binance Web3 API for Solana and BSC. Provides trigger price, current price, max gain, exit rate, and token tags like Pumpfun.
Share bugs, ideas, or general feedback.
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.