A modular blockchain is one that separates its core functions — execution, settlement, consensus, and data availability — into distinct, specialised layers rather than handling all of them in a single monolithic chain. Traditional “monolithic” blockchains like early Ethereum or Bitcoin do everything themselves: they execute transactions, reach consensus, provide data availability, and settle finality all in one layer. This jack-of-all-trades approach limits scalability. Modular blockchains, by contrast, outsource different functions to specialised layers, allowing each to optimise independently.
The modular stack: Execution layer — processes transactions and runs smart contracts (e.g. rollups like Arbitrum or Optimism); Settlement layer — verifies proofs and resolves disputes (e.g. Ethereum as the settlement layer for rollups); Consensus layer — agrees on transaction ordering; Data availability (DA) layer — ensures transaction data is stored and accessible for verification. Celestia is the leading purpose-built DA layer, providing cheap, scalable data availability that rollups and new chains can use instead of posting data to Ethereum. This modular approach enables a future with thousands of specialised chains sharing security and interoperating — “the internet of blockchains”. EigenDA (from EigenLayer) and Avail are other notable DA layers. Modular architecture is considered the most promising path to blockchain scalability while maintaining decentralisation.
Example: A new gaming blockchain uses Arbitrum Orbit for execution, Ethereum for settlement, and Celestia for data availability — each component specialised for its task, costing 100x less than building a full L1 from scratch.
Learn more: Celestia — Learn Modular Blockchain