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: compressed-token-program/c-token-program.mdx
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -280,7 +280,7 @@ Here is how cTokens and SPL tokens compare:
280
280
281
281
Compressible accounts maintain the **functionality of Solana accounts** but with **rent-exemption sponsorship**:
282
282
283
-
1. The protocol funds the account's rent exemption (rent sponsor) at creation.
283
+
1. The protocol funds the account's rent exemption at creation.
284
284
2. The account creator top-ups the lamport balance with rent for at least two epochs (12,600 slots / 84 min)
285
285
3. The transaction payer top-ups the lamports balance when the account's lamports balance is below 2 epochs.
286
286
4. The account will be compressed when inactive for a period of 12,600 slots (84 min).
@@ -471,8 +471,9 @@ cToken ATAs can implement the **[compressible extension](/compressible/compressi
471
471
Compressed token accounts store token balance, owner, and other information like SPL and cTokens. Any cToken or SPL token can be compressed/decompressed at will.
472
472
473
473
We recommend to use compressed tokens for **token distribution** or **storage of inactive tokens**.
474
+
474
475
<Tip>
475
-
**cToken accounts** with the **[compressible extension](/compressible/compressible) are automatically compressed** with no writes in 6300 slots (1.75 hours), and decompressed with new writes.
476
+
**cToken accounts** with the **[compressible extension](/compressible/compressible) are automatically compressed** with no writes in 12,600 slots (84 min) and decompressed with new writes.
0 commit comments