Skip to main content

Bootstrapping SNARKs

Definition

Bootstrapping SNARKs involves using a SNARK proof to verify another SNARK proof, creating a recursive verification process. This advanced cryptographic technique enables the compression of computation, allowing verification of very long or complex computations in a constant amount of time. It is a method for generating proofs that attest to the validity of prior proofs, chaining them together efficiently.