What problem does it solve? Before running an airdrop, distribution, or governance action on a pump.fun or Solana SPL token, you need to know who actually holds the supply — whether it is concentrated in a few whales, broadly distributed, or flooded with Sybil wallets. Manually inspecting thousands of token accounts via RPC is impractical, and raw holder lists reveal nothing about distribution quality. ## Core Features & Use Cases - Distribution Metrics: Computes holder count, top-N concentration (top 1/5/10/25/50/100), Gini coefficient, and an order-of-magnitude balance histogram for any SPL or Token-2022 mint. - Sybil Signal Detection: Flags balance clustering (many wallets with near-identical balances) and suspiciously flat top-10 distributions that indicate deliberate wallet splitting. - Use Case: Before running a token distribution, run the analyzer on your coin's mint to check whether the holder base is large and organic enough to justify the spend, then cross-check suspect wallets with a funding-provenance audit to filter pump-seeded Sybil clusters. ## Quick Start Ask the AI to analyze the holder distribution of your token mint address and report the Gini coefficient, top-10 concentration, and any Sybil signals.