Skip to main content

Snark Proof

Definition

A SNARK proof is a compact cryptographic proof that confirms a statement is true without revealing any underlying information. A SNARK proof, standing for Succinct Non-interactive ARgument of Knowledge, is a type of zero-knowledge proof that allows a prover to convince a verifier of the correctness of a computation or the possession of secret information without disclosing the actual data. These proofs are highly efficient, being small in size and quick to verify, regardless of the complexity of the underlying computation. They are instrumental in building privacy-preserving and scalable blockchain applications.