30
π = π
ππ‘πππ
β π
Where
π
ππ‘πππ
is the amount staked by the verifier, and
π is a penalty multiplier set by the protocol.
This economic disincentive aligns the interests of validators with the security of the network,
ensuring diligent monitoring of transaction validity.
4. Finality and State Updates:
Once the dispute period concludes without any successful challenges, the transaction batch is
finalized, and the state changes are committed to the Ethereum mainnet. The mainnet updates its
global state
π
πΊπππππ
by applying the cumulative state changes
βπ derived from the finalized batch:
π
ππ‘πππ
= π
ππ‘πππ
+ βπ
These updates include modifications to account balances, token transfers, and other relevant state
transitions reflecting the outcome of the executed transactions.
5. Data Availability and State Integrity:
Optimistic rollups publish minimal data on the Ethereum mainnet, relying on the Merkle root to
guarantee data availability and integrity. In the event of a dispute, the full transaction data and
corresponding proofs are submitted, ensuring that any invalid state transitions are corrected through
Ethereumβs robust Proof of Stake (PoS) consensus mechanism. This layered approach balances
scalability with security, making Optimistic Ethereum an effective solution for enhancing the
Ethereum ecosystem.
Figure 4: Froud proof and state integrity on Optimistic Ethereum blockchain.