What problem does it solve? SPL token accounts on Solana require rent-exemption deposits of roughly 2,000,000 lamports each, making large-scale token distributions and account creation expensive. This Skill provides complete guidance for Light Protocol, which reduces token account costs by 200x through ZK Compression and the Light Token Program. ## Core Features & Use Cases - ZK Compression Operations: Create compressed token mints, mint to multiple recipients, transfer, compress SPL tokens, and decompress back to SPL format using @lightprotocol/stateless.js and @lightprotocol/compressed-token. - Light Token Program: Create high-performance token mints with wrap/unwrap interoperability with SPL and Token-2022 tokens. - RPC & Querying Reference: Documentation for all 21 JSON RPC methods, program addresses, state trees, and a complete TypeScript SDK reference. - Use Case: A developer running a token airdrop to 10,000 wallets uses the batch operations examples to split distributions into 4-account transactions, cutting rent costs from thousands of SOL to a fraction. ## Quick Start Use the light-protocol skill to create a compressed token mint on Solana devnet and mint tokens to a recipient using the TypeScript SDK.