Compressed token accounts store information about an individual’s ownership of a specific token (mint). Different from regular token accounts, they don’t require an Associated Token Account (ATA) per token holder.
For example, this simplifies token distribution, since you don’t need to allocate a token account per recipient.
Compressed Tokens at a Glance
Rent-free tokens
Create token accounts without upfront rent exempt balance.
SPL Compatibility
Compatible with SPL tokens and Solana programs.
Wallet Support
Supported by leading wallets including Phantom and Backpack.
Start building
Developing with compressed tokens works similar SPL tokens and involves minimal setup:1
Install dependencies
2
Set up your developer environment
Setup Developer Environment
Setup Developer Environment
By default, all guides use Localnet.Alternative: Using DevnetReplace
<your-api-key> with your actual API key. Get your API key here, if you don’t have one yet.3
Get started with our cookbook or advanced guides for implementations