Skip to main content

Optimistic Execution Model

Definition

The Optimistic Execution Model is a processing strategy where transactions or computations are assumed to be valid and executed immediately, without prior verification. This assumption allows for faster processing and improved scalability. A challenge period follows execution, during which anyone can submit a “fraud proof” if they detect an invalid state transition. If a fraud is proven, the transaction is reverted, and the faulty party is penalized.