What is a modular blockchain? Rollups, data availability, and the new stack

For years, a blockchain was one chain doing all the pieces. 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 an information layer, and what the design buys and prices.
Desk of Contents
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 without delay. To see why that could be a significant concept, you need to know the 4 jobs each blockchain has to deal with: execution, which suggests operating 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 referred to 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 all the pieces 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 turn into the dominant approach formidable blockchains now scale. This information explains the 4 capabilities, 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 includes.
The rationale 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 exhausting on scale at some value to decentralization, or protect decentralization at the price of velocity.
The modular thesis provides a unique escape from the trilemma: if no single chain has to do all the pieces, 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
The whole lot about modularity follows from understanding the 4 capabilities a blockchain performs, so it’s value taking every in flip. Execution is the precise computation: whenever 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 contributors 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 foundations had been adopted, and reconstruct the state if wanted. If transaction knowledge just isn’t out there, 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 accomplished much better.
Monolithic versus modular
The cleanest option to grasp modularity is to distinction it instantly with the monolithic mannequin it departs from. A monolithic blockchain bundles all 4 capabilities 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: all the pieces lives in a single place, purposes 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 monumental 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 all the pieces, the chain can solely scale thus far earlier than both charges rise, congestion units in, or the {hardware} necessities develop so heavy that fewer contributors 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 unique layer or layers deal with settlement, consensus, and knowledge availability. The flagship instance is the rollup-centric design, the place light-weight execution chains referred to as rollups course of transactions off to the facet after which lean on a sturdy base layer for settlement and knowledge availability.
The profit is specialization: an execution layer might be tuned purely for quick, low cost transaction processing with out additionally bearing the complete weight of securing your entire 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 prime of a shared basis, multiplying capability in a approach a single monolithic chain can’t. 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
Crucial modular element to know is the rollup, as a result of rollups are how the modular imaginative and prescient truly will get used as we speak. A rollup is a separate chain that handles execution, processing transactions rapidly 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 best way 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: 1000’s 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 operating them.
Each obtain the identical purpose 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 out there, 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 out there could be asking the world to belief it blindly, which defeats the aim. That is precisely why knowledge availability, the obscure fourth operate, turns into the linchpin of your entire modular structure.
Information availability: the linchpin
Information availability deserves its personal part as a result of it’s the operate that modular design elevated from an afterthought to a centerpiece. When a rollup posts its batch of transactions, the essential requirement is that the complete 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 effectively 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 turn into dramatically cheaper.
This created demand for a brand new form of specialised chain whose complete job is knowledge availability: an information availability layer. Slightly than executing transactions or settling disputes, such a series exists purely to order knowledge and preserve it out there 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 referred to as knowledge availability sampling to scale. As an alternative of requiring each node to obtain a complete block to substantiate the information is there, light-weight nodes every randomly pattern a small variety of items of the block.
With sufficient unbiased samples, the community might be assured, to very excessive chance, that each one the information is genuinely out there, with out anybody having to obtain all of it. Mixed with methods that permit every utility fetch solely its personal slice of information, this lets an information availability layer serve many rollups without delay, 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 turn into actual, working infrastructure.
The main modular stacks
It helps to see how these items assemble into actual techniques, as a result of the modular world just isn’t one design however a couple of competing and complementary stacks. Probably the most influential is the rollup-centric roadmap of the main good contract platform, which intentionally reoriented itself round modularity. Slightly than attempting to scale by making its personal base layer course of all the pieces sooner, it selected to turn into primarily a settlement and knowledge availability basis, with the heavy execution pushed out to a thriving ecosystem of rollups constructed on prime.
A pivotal improve launched a devoted, cheaper area for rollups to publish their knowledge, usually referred to as blob area, 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 broaden 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 publish their knowledge to a goal constructed knowledge availability community as an alternative of, or along with, the bottom settlement layer, usually to get even decrease prices. There may be additionally a connection to a different modular concept coated elsewhere: shared safety by means of restaking, the place a pool of staked capital can be utilized to safe new companies, together with knowledge availability layers, letting them inherit robust financial safety on day one quite than bootstrapping their very own.
Collectively, these items type 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 venture can launch its personal rollup tuned for gaming or social purposes, 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 elements, is the sensible payoff of the modular thesis and a big a part of why it unfold so rapidly.
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 concept earlier than the commerce offs pile up. Consider a monolithic blockchain as a single restaurant that does all the pieces beneath one roof: it grows its personal elements, cooks each dish, seats the diners, and washes the dishes, all with the identical workers in the identical constructing. The benefit is seamless coordination, since all the pieces 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 without delay, and if you wish to serve way more folks, you both construct an infinite, costly kitchen that few can workers, 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 supplies the shared basis, the tables, the safety, the assure that the area stays open and orderly, whereas many specialised distributors deal with the cooking, every centered on one delicacies and tuned to serve its clients rapidly 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 supply 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 folks than the one restaurant, as a result of capability grows by including distributors as an alternative of straining one kitchen, which is strictly 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 mistaken with anybody vendor, and extra coordination required to maintain the shared area working. If you would like a dish that mixes elements from three totally different distributors, you need to carry your tray between them, which is clumsier than ordering all the pieces from one kitchen, simply as transferring belongings or composing an utility throughout separate rollups is extra awkward than working inside one built-in chain. And each vendor relies 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 one restaurant for much larger capability and specialization, accepting extra complexity and extra handoffs in return. That’s exactly the discount the modular blockchain makes, and seeing it as a meals court docket as an alternative of a single restaurant makes each the attraction and the associated fee intuitive.
What modularity buys you
Having laid out the structure, it’s value being exact in regards to the real benefits the modular method delivers, as a result of they clarify why it grew to become dominant. The headline profit is scalability. By separating execution from the bottom layer and letting many rollups run in parallel on prime of a shared basis, a modular system can course of vastly extra whole 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 value of operating 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 might be optimized far past what a generalist chain might obtain: an information availability layer might be ruthlessly environment friendly at protecting knowledge out there, an execution rollup might be tuned for a particular use case, and a settlement layer can prioritize safety and finality. This additionally offers builders flexibility and sovereignty: a group can launch a series tailor-made to its wants, selecting its personal execution atmosphere 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. Methods like knowledge availability sampling let light-weight nodes confirm {that a} community is behaving actually with out operating costly {hardware}, which suggests extra abnormal contributors might 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 in opposition to the monolithic simplicity it replaces. The primary value is complexity. A modular system has many transferring elements, 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 mistaken and extra seams that have to be secured. The second value is fragmentation. When exercise spreads throughout many separate rollups, liquidity and customers fragment too, and transferring belongings or composing purposes throughout totally different execution layers can turn into awkward, gradual, or dangerous, sacrificing a number of the seamless composability {that a} single monolithic chain provides, the place each utility can work together with each different immediately.
The third value is a subtler safety consideration. A rollup’s security relies on the layers beneath it, so if the information availability layer it depends on fails to maintain knowledge out there, or the settlement layer it trusts is compromised, the rollup inherits that weak spot. Modular techniques should subsequently purpose fastidiously 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 save cash is making an actual commerce off in security, even when it isn’t all the time apparent to customers.
Defenders of the monolithic method argue that tight integration delivers a less complicated, 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 will not be strictly higher or worse however signify 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 turn into the dominant structure for formidable 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.
Continuously 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 all the pieces. The 4 jobs are execution (operating 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 all the pieces. It’s easy and tightly built-in however hits a ceiling on scale, as a result of one chain doing all the pieces 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, sometimes 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 apply, they usually rely on their transaction knowledge being made out there 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 truly be printed and obtainable. If the information just isn’t out there, nobody can verify whether or not the foundations 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 value, since publishing knowledge is way of what a rollup pays for. This created specialised knowledge availability layers whose complete job is to maintain knowledge out there cheaply, utilizing methods like sampling so mild nodes can verify availability with out downloading all the pieces.
What’s Celestia and what does an information availability layer do?
A knowledge availability layer is a specialised chain whose solely job is to order transaction knowledge and preserve it out there 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 might be assured, to excessive chance, 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 transferring elements 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 transferring belongings or composing purposes throughout layers awkward, sacrificing a few of a monolithic chain’s seamless composability. And layered belief: a rollup’s security relies on the layers beneath it, so counting on a weaker knowledge availability or settlement layer to save cash introduces actual safety commerce offs. Monolithic defenders argue tight integration is easier and extra uniformly safe.
This text is academic data, not funding recommendation. Blockchain architectures, initiatives, and technical particulars evolve rapidly, and the descriptions right here mirror the state of the sphere as of June 25, 2026. Confirm present data from major sources earlier than counting on something described right here.





