What problem does it solve?
Provides zero-knowledge state compression for SPL token distributions on Solana, dramatically reducing on-chain storage and transaction costs for large-scale airdrops and token campaigns.
Core Features & Use Cases
- ZK Compressed Airdrops: Execute compressed SPL token airdrops to many recipients at a fraction of the usual cost.
- State Compression: Minimize on-chain footprint by representing recipient state off-chain with ZK proofs.
- Cost Estimation & Execution: Estimate airdrop costs via getAirdropCostEstimate and perform programmatic sends using sendCompressedAirdrop, integrated with the Solana Agent Kit (SAK).
- Use Case: Distribute tokens to thousands of users for marketing, rewards, or governance while keeping transaction fees and storage costs low.
Quick Start
Use the light-protocol-zk skill to estimate costs and execute a compressed SPL token airdrop for a large recipient list through the Solana Agent Kit.