Skip to main content

Optimistic Security Model

Definition

An optimistic security model assumes that all participants in a system will act honestly unless proven otherwise. In this model, transactions or state changes are presumed valid without immediate, full verification, but a challenge period allows any participant to dispute fraudulent activity by submitting a fraud proof. If a challenge is successful, the fraudulent transaction is reverted, and the dishonest actor is penalized. This approach aims to increase scalability by reducing immediate computational overhead.