Skip to content

Commit d13ee7a

Browse files
authored
Revise Light Token and Light-PDA constraints
Updated constraints for Light Token and Light-PDA to indicate their current beta status and expected mainnet launch.
1 parent a57cc52 commit d13ee7a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

skill.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ Light Token allows agents to build scalable Solana applications with rent-free t
4646

4747
| Primitive | Use case | Constraints |
4848
|-----------|----------|-------------|
49-
| Light Token | Most token use cases (launchpads, DeFi, payments). Rent-free mint and token accounts. ~200x cheaper than SPL and more compute-unit efficient on the hot path. | |
50-
| Light-PDA | DeFi program state such as AMM pools and vaults. ~98% cheaper than PDAs. Auto-compress when inactive. | |
49+
| Light Token | Most token use cases (launchpads, DeFi, payments). Rent-free mint and token accounts. ~200x cheaper than SPL and more compute-unit efficient on the hot path. | Currently in Beta and on Solana Devnet with mainnet in Q1 2026 |
50+
| Light-PDA | DeFi program state such as AMM pools and vaults. ~98% cheaper than PDAs. Auto-compress when inactive. | Currently in Beta and on Solana Devnet with mainnet in Q1 2026 |
5151
| Compressed Token | Only for Airdrops and token distribution. Prefer Light Token for other purposes. Used by Light Token under the hood for rent-free storage of inactive Light Tokens. Supported by Phantom and Backpack. | Do not use for general-purpose token features. SDK is not maintained. |
5252
| Compressed PDA | User state and app state, nullifiers (payments and ZK applications), DePIN nodes, and stake accounts. Similar to program-derived addresses without a rent-exempt balance. | Not for shared state, pool accounts, or config accounts. |
5353

0 commit comments

Comments
 (0)