Skip to main content

Fraud Proof Mechanism

Definition

A fraud proof mechanism is a system that enables network participants to demonstrate when an invalid state transition or incorrect computation has taken place within a protocol. This mechanism is commonly employed in optimistic rollup solutions on blockchains, where transactions are processed off-chain and then batched to the main chain. If an off-chain computation is performed incorrectly or maliciously, a fraud proof allows an honest participant to submit a challenge and prove the error to the main chain. Successful fraud proofs result in the reversal of the invalid state and penalization of the dishonest actor.