...
BTC$87,250.002.34%
ETH$4,120.001.18%
SOL$178.004.72%
BNB$645.000.95%
XRP$2.656.41%
ADA$0.82000.62%
AVAX$42.503.14%
DOGE$0.18002.07%
LINK$32.501.89%
DOT$8.900.44%
UNI$14.202.56%
MATIC$0.58000.71%
BTC$87,250.002.34%
ETH$4,120.001.18%
SOL$178.004.72%
BNB$645.000.95%
XRP$2.656.41%
ADA$0.82000.62%
AVAX$42.503.14%
DOGE$0.18002.07%
LINK$32.501.89%
DOT$8.900.44%
UNI$14.202.56%
MATIC$0.58000.71%
InfrastructureIntermediate

The Modular Blockchain Stack in 2026: Data Availability, Execution & Settlement

Monolithic blockchains do everything on one chain. Modular blockchains split the work across specialized layers — and in 2026, this architecture is becoming the default for new crypto infrastructure. Here's how the stack fits together, which projects are leading each layer, and what it means for you.

Updated March 2026 · 15 min read

1. Modular vs Monolithic Blockchains

A monolithic blockchain like early Ethereum or Solana handles everything on a single chain: executing transactions, reaching consensus, storing data, and settling disputes. This simplicity is powerful but creates bottlenecks — when demand spikes, every function competes for the same blockspace, driving up costs.

A modular blockchain separates these functions into specialized layers. Each layer does one thing well and relies on other layers for the rest. Data availability layers store transaction data. Execution layers process transactions. Settlement layers verify proofs and resolve disputes. Consensus can be shared or independent.

The Core Insight

Modular design lets each layer optimize independently. A DA layer can focus purely on making data available cheaply and reliably. An execution layer can focus purely on processing transactions fast. Neither is bottlenecked by the other. This is the same architectural principle that made cloud computing dominant — specialized services beat monolithic servers.

The modular thesis was popularized by Celestia co-founder Mustafa Al-Bassam, and by 2026 it has moved from academic theory to production infrastructure. Major L2s like Arbitrum, Optimism, Polygon, StarkWare, and zkSync have committed to integrating modular DA layers.

2. The Four Functions of a Blockchain

Every blockchain, whether modular or monolithic, performs four fundamental functions:

FunctionWhat It DoesModular Example
ExecutionProcesses transactions and updates state (account balances, smart contract storage)Arbitrum, Optimism, zkSync, StarkNet
SettlementVerifies proofs, resolves disputes, bridges between execution layersEthereum L1, Dymension, sovereign rollups
ConsensusOrders transactions and agrees on valid blocksEthereum PoS, Celestia validators, shared sequencers
Data AvailabilityStores transaction data so anyone can verify itCelestia, EigenDA, Avail, NEAR DA

In a monolithic chain, one validator set handles all four. In a modular stack, different specialized networks handle each function. The magic is in how they compose — a rollup on Arbitrum can use Celestia for DA, Ethereum for settlement, and a shared sequencer for ordering.

3. Data Availability Layer: Celestia, EigenDA & Avail

The DA layer is where the modular revolution is most visible in 2026. Rollups need to post their transaction data somewhere so that anyone can verify the state is correct. Historically, this meant posting everything to Ethereum calldata — which is expensive. DA layers offer a much cheaper alternative.

Celestia — The Pioneer

Celestia is a standalone DA blockchain that orders data “blobs” and guarantees their availability using Data Availability Sampling (DAS). Light nodes can verify DA without downloading the full data. Celestia prioritizes decentralization, cost efficiency, and proven production scale. It has secured integration commitments from Arbitrum, Optimism, Polygon, StarkWare, and zkSync — the five largest L2s. Its native token TIA is used for gas and staking.

EigenDA — Ethereum-Native Throughput

EigenDA takes a fundamentally different approach by leveraging Ethereum validators through EigenLayer restaking. Each operator stores only a fraction of the total data (erasure coding), enabling industry-leading 100 MB/s throughput. The tradeoff: it relies on a Data Availability Committee (DAC) trust assumption rather than full DAS. Best suited for Ethereum-native projects willing to accept this tradeoff for raw speed.

Avail — Chain-Agnostic Infrastructure

Built using the Polkadot SDK, Avail is a chain-agnostic DA layer designed to connect with Ethereum, Solana, BNB Chain, and other L1 ecosystems. Its focus on cross-chain interoperability and horizontal scalability fills a unique niche — particularly for projects that span multiple ecosystems.

FeatureCelestiaEigenDAAvail
ArchitectureStandalone chainEigenLayer restakingPolkadot SDK chain
Security ModelOwn validator set + DASETH restakers (DAC)Own validators + DAS
ThroughputModerate-High100 MB/s (highest)Horizontally scalable
CostLowest ($0.01-0.02/MB)Low-MediumLow
Multi-ChainEthereum-focusedEthereum-onlyEthereum, Solana, BNB+
TokenTIARestaked ETHAVAIL
L2 IntegrationsArbitrum, OP, Polygon, StarkWare, zkSyncMantle, Celo, rollup SDKsPolygon, OP Stack projects
Best ForCost-sensitive rollupsMax throughput, ETH-alignedMulti-chain infrastructure

Choosing the wrong DA layer can increase rollup costs by 55x according to industry analysis. Cost differentials come from throughput limitations causing fee spikes, storage requirements, and switching costs once integrated. For a deeper look at Celestia specifically, see our Data Availability Layer Guide.

4. Execution Layer: Rollups & Beyond

The execution layer is where transactions actually get processed and state gets updated. In the modular world, this is dominated by rollups — chains that execute transactions off the main settlement layer and post proofs (optimistic or zero-knowledge) back for verification.

Optimistic Rollups (Arbitrum, Optimism, Base) assume transactions are valid by default and use a fraud-proof challenge period. They're simpler to build and EVM-compatible, making them the most adopted execution layer today. For a deeper comparison, see our Layer 2 Comparison.

ZK Rollups (zkSync, StarkNet, Scroll, Polygon zkEVM) generate cryptographic proofs that mathematically prove transaction validity. They offer faster finality (no 7-day challenge period) and stronger security guarantees, but are more complex and computationally expensive. Our ZK Proofs Guide covers the technology in depth.

Sovereign Rollups are an emerging execution model where the rollup defines its own rules for validity and doesn't rely on a settlement layer for proof verification. They use DA layers (typically Celestia) only for data ordering, giving them maximum sovereignty at the cost of losing the settlement layer's bridge security.

In the modular stack, execution layers can mix and match. A rollup might execute on its own chain, post DA to Celestia, settle proofs on Ethereum, and use a shared sequencer for transaction ordering. This composability is what makes the modular thesis so powerful.

5. Settlement Layer: Proof Verification & Bridging

The settlement layer is where the rubber meets the road for security. It serves three critical functions: verifying proofs submitted by execution layers, resolving fraud disputes, and providing a trust-minimized bridge between different execution layers.

Ethereum as the Settlement Layer

Ethereum L1 is the dominant settlement layer for the modular stack. Its massive economic security (~$400B+ staked), battle-tested smart contracts, and existing DeFi liquidity make it the natural choice. When Arbitrum or zkSync posts a proof to Ethereum, they inherit Ethereum's full security guarantees. The Ethereum 2026 Roadmap continues to optimize L1 for this settlement role.

Specialized Settlement Layers like Dymension are emerging as alternatives. They outsource consensus and DA to other modular layers while focusing purely on proof verification and inter-rollup bridging. This can reduce the cost of settlement vs. posting directly to Ethereum.

The settlement layer is optional in some modular configurations. Sovereign rollups, for example, skip the settlement layer entirely — using only a DA layer for data ordering and handling their own validity rules internally.

6. Cost & Performance: Why Modular Wins

The economic case for modular architecture is compelling. Here's why it's winning:

Cost Reduction

Posting data to Ethereum calldata costs $10-50+ per MB during congestion. Celestia charges $0.01-0.02 per MB. For a rollup processing 10 MB/day, that's the difference between $100-500/day and $0.10-0.20/day in data costs — a 500-2500x reduction. These savings flow directly to users as lower transaction fees.

Scalability Without Compromise

Monolithic chains face the blockchain trilemma — they must trade off between security, decentralization, and scalability. Modular architecture sidesteps this by letting each layer optimize for different properties. The DA layer optimizes for throughput and cost. The settlement layer optimizes for security. The execution layer optimizes for speed.

Innovation Speed

Because layers are independent, a new ZK prover technology can be deployed at the execution layer without changing anything about DA or settlement. A better DA sampling algorithm can improve Celestia without affecting any rollup's execution logic. This modular composability accelerates the entire ecosystem's innovation rate.

To understand how this impacts the broader scalability conversation, check our Blockchain Trilemma and Layer 1 vs Layer 2 guides.

7. Adoption in 2026

The modular thesis has moved decisively from theory to production in 2026:

Industry Prediction: Gartner predicts 70% of new blockchain applications will use modular architectures by late 2026. Projections show 60% of L2 solutions will use third-party DA layers by 2030.

Major L2 Commitments: Arbitrum, Optimism, Polygon, StarkWare, and zkSync have all committed to Celestia integration, validating the DA layer model at the highest level.

RaaS (Rollup-as-a-Service): Providers like Caldera, Conduit, and AltLayer make it possible to launch a custom modular rollup in minutes, choosing your own DA layer, execution environment, and settlement target. This has driven an explosion of app-specific rollups (see our Appchains Guide).

The DA Wars: Competition between Celestia, EigenDA, and Avail is driving costs down and performance up. This is healthy for the ecosystem — rollups benefit from competitive DA pricing, and the market is large enough for multiple winners serving different niches.

For investors, the modular thesis creates opportunities across every layer. DA layer tokens (TIA, AVAIL), execution layer tokens (ARB, OP), shared sequencer projects, and infrastructure plays like Symbiotic and EigenLayer all benefit as the stack matures.

Frequently Asked Questions

What is a modular blockchain?

A modular blockchain separates execution, settlement, consensus, and data availability into specialized layers. Each layer optimizes for its specific job, resulting in higher throughput, lower costs, and greater flexibility compared to monolithic chains that do everything on one network.

What is a data availability layer?

A DA layer stores and guarantees access to transaction data so anyone can verify the blockchain's state. Celestia, EigenDA, and Avail are the leading DA layers in 2026, offering 500-2500x cheaper data storage vs. posting directly to Ethereum.

How does Celestia compare to EigenDA?

Celestia is a standalone chain with its own validators and DAS, prioritizing decentralization and low cost ($0.01-0.02/MB). EigenDA leverages Ethereum validators via restaking for 100 MB/s throughput but requires DAC trust assumptions. Both are production-ready in 2026.

Is Ethereum a modular blockchain?

Ethereum is evolving from monolithic to modular. Post-Dencun, Ethereum serves primarily as a settlement layer — verifying L2 proofs and providing economic security — while outsourcing execution to rollups and (increasingly) DA to specialized layers.

Are modular blockchains the future?

Industry data strongly suggests yes. 70% of new blockchain apps are expected to use modular architectures by late 2026. All major L2s have committed to modular DA integration, and Rollup-as-a-Service providers have made deployment trivially easy.

Which DA layer should I use?

It depends on your priorities. Celestia for cost efficiency and decentralization. EigenDA for maximum throughput and Ethereum alignment. Avail for multi-chain interoperability. Choosing poorly can increase costs 55x, so this is a critical infrastructure decision.

Related Guides

This guide is for informational purposes only. It is not financial advice. Token prices, TVL figures, and protocol metrics change frequently. Always verify current data before making investment or infrastructure decisions.