nansen-smart-money-alpha
What tokens is smart money accumulating before they pump? Token screener with SM filter cross-referenced against netflow.
Works with
--- name: nansen-smart-money-alpha description: What tokens is smart money accumulating before they pump? Token screener with SM filter cross-referenced against netflow. license: MIT --- # Alpha Discovery **Answers:** "What tokens is smart money accumulating before they pump?" ```bash CHAIN=solana nansen research token screener --chain $CHAIN --timeframe 24h --smart-money --limit 20 # → token_symbol, price_usd, price_change, volume, buy_volume, market_cap_usd, fdv, liquidity, token_age_days nansen research smart-money netflow --chain $CHAIN --labels "Smart Trader" --limit 10 # → token_symbol, net_flow_1h/24h/7d/30d_usd, trader_count # Confirm SM flow on a specific token from screener results TOKEN=<address_from_screener> nansen research token flow-intelligence --token $TOKEN --chain $CHAIN # → net_flow_usd per label: smart_trader, whale, exchange, fresh_wallets ``` Cross-reference screener results with positive netflow to find early accumulation. ## Source - npm: https://www.npmjs.com/package/nansen-cli - GitHub: https://github.com/nansen-ai/nansen-cli
More General & Other skills
find-skills
vercel-labs/skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
grill-me
mattpocock/skills
A relentless interview to sharpen a plan or design.
grill-with-docs
mattpocock/skills
A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.

