Skip to main content

State Transition Proof

Definition

A State Transition Proof is a cryptographic attestation that verifies the correctness of a change from one valid state of a blockchain to another, without needing to re-execute all intervening transactions. This proof confirms that a sequence of operations has been applied correctly, resulting in a new, legitimate state of the ledger. Such proofs are crucial for scalability solutions, like rollups, as they allow off-chain computations to be verified on-chain efficiently. They significantly reduce the computational burden on network validators.