Agent skill
Agent skill
Use the airdrop agent skill for token distribution and airdrops:For orchestration, install the general skill:
- Claude Code
- Cursor
- Any Agent
Add the marketplace and install:
The Light Token Program is live on Solana mainnet.
Use Light Token for most purposes except airdrops and other forms of token distribution.
The compressed token SDK remains supported for token distribution use cases.
| Creation | Solana | Compressed |
|---|---|---|
| Token Account | ~2,000,000 lamports | 5,000 lamports |
- Compressed token accounts store token balance, owner, and other information of tokens like SPL and light-tokens.
- Compressed token accounts are rent-free.
- Any light-token or SPL token can be compressed/decompressed at will.
Compressed Tokens are supported by leading Solana wallets such as Phantom and Backpack.
Recommended Usage of Compressed Tokens
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.