Everyone keeps telling me that modular blockchains are the future. Celestia, Avail, EigenDA—the data availability narrative is everywhere in 2026. And I get it: separating execution, settlement, consensus, and data availability into specialized layers sounds elegant. It’s good systems design.
But here’s what I can’t reconcile: if these ‘modular’ chains still post state roots to Ethereum for settlement, aren’t they just Layer 2s with extra steps?
Let me break down my confusion
Traditional L2 architecture:
- Execute transactions off-chain (Optimism, Arbitrum, zkSync)
- Post transaction data or proofs to Ethereum L1
- Inherit Ethereum’s security guarantees
- Users trust Ethereum validators
‘Modular’ architecture (as marketed):
- Execute transactions off-chain
- Post transaction data to Celestia/Avail/EigenDA
- Post state roots to Ethereum for settlement
- Users trust… Ethereum validators? Celestia validators? Both?
I’ve been building blockchain infrastructure since 2013, worked on Ethereum core, contributed to multiple L2 projects. The more I dig into modular architectures, the more it feels like we’re just shifting where we store data—not fundamentally changing the trust model.
What’s actually different?
Proponents say:
- Cost efficiency: Celestia DA is ~90% cheaper than posting to Ethereum
- Flexibility: mix-and-match security/DA/execution layers
- Scalability: dedicated DA layers can handle more throughput
But I counter:
- L2s already reduced costs 100x vs Ethereum mainnet
- If you still settle on Ethereum, you’re still ultimately trusting Ethereum’s security
- Throughput gains come from off-chain execution, not where you post data
The real question
Take Manta Pacific—uses OP Stack for execution, Celestia for data availability, Ethereum for settlement. Compare it to Optimism—uses OP Stack, posts everything to Ethereum.
From a user’s perspective: both are EVM-compatible, both have ~1-2 second block times, both require bridges to move assets.
From a security perspective: Manta trusts Celestia validators won’t withhold data AND Ethereum validators won’t accept invalid state roots. Optimism just trusts Ethereum.
From a cost perspective: Manta saves on DA costs.
So the real innovation is… a cost optimization?
Don’t get me wrong—cost optimization matters! But calling this a fundamentally different architecture feels like we’re redefining terms for marketing purposes.
What I want to understand
I’m not here to bash modular blockchains. I genuinely want to understand:
-
Is there a fundamental architectural difference I’m missing? Or is ‘modular’ just a term for ‘L2 that uses cheaper DA’?
-
What happens to the security model when you split trust between Celestia/Avail validators and Ethereum validators?
-
For developers choosing where to build: how do you decide between traditional L2 vs modular architecture? Is it just ‘can you accept slightly weaker DA guarantees for lower costs’?
-
Long-term: if every rollup framework (OP Stack, Arbitrum Orbit, Polygon CDK) now supports pluggable DA layers, doesn’t that just make DA a commodity? And if so, we’re back to settlement being the only thing that matters—which is still Ethereum.
I’ve been watching 56+ rollups adopt Celestia, seeing Avail build their three-layer stack, tracking EigenDA’s growth. The market is voting with their deployments. But I still can’t shake the feeling that we’re calling L2s by a new name.
Change my mind. What am I missing about modular architectures that makes them fundamentally different from L2s?
For reference: CCN’s analysis of modular vs monolithic, BlockEden’s DA race overview, and Medium’s L2 wars piece all frame this as revolutionary, but I need someone to explain the revolution.