track_whales
Analyze token whale activity and holder concentration to monitor large transactions and distribution patterns for risk assessment.
Instructions
Analyze whale activity and holder concentration for a token. Returns top holders, Gini coefficient, whale alerts (large recent buys/sells), and distribution breakdown. Costs 0.005 USDC per call (x402 micropayment on Base).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | Token contract address (0x...) or symbol (e.g. "ETH", "PEPE") | |
| chain | No | Chain to query (e.g. "ethereum", "base", "solana", "arbitrum"). Defaults to "ethereum". |