Validity Proofs
Last updated
Last updated
Validity proofs are succinct zero-knowledge proofs (ZKPs) that can prove the existence of compressed accounts as leaves within state trees while maintaining a constant 128-byte size. These proofs are generated off-chain and verified on-chain, reducing Solana's overall computational burden. Note that ZK Compression uses Groth16, a renowned pairing-based zk-SNARK, for its prover system
The protocol leverages ZKP generation and verification under the hood, so you don't have to learn about ZK directly to use ZK Compression