The image I used as the banner for this article was created by the beautiful folks at Spire Labs. It provides a great visual overview of how different Layer 2 solutions utilize Ethereum's infrastructure. In this article, I will be expanding on Native and Based Rollups to give you a complete picture of how these architectures work and fit together.

The Rollup Landscape: Four Key Components

Any Layer 2 solution has four critical components, as shown in the left column of the image:

  1. Settlement - Where the final state is recorded and secured

  2. Data Availability (DA) - Where transaction data is stored

  3. Sequencing - Who decides the order of transactions

  4. Execution - Who processes the transactions

Traditional L2s might use Ethereum for settlement and DA, but handle sequencing and execution independently. The "Based" and "Native" approaches aim to leverage more of Ethereum's infrastructure for increased security.

Based Rollups: Ethereum-Powered Sequencing

What Are Based Rollups?

Based Rollups use Ethereum not just for settlement and data availability, but also for transaction sequencing. This means the order of transactions in a Based Rollup is determined directly by Ethereum's validators rather than by a separate sequencer.

How Based Rollups Work

  1. Transaction Submission: Users submit transactions directly to Ethereum L1

  2. Ethereum Sequencing: Ethereum miners/validators determine transaction order

  3. Data Storage: Transaction data gets stored on Ethereum (in calldata or blobs)

  4. Off-Chain Execution: The transactions are still executed off-chain by the rollup

  5. State Commitment: The results are posted back to Ethereum for settlement

Benefits of Based Rollups

Challenges of Based Rollups

Native Rollups: Ethereum-Powered Execution

What Are Native Rollups?

Native Rollups use Ethereum not just for settlement and data availability, but for execution verification through the proposed EXECUTE precompile. This means the processing of transactions is directly verified by Ethereum validators.

How Native Rollups Work

  1. Off-Chain Sequencing: Transactions can be sequenced by a separate entity

  2. Data Storage: Transaction data gets stored on Ethereum

  3. Native Execution Verification: The EXECUTE precompile verifies state transitions

  4. Settlement: Results are secured by Ethereum's consensus

Benefits of Native Rollups

Challenges of Native Rollups

Ultra Sound Rollups: Based + Native

Ideally, what we want are what Ethereum researcher Justin Drake called "Ultra Sound Rollups". These are L2 solutions that are both Based AND Native. These would use Ethereum for all four critical components:

This represents maximum security and decentralization, though likely with tradeoffs in performance and cost. However, these would more closely mirror the Ethereum L1 architecture in terms of security and decentralization than other options.

The Spectrum of Trust

What's fascinating about this approach is how it creates a spectrum of trust:

Practical Implications

For Users

For Developers

The Future Landscape

As you can see from the Spire Labs diagram, there is a clear progression toward "more Ethereum" - with rollups leveraging more of Ethereum's infrastructure for increased security guarantees. This evolution depicts what the endgame of the Ethereum L2-centric roadmap would look like. A future where Layer 2s are not separate systems, but rather extensions of Ethereum itself, with different configurations of which components are based on Ethereum's infrastructure. Whether a rollup chooses to be Based, Native, or both will likely depend on its specific use case:

By understanding these architectural choices, users and developers can make more informed decisions about which L2 solutions best meet their needs for security, decentralization, cost, and performance.

Hope you found this helpful.