Infrastructure

Optimistic Rollup

A rollup that assumes transaction batches are valid and lets anyone challenge fraud within a set dispute window.

Optimistic rollups assume every batch is honest until proven otherwise. They post transaction data to Ethereum without a validity proof, trusting watchers to flag bad ones. Arbitrum and Optimism are the largest.

That trust has a cost. To allow challenges, withdrawals to Ethereum carry a dispute window, traditionally seven days. Want out faster? Pay a third party for an instant exit through a liquidity bridge.

They are cheaper and simpler to build than zk-rollups, which is why they captured most early Layer 2 activity.

Related terms