FundTracer CLI
Command-Line Blockchain Forensics
Analyze wallets, detect Sybil clusters, and trace fund flows directly from your terminal. Built for security researchers, traders, and developers.
Quick Install
npm install -g fundtracerFeatures
Wallet Analysis
Trace funding sources, transaction history, and token holdings across multiple chains
Sybil Detection
Identify coordinated attack patterns and airdrop farmers with advanced clustering
Funding Trees
Visualize where funds originate from with deep funding chain analysis
Multi-Chain
Support for Ethereum, Polygon, Arbitrum, Optimism, Base, and more
Basic Usage
Analyze a Wallet
fundtracer analyze 0x742d35Cc6634C0532925a3b844Bc9e7595f8fC71Specify Chain
fundtracer analyze 0x... --chain arbitrumSet Analysis Depth
fundtracer analyze 0x... --depth 3Output as JSON
fundtracer analyze 0x... --output jsonConfiguration
Set your API key before using:
fundtracer config --set-key alchemy:YOUR_ALCHEMY_API_KEYGet free API keys: Alchemy

