nansen-token-transfer-analysis
Answers: "Where is this token moving? Who is sending it and where?"
Works with
Installation Guide
How to use nansen-token-transfer-analysis on Cursor
AI-first code editor with Composer
Prerequisites
Before installing skills in Cursor, ensure your development environment meets these requirements:
- βΊCursor installed and configured on your machine
- βΊNode.js 16+ with npm β verify with
node --version - βΊActive project directory where you want to add
nansen-token-transfer-analysis
Run the install command
Execute the skills CLI command in your project's root directory to begin installation:
Fetches nansen-token-transfer-analysis from nansen-ai/nansen-cli and configures it for Cursor.
Select Cursor when prompted
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Verify installation
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate nansen-token-transfer-analysis. Access via /nansen-token-transfer-analysis in your agent's command palette.
Security Notice
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Documentation
Token Forensics
Answers: "Where is this token moving? Who is sending it and where?"
TOKEN=<address> CHAIN=ethereum
# Examples: UNI on ethereum (0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984)
# BONK on solana (DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263)
# Note: token flows does NOT support stablecoins (USDC, USDT, etc.) β use non-stablecoin tokens
nansen research token transfers --token $TOKEN --chain $CHAIN --days 7 --limit 20
# β from_address_label, to_address_label, transfer_amount, transfer_value_usd
nansen research token flows --token $TOKEN --chain $CHAIN --days 7 --limit 20
# β date, price_usd, holders_count, total_inflows_count, total_outflows_count
# β Returns HTTP 422 for stablecoins β skip this command if TOKEN is a stablecoin
nansen research token flow-intelligence --token $TOKEN --chain $CHAIN
# β net_flow_usd per label: smart_trader, whale, exchange, fresh_wallets, public_figure
Rising exchange_net_flow + large transfers to exchange addresses = potential sell pressure. Fresh wallet inflows may signal new interest or wash trading.
List & Monetize Your Skill
Submit your Claude Code skill and start earning
Use Cases
User Story & Requirements Generation
Create detailed user stories, acceptance criteria, and feature specs
Example
Generate user stories for 'password reset feature' with acceptance criteria, edge cases, and test scenarios
Reduce spec writing time by 50%, ensure comprehensive coverage
Competitive Analysis
Research competitors, compare features, identify gaps
Example
Analyze 5 competitor products, create feature comparison matrix, suggest differentiation opportunities
Complete competitive research in 2 hours instead of 2 days
Roadmap Prioritization
Evaluate features using frameworks (RICE, ICE, Kano) and create prioritized backlogs
Example
Score 20 feature ideas using RICE framework, generate prioritized roadmap with rationale