What problem does it solve? Solana token accounts require rent-exemption deposits and standard SPL operations carry high storage costs, making large-scale token distributions and account-heavy applications expensive to build and operate. ## Core Features & Use Cases - ZK Compression: Create rent-free compressed token mints, mint and transfer compressed tokens, and compress or decompress SPL tokens using zero-knowledge validity proofs. - Light Token Program: Use a high-performance token standard with wrap/unwrap interoperability with SPL and Token-2022, reducing mint and account costs by roughly 200x. - RPC & Querying: Query compressed accounts, token balances, holders, validity proofs, and indexer health through 21 specialized JSON RPC methods via Helius endpoints. - Use Case: Airdrop tokens to thousands of wallets by batching mintTo calls (4 accounts per transaction) with compressed tokens, avoiding rent costs for every recipient account. ## Quick Start Set up a Light Protocol client with a Helius RPC endpoint, create a compressed token mint, and mint tokens to a recipient wallet.