Fraud Proof Windows
Fraud proof windows represent a critical time interval in optimistic rollup protocols during which network participants can challenge the validity of a state transition. If a sequencer submits a batch of transactions that includes an invalid state update, any honest observer can submit a fraud proof to the underlying layer one blockchain within this designated window.
This mechanism relies on the assumption that at least one honest actor is monitoring the network to verify state transitions. If a fraud proof is successfully verified before the window closes, the invalid batch is reverted and the sequencer is penalized, often through the slashing of staked collateral.
The duration of this window is a primary factor in determining the withdrawal time for users moving assets from the rollup back to the main chain. It balances security guarantees against user experience, as longer windows increase safety but delay liquidity availability.
This period is essential for maintaining trustless execution in environments where computation is offloaded to layer two solutions. It essentially acts as a safety buffer for decentralized settlement.