Glossary · O
Optimistic Rollup
A Layer 2 scaling solution that processes transactions off Ethereum mainnet and posts compressed transaction data as calldata or blobs to Ethereum. Unlike zkRollups, optimistic rollups assume transactions are valid by default ('optimistically') and rely on fraud proofs — any validator can challenge an invalid transaction within a 7-day challenge window. Arbitrum One and Optimism are the leading optimistic rollups. Post-Pectra, their blob fees have fallen significantly.
Last updated
How Optimistic Rollup works in practice
An optimistic rollup assumes posted transactions are valid and allows anyone to challenge them within a dispute window. It is cheap because it proves nothing in the normal case — the security comes from someone being able to prove fraud if it occurs.
Worked example
A rollup posts a batch to Ethereum. For roughly seven days anyone may submit a fraud proof. After that the state is final, which is why native withdrawals to L1 take about a week.
Figures are illustrative and chosen to be checkable, not live market data.
The mistake that costs people money
The challenge window is a real constraint. Third-party bridges offer instant withdrawals by fronting the funds and charging for it — a convenience that reintroduces exactly the bridge risk the rollup avoided.
Optimistic Rollup: common questions
- What is Optimistic Rollup?
- A Layer 2 scaling solution that processes transactions off Ethereum mainnet and posts compressed transaction data as calldata or blobs to Ethereum. Unlike zkRollups, optimistic rollups assume transactions are valid by default ('optimistically') and rely on fraud proofs — any validator can challenge an invalid transaction within a 7-day challenge window. Arbitrum One and Optimism are the leading optimistic rollups. Post-Pectra, their blob fees have fallen significantly.
- How does Optimistic Rollup work in practice?
- An optimistic rollup assumes posted transactions are valid and allows anyone to challenge them within a dispute window. It is cheap because it proves nothing in the normal case — the security comes from someone being able to prove fraud if it occurs.
- Can you give an example of Optimistic Rollup?
- A rollup posts a batch to Ethereum. For roughly seven days anyone may submit a fraud proof. After that the state is final, which is why native withdrawals to L1 take about a week.
- What do people get wrong about Optimistic Rollup?
- The challenge window is a real constraint. Third-party bridges offer instant withdrawals by fronting the funds and charging for it — a convenience that reintroduces exactly the bridge risk the rollup avoided.