Claims that can be disputed
An optimistic rollup publishes state claims that can be challenged through a dispute mechanism. Its security depends on the settlement contracts, available transaction data, and the ability of an honest participant to demonstrate an invalid transition within the rules. The word optimistic describes when verification is demanded, not an assumption that operators are personally trustworthy. A deployed system's permissions, challenge process, and upgrade authority determine how that general model works in practice.
1 source for this section
A withdrawal example
Suppose a user initiates a withdrawal to the base layer. An application can record the request immediately, while the canonical withdrawal remains subject to a challenge period and subsequent finalization steps. A liquidity provider may offer a faster route by advancing funds, but that introduces a separate service, price, and counterparty or contract exposure. The two routes should not be presented as the same settlement event. Read the particular network's withdrawal documentation rather than assuming one waiting period applies to every optimistic rollup.
1 source for this section
Data and liveness are separate requirements
A challenger must be able to obtain the information necessary to replay or inspect the disputed computation. Even with valid dispute logic, unavailable data or restrictive permissions can undermine the intended assurance. A sequencer outage can also delay new operations without necessarily proving that existing balances are invalid. This distinction between correctness and the ability to make progress is useful when evaluating incidents. Inspect data publication, forced-inclusion options, challenge access, and contract control together when judging the practical security of a named deployment.
2 sources for this section
The source notesEvidence & further reading3 sources
- Optimistic rollups Ethereum.org · Primary source · accessed 2026-09-22
- Ethereum scaling Ethereum.org · Primary source · accessed 2026-09-22
- Validium Ethereum.org · Primary source · accessed 2026-09-22