MrDeFi
Layer 2 & Scaling2026-03-124 min read

What Is a Modular Blockchain? Execution, Settlement, and DA Explained

A modular blockchain splits execution, settlement, consensus, and data availability into separate layers. Here's how the stack fits together.

A modular blockchain is one that handles only some of the core functions a blockchain needs — such as transaction execution, consensus, settlement, or data availability — while relying on other, separate chains or networks to handle the rest. This is the opposite of a monolithic blockchain, which does all of these jobs itself on a single layer.

The four functions of a blockchain

Every blockchain, at minimum, needs to handle four things:

  • Execution: Actually running transactions and updating account balances or contract state.
  • Settlement: Providing a place where disputes get resolved and finality is established, often via fraud proofs or validity proofs.
  • Consensus: Agreeing on the order of transactions and the current state of the chain.
  • Data availability (DA): Making sure the data behind every transaction is published somewhere that anyone can access and verify, so the chain's state can be reconstructed or checked.

A monolithic chain like Solana or, historically, Ethereum before rollups scaled, handles all four on one layer with one validator set. A modular chain deliberately splits these apart, often across separate networks entirely.

How Ethereum's rollup-centric roadmap became modular

Ethereum itself is a clear real-world example. Layer-2 rollups handle execution. They post their data back to Ethereum, which acts as the settlement and data availability layer. Ethereum's own validator set handles consensus for the base layer, while each rollup effectively borrows Ethereum's security for its own execution.

This is why Ethereum's scaling roadmap is often described as "modular" — it deliberately doesn't try to scale execution on the base layer itself, and instead focuses on being an excellent settlement and data availability layer that many separate execution layers (rollups) can build on top of.

Dedicated data availability layers

Some projects go further and offer data availability as a standalone service, separate even from Ethereum. Celestia is the most prominent example, offering a chain whose only real job is publishing and guaranteeing the availability of data, which rollups can use instead of posting data to Ethereum. EigenDA offers a similar service secured through Ethereum restaking rather than a separate token and validator set.

Using an alternative DA layer instead of Ethereum typically lowers costs for a rollup, since it isn't paying for the most expensive, most secure data availability option. The trade-off is that the rollup's security becomes partially dependent on that separate DA layer's own validator set and its track record, rather than solely on Ethereum's.

Modular vs. monolithic at a glance

Design Execution Settlement / DA Scaling approach
Monolithic (e.g., Solana) Same layer as consensus Same layer Faster hardware, more efficient single-chain execution
Modular (Ethereum + rollups) Separate rollup layer Ethereum L1 Horizontal scaling via many parallel execution layers
Modular with alt-DA (e.g., rollup + Celestia) Separate rollup layer Separate DA chain Lower DA cost, added trust in DA layer

For a deeper comparison of these two philosophies, see our piece on modular vs. monolithic blockchains.

Why this matters for evaluating a chain

When you're assessing any layer-2 or app-chain, it's worth asking which layer is doing which job, and how battle-tested each piece is. A rollup posting data to Ethereum inherits a mature, expensive, highly secure DA layer. A rollup using a newer, alternative DA network is making an explicit trade: lower fees in exchange for a less battle-tested dependency. Neither choice is automatically wrong, but it's a meaningful difference worth understanding before treating "layer 2" as one uniform category — you can compare specific chains' data and activity on our chains page.

Settlement as its own distinct function

It's worth separating settlement from data availability, since the two are sometimes conflated. Settlement refers to where disputes actually get resolved — where a fraud proof gets adjudicated for an optimistic rollup, or where a validity proof gets verified for a ZK-rollup. Data availability refers to where the underlying transaction data is published so that anyone can reconstruct state or generate the proofs needed for that dispute resolution in the first place. A chain can, in principle, use different layers for each: Ethereum for settlement and dispute resolution, while using an alternative network like Celestia purely for publishing the raw data. This separation is part of what makes the modular framing useful — it forces a clearer accounting of exactly which layer is providing which specific guarantee, rather than treating "security" as one undifferentiated property of a chain.

Interchangeable pieces, and the risk of mixing immature ones

The theoretical appeal of modularity is that any execution layer can, in principle, be paired with any settlement or data availability layer that supports the necessary interfaces. In practice, most production rollups still pair a small number of well-tested combinations — Ethereum for both settlement and DA being the most conservative and widely used. Newer combinations, such as pairing a new execution environment with a newer, less battle-tested DA layer, introduce compounding risk: if either piece is immature, the combination inherits both sets of risks rather than just one. This is worth keeping in mind when evaluating any newer modular chain that emphasizes low fees as its primary selling point — the savings usually come from using a less proven piece somewhere in the stack.

Bottom line

Modular blockchains split execution, settlement, consensus, and data availability across separate, specialized layers instead of handling everything on one chain. Ethereum's rollup-centric roadmap is the clearest large-scale example, with rollups handling execution while Ethereum (or increasingly, dedicated DA networks like Celestia or EigenDA) handles settlement and data availability. The benefit is scalability and flexibility; the cost is added complexity and, for alternative DA layers, an additional trust assumption beyond Ethereum's own security.

Related articles

This article is for educational purposes only and is not financial advice. DeFi involves significant risk, including total loss of funds. Always do your own research.