LogoLogo
Social LinksDevelopers
  • Kick off
    • 🌠Getting started
    • πŸ“ΊFinding guidance
  • Essential Concepts
    • πŸ•΅οΈβ€β™€οΈWhat is 3Base ?
    • 🎭3Base’s RaaS Platform
    • ⚑The 3Base Advantage
    • β˜„οΈSupported Rollup Stacks
    • πŸ¦„3Base Unifier
    • 🏴The 3Base Rollup Stack
    • πŸ–¨οΈ3Base’s Arbitrum Stack Integration
    • 🎀Supported DA Layers
  • Handbooks
    • πŸ“”Deploying Contracts
    • πŸŒ‰Bridge Tokens
    • πŸ—žοΈ3Base Rollup Guide
    • πŸ› οΈTooling
    • πŸ‘¨β€πŸ’ΌThe Architecture
  • Learning Resources
    • β™’Layer 3 – A Massive Step in Blockchain Evolution
    • 🫰Coinbase’s Base Chain Facilitating the Layer 3 Revolution
    • πŸ—οΈBuilding the Ideal RaaS Platform on Base
    • πŸ›Why Implement More Layers on Base? And Why Now?
    • πŸͺ„Optimistic Rollups
    • 🦼ZK-Rollups
    • πŸ“MultiSig and MPC Contract Security
  • ❓FAQ
Powered by GitBook

Copyright Β© 2024 3Base . All rights reserved.

On this page

Was this helpful?

Export as PDF
  1. Learning Resources

Optimistic Rollups

These rollup solutions assume all transactions are valid – therefore optimistic. Thus, network operators create blocks containing the transactions occurring on the network and roll them up to the layer above. Layer 2s roll-up transactions to layer 1s, and layer 3s roll-up transactions to layer 2s. Regardless, a layer 3 still benefits from the security of the layer 1 that the layer 2 is associated with.

Optimistic rollups come with a challenge period, usually seven days, during which network validators can issue fraud proofs to transactions they feel are invalid. Since these rollups send transaction bundles by assuming all the transactions within them are valid, fraud proofs are necessary to maintain network integrity.

If on-chain computations reveal that the transaction was fraudulent, the states of the wallets involved in said transaction get reversed. The operator sending those transactions to the higher layer is penalized and the validator issuing the fraud proof is rewarded.

The advantage of using optimistic rollups is that users can execute transactions instantaneously on the rollup network. However, they cannot port their assets to the layer 1 network until the challenge period ends.

PreviousWhy Implement More Layers on Base? And Why Now?NextZK-Rollups

Last updated 1 year ago

Was this helpful?

πŸͺ„