Skip to main content
Use the airdrop agent skill for token distribution and airdrops:
npx skills add Lightprotocol/skills
For orchestration, install the general skill:
npx skills add https://zkcompression.com
See Compressed Tokens for the current guides and full code examples. This page is kept for reference; the compressed token SDK is fully supported.
CreationSolanaCompressed
Token Account~2,000,000 lamports5,000 lamports
  1. Compressed token accounts store token balance, owner, and other information of tokens like SPL and Token 2022.
  2. Compressed token accounts are rent-free.
  3. Any SPL or Token 2022 token can be compressed and decompressed at will.
Compressed Tokens are supported by leading Solana wallets such as Phantom and Backpack.

Token Distribution

Distribute tokens without paying upfront rent per recipient.

Guide

Store SPL-token accounts rent-free

Compress existing SPL-token accounts to save rent costs for your users.

Compress SPL Token Accounts

RPC methods

The Photon API provides ZK Compression methods that extend the default Solana JSON RPC API.

JSON RPC methods

Guides

For the current compressed token guides and full code examples, see Compressed Tokens.
Compressed token cookbookGitHub
Token distributionGitHub
Web clientGitHub

Didn’t find what you were looking for?

Reach out! Telegram | email | Discord