Ecosystem Guides
Cypher Lexicon
Cypher Lexicon
  • 👋Introduction
    • 💜Welcome
    • 🔍Overview
    • 🌄Abstract
    • 📒Table of Contents
    • 🗄️Glossary
  • 1️⃣Beginner
    • 🔍Overview
    • 🗃️Lessons
      • 🧰Technology
      • 🕸️The Web
        • Overview
        • History
        • Uses
        • Web1
        • Web2
        • Web3
      • 🔐Cryptography
        • Overview
        • History
        • Uses
        • Cypherpunks
      • 📡Distributed Ledgers
        • Overview
        • Uses
        • Private Chain
        • Cryptocurrency
        • PoW Chains
        • PoS Chains
        • Public Chain
      • 📊Economics
        • TradFi
          • Modern Monetary Theory
            • Centralized Exchange
        • DeFi
          • Decentralized Exchange
          • Automated Market Makers
    • 📜Summary
  • 2️⃣Intermediate
    • 🔍Overview
    • 🧑‍🏫Tutorials and Guides
      • 🧭Navigating
      • 🧱Building
      • 🛡️Protecting
      • 🟠Bitcoin
        • Overview
        • Details
        • Resources
      • 🔷Ethereum
        • History
        • Details
        • Solidity
        • Lessons
          • Addresses
          • Smart Contracts
        • Resources
          • Courses
            • CryptoZombies
            • Ethernaut
      • 🔴Optimism
        • Details
        • Optimistic Rollups
        • Resources
      • 🌌Universe
        • NFT Protocol
        • Resources
      • 🏰Guild.xyz
      • 📑Methods
        • Coming Soon!
        • Proof of Work
    • 📜Summary
  • 3️⃣Advanced
    • 🔍Overview
    • 🛤️Final Track
      • 🧮Nakanomics
        • Cryptonomics
        • Automated Supply and Demand
        • Governance
      • ⛓️On Chain Entities
        • dApps
          • Creating dApps
        • DAOs
        • Courses
    • 📜Summary
  • 🏹Apprentice Track
    • 🔍Overview
    • 🔱The Three Ways
      • 🔮Third Gen Philosopher
      • 🕵️Chain Sleuth
      • 🥷Shadowy Super Coder
    • 📜Summary
  • 👑Master Track
    • 🔍Overview
    • ⚓The Last Voyage
      • 🐲Slay the Dragon
      • ⚔️House of Contributions
    • 📜Summary
  • 🌐Website
  • 🏛️Community Center
Powered by GitBook
On this page
  1. Intermediate
  2. Tutorials and Guides
  3. Optimism

Optimistic Rollups

Optimism uses a technology called rollups, Optimism rollups.

The reason they are called rollups is because they bundle or (roll up) the data about hundreds of transactions, any transaction weather it's an NFT mints or token swaps into a single transaction on the Ethereum mainnet (layer 1). When that many transactions are rolled up into a single transaction, the blockchain transaction or "gas" fee required to pay comes down to only the one transaction. That is then distributed to everyone involved.

Another reason for the name is because transaction are considered and assumed to be valid until they are proven false. Or like the popular saying, innocent until proven guilty. There is a window of time where transactions that are potentially invalid can be challenged by submitting what is called a "fraud proof" and running the transactions computations with reference to available state data. Optimism will also reimburse the gas that is needed to run the computation of the fraud proof.

Optimism uses rollups which we talked about before, it is ideal because when so many transactions are rolled up into a single transaction, the gas fee required to pay comes down to only a single transaction that is distributed across everyone involved. The reason they are called optimism rollups is because transactions are assumed to be valid until proven false, in other words innocent until proven guilty. But there is a time where potential invalid transactions can be challenged by putting in a 'fraud proof' and running the transactions computations with reference with available state data. Optimism will reimburse the gas that is needed to run the fraud proof.

PreviousDetailsNextResources

Last updated 2 years ago

2️⃣
🧑‍🏫
🔴