You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: skill.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,8 +46,8 @@ Light Token allows agents to build scalable Solana applications with rent-free t
46
46
47
47
| Primitive | Use case | Constraints |
48
48
|-----------|----------|-------------|
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|
51
51
| 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. |
52
52
| 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. |
0 commit comments