Note: This page is for the new Light Token Program Beta. For production use today, use
Compressed Tokens, which are live on Solana Mainnet and supported
by leading wallets such as Phantom & Backpack.
Creation Cost
CU Performance
Mint Accounts
Light-mint accounts represent a unique mint and optionally can store token-metadata.
Functionally equivalent to SPL mints.
Token Accounts
Light-token accounts can hold balances from any light, SPL, or Token-2022 mint, without the need
to pay rent-exemption.
Quickstart
1
Installation
- npm
- yarn
- pnpm
Install packages in your working directory:Install the CLI globally:
2
Get Started
Mint tokens in under 3 minutes.
DeFi Integration
Program Integration
Build rent-free AMMs and DeFi programs with minimal code changes.
Router Integration
Add support for rent-free AMMs to your aggregator or router.
Integration Toolkits
Cookbook
| Create Mint | Create light-mints with token metadata |
| Create ATA | Create associated light-token accounts |
| Create Token Account | Create light-token accounts |
| Mint To | Mint tokens to light-token accounts |
| Close Token Account | Close and reclaim rent |
| Transfer | Transfer between light-token and SPL accounts |
| Wrap & Unwrap | Convert between SPL/T22 and light-token |