Optimistic Rollup is a Layer 2 scaling solution for Ethereum. It improves transaction speed and reduces GAS fees. It maintains the security of the main Ethereum network.
Transactions are processed off-chain and data is posted to the Ethereum Mainnet (Layer 1). It assumes transactions are valid unless challenged. This design increases scalability and efficiency for DApps on Ethereum.
Optimistic Rollups execute transactions outside the Ethereum Mainnet. They bundle multiple transactions into a single batch. This batch is submitted to Layer 1 with a cryptographic commitment.
Each transaction is not immediately verified. A challenge period allows disputes through fraud-proof. If a fraudulent transaction is found, it is reverted. This process ensures the integrity and security of the rollup.
Optimistic Rollups move computation and state storage off-chain. They post compressed transaction data on-chain. Validators process and bundle transactions off-chain.
They then submit the batch to Ethereum. During the challenge period, discrepancies can be contested via fraud proofs. Successful challenges revert fraudulent transactions and penalize malicious actors. This ensures trustless finality and network security.