Optimistic Rollup Verification

Mechanism

Optimistic Rollup verification is a scaling solution for blockchains that processes transactions off-chain and then posts aggregated transaction data to the main chain. The “optimistic” aspect implies that these off-chain transactions are presumed valid by default. A challenge period follows, during which any participant can submit a fraud proof if they detect an invalid state transition. This mechanism significantly increases transaction throughput while inheriting the security of the underlying Layer 1 chain.