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: references/overview.mdx
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,9 +48,9 @@ Light token is a high-performance token standard that is functionally equivalent
48
48
## What is ZK Compression?
49
49
50
50
ZK Compression is a Solana account primitive that lets you create tokens and PDAs without rent-exemption with L1 performance and security.
51
+
The Light Token Program uses ZK Compression under the hood.
51
52
52
53
Storage cost of Solana accounts are reduced by combining generalized state compression and <Tooltiptip="A cryptographic proof to verify the validity of a statement without revealing the underlying data. ZK Compression uses a Groth16 SNARK zk proof with a constant 128 bytes size">zero-knowledge proofs</Tooltip>.
53
-
The Light Token Program uses ZK Compression under the hood.
54
54
55
55
<Steps>
56
56
<Steptitle="State Compression">
@@ -77,7 +77,4 @@ The Light Token Program uses ZK Compression under the hood.
0 commit comments