For years, a blockchain was one chain doing every little thing. The modular thesis breaks that aside into specialised layers for execution, settlement, consensus, and knowledge availability. This information explains the brand new stack, why rollups want a knowledge layer, and what the design buys and prices.
Abstract
- Modular blockchains cut up execution, settlement, consensus, and knowledge availability throughout specialised layers to enhance scalability.
- Rollups course of transactions off the principle chain whereas counting on shared settlement and knowledge availability layers for safety.
- The modular method will increase flexibility and throughput, but additionally introduces added complexity, fragmentation, and layered belief assumptions.
A modular blockchain is a blockchain that splits the core jobs a community should carry out throughout separate, specialised layers, as an alternative of getting a single chain do all of them directly. To see why that may be a significant thought, you must know the 4 jobs each blockchain has to deal with: execution, which suggests working transactions and good contracts; settlement, which suggests finalizing outcomes and resolving disputes; consensus, which suggests agreeing on the order of transactions; and knowledge availability, which suggests ensuring the transaction knowledge is definitely printed so anybody can verify it.
A standard blockchain, now known as monolithic, does all 4 itself, on one chain, which is easy and tightly built-in however runs into a tough ceiling on how a lot it could scale, as a result of one chain doing every little thing can solely go so quick earlier than it turns into congested or costly. The modular method unbundles these jobs, letting totally different layers every specialise in considered one of them, and that unbundling has change into the dominant approach bold blockchains now scale. This information explains the 4 features, the distinction between monolithic and modular designs, how rollups and knowledge availability layers match collectively, the main examples, and the true trade-offs the modular path entails.
The explanation this issues is that scaling has been blockchain’s defining problem for a decade, captured within the so-called trilemma, the statement {that a} single chain struggles to be concurrently scalable, safe, and decentralized, and often has to sacrifice one. Monolithic chains are inclined to push laborious on scale at some price to decentralization, or protect decentralization at the price of velocity.
The modular thesis affords a special escape from the trilemma: if no single chain has to do every little thing, then every layer can optimize for its personal job, and the system as a complete can attain a scale no monolithic chain simply matches whereas preserving robust safety and decentralization the place it counts.
By 2026 this thesis moved from idea to the dominant structure, with specialised knowledge availability networks serving dozens of execution chains and a complete stack of modular parts in manufacturing. Understanding the modular design is subsequently near understanding the place blockchain infrastructure as a complete is heading.
The 4 jobs of a blockchain
Every thing about modularity follows from understanding the 4 features a blockchain performs, so it’s price taking every in flip. Execution is the precise computation: while you swap tokens or run a sensible contract, execution is the method of taking your transaction, making use of it, and updating the community’s state to mirror the brand new balances. It’s the layer customers work together with most instantly, and it’s computationally heavy, as a result of each transaction needs to be processed. Settlement is the layer that gives finality and a house for dispute decision: it’s the place the outcomes of execution are anchored and made authoritative, the bedrock that different layers can deal with as the ultimate phrase on what occurred, and the place, in some designs, proofs are verified or fraudulent claims are challenged.
Consensus is the mechanism by which the community’s individuals agree on a single, ordered historical past of transactions, so that everybody shares the identical view of what occurred and in what sequence, which is what stops double spending and retains the ledger constant. Information availability is the one most individuals have by no means heard of and the one which seems to be central to modular design. It’s the assure that the information behind each transaction is definitely printed and obtainable, in order that anybody can obtain it, verify that the principles had been adopted, and reconstruct the state if wanted. If transaction knowledge isn’t accessible, nobody can confirm whether or not the community cheated, which suggests knowledge availability is a quiet however important basis of belief. In a monolithic chain, all 4 of those jobs occur collectively in a single tightly sure system. The modular perception is that they don’t have to, and that pulling them aside lets every be executed much better.
Monolithic versus modular
The cleanest approach to grasp modularity is to distinction it instantly with the monolithic mannequin it departs from. A monolithic blockchain bundles all 4 features right into a single built-in chain. Each full node executes each transaction, participates in consensus, shops all the information, and treats the chain itself because the settlement layer. The good advantage of this design is simplicity and tight integration: every little thing lives in a single place, functions can work together seamlessly, and there are not any seams between layers to handle.
A well-known excessive efficiency chain that prizes uncooked velocity exemplifies the monolithic method, pushing a single built-in chain to course of huge throughput by demanding highly effective {hardware} from its nodes. The price of the monolithic design is the ceiling it imposes: as a result of each node should do every little thing, the chain can solely scale to this point earlier than both charges rise, congestion units in, or the {hardware} necessities develop so heavy that fewer individuals can run a node, which erodes decentralization.
A modular blockchain breaks the bundle aside in order that totally different layers deal with totally different jobs. A typical trendy association separates execution from the remainder: specialised execution layers run the transactions and good contracts, whereas a special layer or layers deal with settlement, consensus, and knowledge availability. The flagship instance is the rollup-centric design, the place light-weight execution chains known as rollups course of transactions off to the aspect after which lean on a sturdy base layer for settlement and knowledge availability.
The profit is specialization: an execution layer will be tuned purely for quick, low cost transaction processing with out additionally bearing the total weight of securing your complete system, as a result of it borrows safety from the bottom layer beneath it. The system as a complete can then scale by including many execution layers on high of a shared basis, multiplying capability in a approach a single monolithic chain can not. Monolithic favors integration and ease; modular favors specialization and scale, and that’s the core of the design alternative.
Rollups: the execution layer of the modular world
An important modular element to grasp is the rollup, as a result of rollups are how the modular imaginative and prescient really will get used in the present day. A rollup is a separate chain that handles execution, processing transactions shortly and cheaply off the principle chain, after which posts a compressed document of what it did again right down to a base layer for safety. The title comes from the way in which it rolls up many transactions right into a single batch and submits that batch to the bottom chain, so the bottom chain doesn’t need to course of every transaction individually however can nonetheless function the final word supply of fact. That is the mechanism that lets a modular system scale: hundreds of transactions occur cheaply on the rollup, and solely a condensed abstract touches the costly, extremely safe base layer.
There are two foremost households of rollup, distinguished by how they persuade the bottom layer that their batched transactions are legitimate. Optimistic rollups assume the transactions are trustworthy by default and permit a window throughout which anybody can problem a fraudulent batch by submitting a fraud proof, with the bottom layer settling the dispute. Zero information rollups as an alternative generate a cryptographic validity proof for every batch, mathematically exhibiting the transactions had been processed accurately, which the bottom layer verifies with out re working them.
Each obtain the identical objective of inheriting the bottom layer’s safety whereas doing execution elsewhere, and each rely critically on one factor: the information behind their transactions have to be accessible, in order that anybody can confirm the rollup’s claims or reconstruct its state. A rollup that posted solely a abstract with out making the underlying knowledge accessible can be asking the world to belief it blindly, which defeats the aim. That is precisely why knowledge availability, the obscure fourth perform, turns into the linchpin of your complete modular structure.
Information availability: the linchpin
Information availability deserves its personal part as a result of it’s the perform that modular design elevated from an afterthought to a centerpiece. When a rollup posts its batch of transactions, the essential requirement is that the total transaction knowledge be printed someplace accessible, in order that anybody can verify the rollup did its job actually, problem it if not, and rebuild the state if the rollup operator disappears.
The place that knowledge will get printed, and the way cheaply, seems to be one of many greatest components in how nicely a modular system performs, as a result of publishing knowledge is a significant a part of what a rollup pays for. If the bottom layer makes knowledge publication costly, rollups are costly; if a layer makes it low cost, rollups change into dramatically cheaper.
This created demand for a brand new type of specialised chain whose total job is knowledge availability: a knowledge availability layer. Reasonably than executing transactions or settling disputes, such a series exists purely to order knowledge and preserve it accessible cheaply and reliably for the rollups that rely on it. The pioneering instance is a community constructed particularly as a modular knowledge availability layer, which makes use of a chic method known as knowledge availability sampling to scale. As an alternative of requiring each node to obtain a whole block to verify the information is there, light-weight nodes every randomly pattern a small variety of items of the block.
With sufficient unbiased samples, the community will be assured, to very excessive likelihood, that each one the information is genuinely accessible, with out anybody having to obtain all of it. Mixed with methods that permit every software fetch solely its personal slice of information, this lets a knowledge availability layer serve many rollups directly, cheaply and at scale. By 2026, such a layer was offering knowledge availability for dozens of rollups, a concrete signal that the modular separation of information availability into its personal specialised community had change into actual, working infrastructure.
The main modular stacks
It helps to see how these items assemble into actual programs, as a result of the modular world isn’t one design however a couple of competing and complementary stacks. Essentially the most influential is the rollup-centric roadmap of the main good contract platform, which intentionally reoriented itself round modularity. Reasonably than making an attempt to scale by making its personal base layer course of every little thing sooner, it selected to change into primarily a settlement and knowledge availability basis, with the heavy execution pushed out to a thriving ecosystem of rollups constructed on high.
A pivotal improve launched a devoted, cheaper house for rollups to put up their knowledge, typically known as blob house, which slashed the price of knowledge availability and, with it, the charges rollups cost customers, bringing many transactions right down to a fraction of a cent. Additional upgrades goal to develop that knowledge capability dramatically over time. The result’s a layered system: a safe base layer for settlement and knowledge, and lots of execution centered rollups dealing with the day-to-day exercise cheaply above it.
Alongside this sits the specialised knowledge availability layer method, the place rollups select to put up their knowledge to a goal constructed knowledge availability community as an alternative of, or along with, the bottom settlement layer, typically to get even decrease prices. There may be additionally a connection to a different modular thought coated elsewhere: shared safety by way of restaking, the place a pool of staked capital can be utilized to safe new providers, together with knowledge availability layers, letting them inherit robust financial safety on day one somewhat than bootstrapping their very own.
Collectively, these items kind a menu of modular parts, settlement layers, knowledge availability layers, execution rollups, and shared safety suppliers that groups can combine and match to assemble a customized chain. A challenge can launch its personal rollup tuned for gaming or social functions, level it at whichever knowledge availability layer is most cost-effective, and settle to whichever base layer it trusts, with out constructing a validator set or a full monolithic chain from scratch. That composability of infrastructure, the power to assemble a series from specialised components, is the sensible payoff of the modular thesis and a big a part of why it unfold so shortly.
An analogy: the restaurant and the meals court docket
As a result of the modular stack has so many items, an analogy can anchor the entire thought earlier than the commerce offs pile up. Consider a monolithic blockchain as a single restaurant that does every little thing below one roof: it grows its personal substances, cooks each dish, seats the diners, and washes the dishes, all with the identical employees in the identical constructing. The benefit is seamless coordination, since every little thing occurs in a single place and nothing needs to be handed off. The limitation is capability: that one kitchen can solely cook dinner so many meals directly, and if you wish to serve way more individuals, you both construct an infinite, costly kitchen that few can employees, otherwise you settle for lengthy waits and excessive costs when demand surges. A single built-in chain faces the identical ceiling, as a result of each node has to do each job.
Now image a meals court docket as an alternative. The constructing gives the shared basis, the tables, the safety, the assure that the house stays open and orderly, whereas many specialised distributors deal with the cooking, every centered on one delicacies and tuned to serve its clients shortly and cheaply. On this image the shared constructing is the bottom layer offering settlement and knowledge availability, and the person distributors are the rollups dealing with execution.
No single vendor has to offer its personal safety or construct its personal premises; all of them inherit that from the constructing, to allow them to focus purely on serving meals quick. The meals court docket can serve vastly extra individuals than the only restaurant, as a result of capability grows by including distributors as an alternative of straining one kitchen, which is precisely how a modular system scales by including execution layers on a shared basis.
The analogy additionally captures the prices actually. A meals court docket is extra complicated than a single restaurant: there are extra unbiased operators, extra issues that may go flawed with anyone vendor, and extra coordination required to maintain the shared house working. If you would like a dish that mixes substances from three totally different distributors, you must carry your tray between them, which is clumsier than ordering every little thing from one kitchen, simply as shifting property or composing an software throughout separate rollups is extra awkward than working inside one built-in chain. And each vendor will depend on the constructing: if the shared basis fails to maintain the lights on or the doorways open, each vendor suffers, simply as a rollup inherits the weaknesses of the information availability and settlement layers beneath it.
The meals court docket trades the seamless simplicity of the only restaurant for a lot larger capability and specialization, accepting extra complexity and extra handoffs in return. That’s exactly the cut price the modular blockchain makes, and seeing it as a meals court docket as an alternative of a single restaurant makes each the enchantment and the price intuitive.
What modularity buys you
Having laid out the structure, it’s price being exact in regards to the real benefits the modular method delivers, as a result of they clarify why it turned dominant. The headline profit is scalability. By separating execution from the bottom layer and letting many rollups run in parallel on high of a shared basis, a modular system can course of vastly extra complete exercise than a single monolithic chain, as a result of capability is added by stacking execution layers as an alternative of straining one chain. A budget knowledge availability layers compound this by driving down the dominant price of working a rollup, which is why transaction charges on trendy rollups have fallen to fractions of a cent for easy transfers.
The second profit is specialization and suppleness. As a result of every layer focuses on one job, every will be optimized far past what a generalist chain may obtain: a knowledge availability layer will be ruthlessly environment friendly at conserving knowledge accessible, an execution rollup will be tuned for a particular use case, and a settlement layer can prioritize safety and finality. This additionally provides builders flexibility and sovereignty: a group can launch a series tailor-made to its wants, selecting its personal execution surroundings and guidelines, whereas nonetheless inheriting safety and knowledge availability from established layers as an alternative of recreating them.
The third profit is improved decentralization on the verification stage. Strategies like knowledge availability sampling let light-weight nodes confirm {that a} community is behaving actually with out working costly {hardware}, which suggests extra atypical individuals may help preserve the system trustworthy, countering the tendency of excessive efficiency monolithic chains to pay attention energy amongst those that can afford highly effective machines. Scalability, specialization, and verifiable decentralization are the true prizes the modular design competes for, and it pursues them by refusing to make any single chain carry the entire load.
The trade-offs and criticisms
No structure is free, and an trustworthy account of modularity has to weigh its actual prices towards the monolithic simplicity it replaces. The primary price is complexity. A modular system has many shifting components, execution on one layer, knowledge on one other, settlement on a 3rd, bridges and proofs connecting them, and that complexity creates extra floor space for bugs, misconfigurations, and failures than a single built-in chain. Extra layers imply extra issues that may go flawed and extra seams that have to be secured. The second price is fragmentation. When exercise spreads throughout many separate rollups, liquidity and customers fragment too, and shifting property or composing functions throughout totally different execution layers can change into awkward, gradual, or dangerous, sacrificing a number of the seamless composability {that a} single monolithic chain affords, the place each software can work together with each different immediately.
The third price is a subtler safety consideration. A rollup’s security will depend on the layers beneath it, so if the information availability layer it depends on fails to maintain knowledge accessible, or the settlement layer it trusts is compromised, the rollup inherits that weak spot. Modular programs should subsequently purpose rigorously in regards to the belief assumptions of each layer they rely on, and a series that makes use of a much less safe knowledge availability layer to economize is making an actual commerce off in security, even when it’s not all the time apparent to customers.
Defenders of the monolithic method argue that tight integration delivers an easier, extra composable, extra uniformly safe system, and that the excessive efficiency monolithic chains have proven a single chain can scale additional than the modular camp as soon as assumed. The trustworthy conclusion is that monolithic and modular aren’t strictly higher or worse however characterize totally different bets: monolithic wagers that integration and uncooked single chain efficiency win, whereas modular wagers that specialization and stacking win. By 2026 the modular guess had clearly change into the dominant structure for bold new infrastructure, however the commerce offs it carries, complexity, fragmentation, and layered belief, are actual, and the talk over which method in the end prevails is much from settled.
Often Requested Questions
What’s a modular blockchain in easy phrases?
A modular blockchain splits the core jobs a community should do throughout separate, specialised layers, as an alternative of 1 chain doing every little thing. The 4 jobs are execution (working transactions and good contracts), settlement (finalizing outcomes and resolving disputes), consensus (agreeing on transaction order), and knowledge availability (ensuring transaction knowledge is printed so anybody can verify it). A standard, monolithic chain does all 4 itself, which limits how far it could scale. A modular design lets every layer specialise in one job, so the system as a complete can scale a lot additional whereas preserving safety.
What’s the distinction between monolithic and modular blockchains?
A monolithic blockchain handles execution, settlement, consensus, and knowledge availability all on one built-in chain, the place each node does every little thing. It’s easy and tightly built-in however hits a ceiling on scale, as a result of one chain doing every little thing can solely go so quick earlier than charges rise or {hardware} calls for shrink the node set. A modular blockchain separates these jobs throughout layers, usually pushing execution onto rollups whereas a base layer handles settlement and knowledge availability. This trades some simplicity and composability for a lot larger scalability and specialization.
What’s a rollup and the way does it slot in?
A rollup is a separate execution chain that processes transactions cheaply off the principle chain, then posts a compressed batch again to a safe base layer for settlement and knowledge availability. It rolls up many transactions into one batch so the bottom layer doesn’t course of every individually however nonetheless serves because the supply of fact. Optimistic rollups assume validity and permit fraud challenges; zero information rollups submit cryptographic validity proofs. Rollups are how the modular imaginative and prescient scales in follow, they usually rely on their transaction knowledge being made accessible so anybody can confirm them.
Why is knowledge availability so essential?
As a result of verifying a rollup, or any chain, requires that the information behind its transactions really be printed and obtainable. If the information isn’t accessible, nobody can verify whether or not the principles had been adopted, problem fraud, or reconstruct the state if an operator vanishes. The place and the way cheaply that knowledge is printed is among the greatest components in a modular system’s price, since publishing knowledge is way of what a rollup pays for. This created specialised knowledge availability layers whose total job is to maintain knowledge accessible cheaply, utilizing methods like sampling so mild nodes can affirm availability with out downloading every little thing.
What’s Celestia and what does a knowledge availability layer do?
An information availability layer is a specialised chain whose solely job is to order transaction knowledge and preserve it accessible cheaply and reliably for the rollups that depend on it, as an alternative of executing transactions or settling disputes. The pioneering instance was constructed particularly for this goal and makes use of knowledge availability sampling, the place light-weight nodes every randomly verify small items of a block so the community will be assured, to excessive likelihood, that each one the information is current with out anybody downloading the entire block. By 2026 such a layer was offering knowledge availability for dozens of rollups.
What are the downsides of modular blockchains?
Three foremost ones. Complexity: many shifting components throughout layers, plus the bridges and proofs connecting them, create extra floor space for bugs and failures than a single built-in chain. Fragmentation: spreading exercise throughout many rollups splits liquidity and customers and may make shifting property or composing functions throughout layers awkward, sacrificing a few of a monolithic chain’s seamless composability. And layered belief: a rollup’s security will depend on the layers beneath it, so counting on a weaker knowledge availability or settlement layer to economize introduces actual safety commerce offs. Monolithic defenders argue tight integration is less complicated and extra uniformly safe.
This text is academic data, not funding recommendation. Blockchain architectures, initiatives, and technical particulars evolve shortly, and the descriptions right here mirror the state of the sphere as of June 25, 2026. Confirm present data from main sources earlier than counting on something described right here.


