Launching MoonPay Enterprise: Stablecoin APIs for developers → Learn More

MoonPay
  • Individuals
  • Business
  • Language
  • Get Started
Buy
Buy cryptoUse a card, Apple Pay or Google Pay to buy crypto fast. We also accept bank transfers and wires.
Buy BitcoinBTC
Buy EthereumETH
Buy PolygonPOL
Buy SolanaSOL
Buy DogecoinDOGE
Buy CardanoADA
Buy AvalancheAVAX
Sell
Sell cryptoTurn your crypto into cash. In a flash. Get paid straight to your bank account or Visa card.
Sell BitcoinBTC
Sell EthereumETH
Sell USDCUSDC
Sell SolanaSOL
Sell CardanoADA
Sell DogecoinDOGE
Sell AvalancheAVAX
Trade
Trade cryptoTrade between tokens, even if they’re on different chains (we make bridging seamless too).
Trade EthereumETH
Trade USDCUSDC
Trade AaveAAVE
Trade ChainlinkLINK
Trade Wrapped BitcoinWBTC
Trade DaiDAI
Trade CompoundCOMP
Company
NewsroomNewsroomMediaMediaCareersCareersChangelogChangelogMoonPay DiscoverMoonPay DiscoverNew
Crypto Prices
Bitcoin PriceEthereum PriceSolana PriceDogecoin PriceCardano PriceXRP PriceBNB PriceAll Crypto Prices
Learn
What is Blockchain?What is Blockchain?What are NFTs?What are NFTs?What is Bitcoin mining?What is Bitcoin mining?What is DeFi?What is DeFi?What is crypto staking?What is crypto staking?All Learn Articles
Support
DocumentationDocumentationHelp CenterHelp CenterContact UsContact UsStatusStatus
  • Language
  • MOONPAY AUS PTY LTD is an Australian company with its registered office at Level 12, 680 George Street, Sydney NSW 2000, Australia. MOONPAY AUS PTY LTD is registered with the Australian Transaction Reports and Analysis Centre (AUSTRAC) as a Virtual Asset Service Provider (VASP).

    English (Australia)
    • Personal
    • Buy Crypto
    • Sell Crypto
    • Trade Crypto
    • Learn about Crypto
    • Crypto Price
    • MoonAgentsNew!
    • Business
    • Ramps
    • Virtual AccountsNew!
    • MoonPay Discover
    • MoonPay Commerce
    • MoonPay InstitutionalNew!
    • Company
    • About Us
    • CareersWe're hiring
    • Newsroom
    • Media
    • Changelog
    • Support
    • API Docs
    • Help Center
    • Contact Us
    • Status
    • Security
    • Buy
    • Buy Bitcoin
    • Buy Ethereum
    • Buy Solana
    • Buy Cardano
    • Sell
    • Sell Bitcoin
    • Sell Ethereum
    • Sell XRP
    • Sell Solana
    • Trade
    • Trade Ethereum
    • Trade SOL
    • Trade Aave
    • Trade Chainlink
    • Crypto Prices
    • Bitcoin Price
    • Ethereum Price
    • Dogecoin Price
    • XRP Price
    • Cardano Price
    • Learn
    • What is Blockchain?
    • What are NFTs?
    • What is Bitcoin mining?
    • What is DeFi?
    • What is crypto staking?
    • Legal
    • Licenses
    • Privacy Policy
    • Cookie Policy
    • Terms of Use
    English (Australia)

    MOONPAY AUS PTY LTD is an Australian company with its registered office at Level 12, 680 George Street, Sydney NSW 2000, Australia. MOONPAY AUS PTY LTD is registered with the Australian Transaction Reports and Analysis Centre (AUSTRAC) as a Virtual Asset Service Provider (VASP).

    Back to all articles

    What are Optimistic Rollups and how do they work?

    Since its inception, blockchain technology has evolved rapidly, seeking to address scalability issues without compromising on security and decentralization. One scaling approach that's gaining traction in the crypto space is the blockchain

    Corey Barchat

    By Corey Barchat

    Published on Apr 25, 2025

    Last modified on Apr 28, 2025

    blockchainguidecryptocurrency
    Optimistic Rollups
    1. 1.What is an Optimistic Rollup?
    2. 2.How do Optimistic Rollups work?
    3. 3.Benefits of Optimistic Rollups
    4. 4.Limitations of Optimistic Rollups
    5. 5.Examples of Optimistic Rollups
    6. 6.Optimistic Rollups vs. ZK-Rollups
    7. 7.Access Optimistic Rollups today

    Since its inception, blockchain technology has evolved rapidly, seeking to address scalability issues without compromising on security and decentralization. One scaling approach that's gaining traction in the crypto space is the blockchain rollup.

    Blockchain rollups emerged as a Layer-2 scaling solution to alleviate the burden on the Ethereum network and other blockchains experiencing congestion due to high transaction volumes. The main types of rollups are Optimistic Rollups and ZK-Rollups—though for a quickly advancing technology, they surely won't be forever.

    Optimistic Rollups tend to dominate the market, with the top four services alone accounting for more than 75% of all total value locked (TVL) in blockchain rollups, totaling over $8.4 billion in value. As the name suggests, an Optimistic rollup is indeed optimistic in nature, as it carries a key intrinsic feature that relies on "optimism" when dealing with large batches of multiple transactions.

    But what exactly are Optimistic Rollups and what makes them so positively effective?

    This article aims to dissect all things Optimistic Rollups, covering everything from this intriguing technology's inception to its potential limitations and comparisons with ZK-Rollups.

    What is an Optimistic Rollup?

    Optimistic Rollups are a type of blockchain rollup that operates on the assumption that all batched transactions are valid. Transactions are processed off-chain and then submitted to the main blockchain with a "challenge period" that allows users to dispute potentially invalid transactions.

    If no challenges are raised, the transaction is considered valid, but if a challenge is successful, the invalid transaction is reverted, ensuring the integrity of the rollup. This approach allows for a significant reduction in on-chain congestion.

    A chart of TVL among different blockchain rollups in 2025
    Optimistic Rollups dominate TVL in blockchain rollups — Image source

    The challenge-based security mechanism provides a balance between speed and security, with the risk of invalid transactions mitigated by the challenge period. This approach makes Optimistic Rollups well-suited for a variety of applications, including DeFi, gaming, and other blockchain use cases where scalability and cost efficiency are essential.

    How do Optimistic Rollups work?

    Optimistic Rollups operate via a unique mechanism, incorporating a crucial phase known as the challenge period. But what is the challenge window and where does it fit into the greater process?

    Let's examine the key phases.

    Transaction aggregation

    Transaction batches are amassed off-chain by a designated entity, often referred to as a sequencer or aggregator. This aggregator assumes the responsibility of bundling multiple off-chain transactions into a compact batch, optimizing efficiency and minimizing computation and data storage.

    Validation

    The heart of Optimistic Rollups lies in their optimistic validation model. Once transactions are aggregated, they undergo a preliminary validation check, executed by the aggregator or a designated validator.

    This validation is performed off-chain, utilizing computational resources to maintain transactional integrity and compliance with predefined protocols. Optimistic by design, this validation process operates under the assumption of transactional validity, laying the groundwork for swift off-chain processing.

    Transaction submission

    After successful validation, the transaction batch is ready to be submitted to the Ethereum mainnet. Leveraging the Ethereum Virtual Machine (EVM), the aggregator sends the compiled data, representing multiple transactions, to the main blockchain. This process acts as a bridge, enabling the smooth integration of off-chain transactions into the on-chain ledger.

    Challenge period

    The challenge period is a critical component of Optimistic Rollup platforms, and is the main feature that sets it apart from other Layer-2 scaling solutions. Essentially, it provides a mechanism for dispute resolution and attempts to ensure the validity of transactions.

    • Purpose: The challenge period allows validators and users to challenge transactions they believe to be invalid, acting as a safety net to prevent invalid or fraudulent transactions from being permanently recorded on the main blockchain. If a fraud proof is successfully challenged, the invalid transaction can be reverted, maintaining the integrity of the rollup.
    • Length: The duration of the window can vary, typically ranging from a few hours to a few days. A longer challenge period provides more time for dispute resolution but may slow down the finalization of rollups, while a shorter challenge window can increase throughput but may reduce the chances to detect invalid transactions.
    • Security and decentralization: During the designated challenge period, anyone can submit evidence to challenge a transaction. This open approach helps ensure that the rollup process remains secure, transparent, and decentralized. Operators that submit incorrect transactions may face penalties, incentivizing actors to act honestly.

    Arbitration and resolution

    Incorporating a challenge period allows Optimistic Rollups to add an extra layer of accountability and resilience to the validation process, reducing the risk of fraudulent or erroneous transactions. This iterative validation model aims to enhance trust and transparency while strengthening the underlying blockchain infrastructure, advancing the ecosystem towards greater scalability and security.

    In the event of a challenge, the Ethereum mainnet serves as an arbiter, adjudicating the dispute during the challenge window. Validators, attesters, and other network participants can present compelling evidence to substantiate their claims, prompting the main chain to undertake a thorough examination of transactional history.

    Upon conclusion, the verdict is rendered. This can either affirm the authenticity of transactions or invalidate them, though in both cases arbitration preserves the sanctity of the blockchain ledger.

    Benefits of Optimistic Rollups

    Optimistic Rollups provide several key advantages over other rollup protocols:

    Scalability

    By processing transactions off-chain and assuming they are valid, Optimistic Rollups can achieve high throughput and reduce on-chain congestion for the main blockchain.

    Lower gas fees

    The off-chain processing and challenge-based security model contribute to lower gas fees, making Optimistic Rollups a potential option for users and platforms that require frequent transactions.

    Compatibility

    Optimistic Rollups are generally compatible with existing smart contracts and decentralized applications (dApps), enabling seamless integration within the greater Ethereum ecosystem.

    Interoperability

    In addition to Ethereum, Optimistic Rollups can be implemented across different blockchains, fostering interoperability and collaboration within the crypto economy.

    Limitations of Optimistic Rollups

    Despite their promise, Optimistic Rollups have certain limitations:

    Latency

    Due to the validation process, there may be a delay before transactions are confirmed on the main chain, potentially impacting real-time applications and transactions.

    Security trade-offs

    While Optimistic Rollups aim to preserve security, there's always a risk of vulnerabilities or attacks, albeit minimized compared to other scaling solutions.

    Data availability

    In the event of a dispute, all transaction data must be available on-chain, which could pose challenges for large-scale applications with extensive data requirements.

    Examples of Optimistic Rollups

    Several projects have embraced Optimistic Rollups to enhance scalability and user experience.

    A graph of optimistic rollups by TVL
    Arbitrum is the leading Optimistic Rollup by TVL — Image source

    Some notable examples of Optimistic Rollups include:

    Base

    Base logo

    Base is an Optimistic Rollup platform that has surged in popularity, developed by Coinbase to provide scalability solutions similar to other rollups. Base Chain enhances Ethereum's capability by handling a significant portion of transaction processing off-chain, thereby reducing the load on the Ethereum mainnet and decreasing transaction costs. Base also employs a challenge mechanism to maintain the integrity and security of transactions.

    Base TVL: Over $2.8 billion

    Arbitrum

    Arbitrum logo

    Arbitrum is an Optimistic Rollup solution for Ethereum designed to improve scalability by processing transactions off-chain while maintaining security. It leverages a challenge period during which transactions can be disputed to ensure correctness. By doing so, it reduces congestion and lowers fees on the Ethereum mainnet, making decentralized applications more efficient and affordable.

    Arbitrum TVL: Over $2.2 billion

    Optimism

    Optimism logo

    Optimism is another Optimistic Rollup protocol for Ethereum that aims to enhance transaction throughput and reduce gas fees by moving most computations off-chain. It operates under the assumption that transactions are valid, with a challenge period allowing for fraud proofs if needed. Optimism focuses on maintaining Ethereum's security while offering faster and cheaper transactions for users and developers.

    Optimism TVL: Over $413 million

    Unichain

    Unichain logo

    Unichain is an Optimistic Rollup and DeFi chain designed to scale Ethereum by enabling fast, low-cost transactions while preserving the security of the Ethereum mainnet. It's the first Layer-2 solution to debut as a Stage 1 rollup with decentralization as a core focus. Offering nearly-instant block times, Unichain also offers 95% lower transaction costs than Ethereum for more affordable liquidity access, and fluid interoperability across dozens of chains.

    Unichain TVL: Over 405 million

    Blast

    Blast logo

    Blast is an Optimistic Rollup that aims to improve Ethereum's scalability by processing transactions off-chain and only submitting summaries to the mainnet. This process increases transaction speed and reduces costs while relying on a challenge period to verify transaction validity. Blast ensures that the Ethereum network remains secure and efficient, catering to high-demand decentralized applications.

    Blast TVL: Over $108 million

    Optimistic Rollups vs. ZK-Rollups

    While both Optimistic Rollups and ZK-Rollups aim to address scalability challenges, they differ in their approach and trade-offs. Here's a brief comparison:

    • Optimistic Rollups: Prioritize scalability and cost-efficiency, relying on optimistic assumptions with periodic validation and the addition of the challenge period.
    • ZK-Rollups: Focus on privacy and security, utilizing zero-knowledge proofs to ensure transaction validity without revealing sensitive information of the underlying data.

    For a greater comparison of ZK-Rollups vs Optimistic Rollups, we can use a table:

    Feature

    Optimistic Rollups

    ZK-Rollups

    Transaction Speed

    Processes transactions faster than the main chain but with added waiting period for dispute resolution

    Quickly verifies transactions using cryptographic proofs

    Security

    Relies on a fraud-proof system, offering moderate security

    Strong security backed by zero-knowledge proofs

    Privacy

    Offers limited privacy protection

    Provides enhanced confidentiality through cryptographic methods

    Resource Usage

    More efficient with lower computational demands

    Requires significant computational power for cryptographic processes

    Compatibility

    Works with smart contracts and existing blockchain tools

    Supports smart contracts, though some modifications may be needed

    Challenge Mechanism

    Implements a dispute resolution period to verify transactions

    No need for a challenge system

    Access Optimistic Rollups today

    To fully experience Optimistic Rollups firsthand, it helps to acquire the proper cryptocurrency and use it for yourself.

    MoonPay makes it easy to buy crypto that can be used for Optimistic Rollups like Ethereum (Optimism), USDC (Optimism), and Worldcoin (Optimism). You can pay using your preferred payment option like credit card, bank transfer, Apple Pay, Google Pay, and many other payment methods. 

    Note: Users in Canada, New York, and Texas are prohibited from purchasing USD Coin (Optimism).

    You might also like

    guide+2
    embedded wallets end of seed phrases

    Embedded Wallets and The End of Seed Phrases

    For most of crypto's history, the price of admission was a ritual: write down 12 words, in order, on something that can't catch fire or get wet, and guard them for the rest of your life. Get it right and you're your own bank. Get it wrong o

    cryptocurrency+2
    Accepting Crypto Payments

    How to Accept Crypto Payments: Checkout, Settlement & Merchant Setup

    A customer just bought a $100 hoodie from your online store and paid in crypto. Quick question: where is that $100 right now?

    cryptocurrency+2
    chain abstraction explained

    Chain Abstraction Is the Next Step After Bridges and Network Switching

    Somewhere in your wallet right now there is probably money you can't easily spend. Not lost, not stolen. Just on the wrong network. USDC on Arbitrum when the app you want takes USDC on Base. ETH on mainnet when the game you're playing lives

    bitcoin+2
    crypto in prediction markets

    How Prediction Markets Work (and Where Crypto Fits In)

    A prediction market is a place where people put money on what happens next. Will the Fed cut rates in September? Will Bitcoin close the year above $150,000? Each question becomes a contract you can buy and sell, and the price of that contra

    cryptocurrency+2
    What is an MPC wallet? Benefits, Tradeoffs & Use Cases

    What is an MPC wallet? Benefits, Tradeoffs & Use Cases

    An MPC wallet is a crypto wallet that never stores your private key in one piece. The key is split into encrypted shares held in different places, and signing a transaction combines those shares without ever rebuilding the whole key. That d

    security+2
    Wallet as a Service (WaaS)

    What Builders Need to Know About Wallet as a Service (WaaS)

    You want to add a crypto wallet to your product. You start researching and hit three terms that all overlap: white-label wallets, embedded wallets, and wallet as a service. Marketing pages from infrastructure providers blur the lines. Most