Skip to main content

STARK Proofs

Definition

STARK proofs, or Scalable Transparent ARguments of Knowledge, are a cryptographic primitive used for constructing zero-knowledge proofs. These proofs allow one party to demonstrate the validity of a computation to another party without revealing any information about the computation itself, beyond its correctness. STARK proofs are known for their scalability, meaning the proof size and verification time do not grow excessively with the complexity of the computation. Their transparency also means they do not require a trusted setup phase, which enhances their security and decentralization.