@nansen-ai/nansen-sm-cross-chain-flows
Is SM buying this token on one chain but selling on another? Detect capital rotation.
No skills found in this collection.
SKILL.md
| name | nansen-sm-cross-chain-flows |
| description | Is SM buying this token on one chain but selling on another? Detect capital rotation. |
| metadata | NANSEN_API_KEY |
| allowed-tools | Bash(nansen:*) |
TOKEN_SYMBOL=<symbol e.g. "AAVE"> CHAINS=(ethereum solana base bnb)
for chain in "${CHAINS[@]}"; do
nansen research smart-money netflow --chain $chain --limit 200
# Filter by token_symbol; → net_flow_1h_usd, net_flow_24h_usd, net_flow_7d_usd, net_flow_30d_usd
done
Absent from results = SM activity below threshold on that chain, not necessarily unsupported. Use --limit 200; --limit 100 silently drops mid-tier tokens. ETH+ & SOL− = rotating from SOL→ETH. One chain positive only = chain-specific play. 24h/7d divergence across chains is the rotation signal, not 1h.
Loading...
Select a file to preview
Analyzing security...
Checking scan reports and verification data.
Bill of Materials
Everything this skill can do — files, network, commands, and more.
No demos yet. To add one, ask your AI agent: "Submit a demo for @nansen-ai/nansen-sm-cross-chain-flows" — or upload via the API.
To add a demo, ask your AI agent: "Submit a demo for @nansen-ai/nansen-sm-cross-chain-flows"
No eval data yet. Eval results are published via the SkillSafe API.