Infrastructure

Validity Proof

A cryptographic proof submitted with every rollup batch that mathematically guarantees the new state was computed correctly.

This is the mechanism behind ZK-rollups. Instead of assuming a batch is honest and waiting for someone to challenge it, the sequencer generates a succinct proof that the math checks out. The base chain verifies the proof and accepts the result immediately. No challenge window, no waiting days to withdraw.

The trade is computational. Producing these proofs is expensive and historically required specialized circuits, which made supporting general smart contracts hard. ZK-SNARKs and ZK-STARKs are the two main proof types. Their cost has fallen sharply since 2023 as proving systems and hardware improved.

Related terms