Validity Rollup

Rollup

A validity rollup represents a Layer-2 scaling solution designed to enhance transaction throughput and reduce costs on blockchains like Ethereum. It achieves this by executing transactions off-chain, bundling them into batches, and then submitting a succinct cryptographic proof—a validity proof—to the main chain to attest to the correctness of the off-chain computation. This approach contrasts with data availability rollups, which primarily focus on ensuring data availability rather than proving computation validity. Consequently, validity rollups offer stronger security guarantees, as the main chain verifies the entire computation, though they often involve more complex proof generation.