For a few years, blockchain has been the one chain that does all of it. The modular idea divides it 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 your design requires and prices.
desk of contents
A modular blockchain is a blockchain that divides the core jobs that the community must carry out into separate specialised layers, quite than doing them on a single chain. To know why it's a significant concept, you might want to know the 4 jobs each blockchain has to deal with. Execution refers back to the execution of transactions and sensible contracts. Conciliation means establishing an end result and resolving a dispute. consensus. It means agreeing on the order of transactions. Information availability. Which means the transaction knowledge is definitely public and accessible for anybody to see.
Conventional blockchains, now known as monolithic, run all 4 on one chain. It's easy and tightly built-in, however there's a tough higher restrict to how a lot it may well scale as a result of there's solely a lot velocity you’ll be able to go earlier than one chain operating the whole lot turns into congested and costly. A modular strategy doesn’t bundle these jobs, however as an alternative makes totally different layers specialised for considered one of every job. That bundling is now the first approach to scale formidable blockchains. This information explains the 4 options, the variations between monolithic and modular designs, how rollups and knowledge availability layers match collectively, key examples, and the sensible tradeoffs concerned with the modular path.
That is essential as a result of scaling has been a defining problem for blockchain for a decade and is captured within the so-called trilemma. The trilemma is the remark {that a} single chain struggles to be scalable, safe, and decentralized on the identical time, and one normally must be sacrificed. Monolithic chains are likely to both improve scale on the expense of decentralization or keep decentralization on the expense of velocity.
Modular idea gives one other approach out of the trilemma. When a single chain doesn't must do the whole lot, every layer will be optimized for its personal job, and your entire system can attain scales that monolithic chains can't simply match, whereas sustaining the sturdy safety and decentralization that's essential.
By 2026, the paper had moved from idea to mainstream structure, with a specialised knowledge availability community serving a whole stack of dozens of execution chains and modular parts in manufacturing. Subsequently, understanding modular design is nearly the identical as understanding the place blockchain infrastructure as a complete is headed.
4 roles of blockchain
Every thing about modularity comes from understanding the 4 capabilities {that a} blockchain performs, so it's value understanding every in flip. Execution is the precise calculation. When exchanging tokens or executing sensible contracts, execution is the method of taking the transaction, making use of it, and updating the community state to mirror the brand new steadiness. That is the layer that customers work together with most straight and is computationally intensive because it has to course of all transactions. Reconciliation is a layer that gives finality and a house for dispute decision. It’s the place the result of a settlement is fastened and given authority, it’s the basis that different layers can deal with as the ultimate details about what occurred, and in some designs, it’s the place proof is verified or fraudulent claims are challenged.
Consensus is a mechanism by which community contributors agree on a single, ordered transaction historical past, the place everybody shares the identical view of what occurred and in what order, stopping double spending and sustaining ledger consistency. Information availability is one thing most individuals have by no means heard of, however it seems to be central to modular design. This ensures that the info behind each transaction is definitely public and retrievable, so anybody can obtain the info, confirm that the foundations are adopted, and rebuild the state if vital. If transaction knowledge isn’t accessible, nobody can confirm whether or not the community was fraudulent. Which means knowledge availability is a silent however important basis of belief. In a monolithic chain, all 4 of those jobs run concurrently in a single tightly coupled system. The modular perception is that you just don't must separate them, and you can run every far more effectively by separating them.
Monolithic and modular
The clearest approach to perceive modularity is to straight distinction it with the monolithic mannequin from which it began. A monolithic blockchain bundles all 4 capabilities right into a single built-in chain. Each full node executes all transactions, participates in consensus, shops all knowledge, and treats the chain itself as a settlement layer. The massive benefit of this design is its simplicity and tight integration. Every thing is in a single place, functions can work together seamlessly, and there are not any seams between the layers you handle.
The well-known high-performance chains that emphasize uncooked velocity are an instance of a monolithic strategy, requiring highly effective {hardware} within the nodes, permitting a single unified chain to deal with large throughput. The price of a monolithic design is the higher restrict it imposes. As a result of each node has to do the whole lot, the chain can solely scale till charges rise, congestion units in, or the {hardware} necessities change into so heavy that fewer contributors can run a node and decentralization suffers.
Modular blockchains cut up bundles in order that totally different layers deal with totally different jobs. A typical trendy configuration decouples execution from the remaining. A specialised execution layer executes transactions and sensible contracts, whereas one other layer handles settlement, consensus, and knowledge availability. A typical instance is a rollup-centric design, the place a light-weight execution chain known as a rollup processes transactions apart and depends on a sturdy base layer for settlement and knowledge availability.
The benefit is specialization. As a result of the execution layer borrows safety from the bottom layer under it, it may be tuned solely for quick and low cost transaction processing with out taking up full accountability for making certain the safety of your entire system. By including many execution layers on high of a shared basis, your entire system will be scaled, doubling capability in a approach that’s not potential with a single monolithic chain. Monolithic prioritizes integration and ease. Modular emphasizes specialization and scale, and that’s the core of the design selection.
Rollup: The execution layer of a modular world
An important modular part to know is rollups. As a result of rollups are how modular imaginative and prescient is definitely used at the moment. Rollups are one other chain that handles execution, processing transactions from the principle chain rapidly and cheaply, and posting a compressed file of what was executed again to the bottom layer for safety. The title comes from the best way it rolls up many transactions into one batch and sends that batch to the bottom chain. Subsequently, the bottom chain doesn’t need to course of every transaction individually and acts as the ultimate supply of fact. It is a mechanism that enables growth of modular programs. Rollups cheaply generate 1000’s of transactions and solely apply condensed summaries to the costly, extremely safe base layer.
There are two principal households of rollups, differentiated by how they persuade the bottom layer that batched transactions are legitimate. Optimistic rollup assumes transactions are sincere by default, and the bottom layer resolves disputes, permitting a interval throughout which anybody can contest fraudulent batches by offering proof of fraud. Zero-knowledge rollup as an alternative generates a proof of cryptographic validity for every batch, mathematically indicating that the transaction was processed accurately, and the bottom layer validates the transaction with out re-executing it.
Each obtain the identical objective of inheriting base layer safety whereas operating elsewhere. Additionally, each are crucially depending on one factor. Which means the info behind the transaction should be accessible in order that anybody can validate the rollup's claims or reconstruct its state. A rollup that solely gives a abstract with out disclosing the underlying knowledge defeats the aim of asking the world to blindly belief it. That is exactly why knowledge availability, the nebulous fourth characteristic, is central to your entire modular structure.
Information availability: Required
Information availability deserves its personal part as a result of the modular design elevates it from an afterthought to a core characteristic. When a rollup posts a batch of transactions, a key requirement is that the whole transaction knowledge be printed someplace accessible in order that anybody can verify whether or not the rollup labored accurately, problem it if it didn't, and rebuild the state if the rollup operator disappears.
Information publishing is a significant a part of the price of rollups, so the place and the way cheaply knowledge is printed proves to be one of many largest drivers of a modular system's efficiency. If the bottom layer incurs a value to reveal knowledge, rollups additionally incur a value. If layers value much less, rollups change into dramatically cheaper.
This has created a requirement for a brand new sort of specialised chain, the info availability layer, whose complete function is knowledge availability. Such chains exist to not carry out transactions or resolve disputes, however purely to order knowledge and make it accessible cheaply and reliably to rollups that rely on it. A pioneering instance is a community constructed particularly as a modular knowledge availability layer. It makes use of a classy method known as knowledge availability sampling to scale. As a substitute of requiring all nodes to obtain your entire block to make sure that the info is current, every light-weight node randomly samples a small portion of the block.
With sufficient impartial samples, the community will be assured with a really excessive chance that every one the info is actually accessible, with out anybody having to obtain the whole lot. Mixed with methods that permit every utility to get solely its personal slice of information, this permits the info availability layer to serve many rollups without delay, cheaply and at scale. By 2026, such layers will present knowledge availability for dozens of rollups. It is a concrete signal that separating knowledge availability on a modular foundation into its personal specialised community has change into a working infrastructure.
Predominant modular stack
As a result of the modular world isn’t one design, however a number of competing and complementary stacks, it helps to see how these components are assembled into an actual system. Essentially the most impactful is the rollup-centric roadmap of the key sensible contract platforms, with a deliberate pivot round modularity. Quite than attempting to scale by processing the whole lot sooner in our personal base layer, we selected to primarily be the inspiration for funds and knowledge availability, and pushed out a ton of execution to a thriving ecosystem of rollups constructed on high of it.
A pivotal improve launched a devoted, cheap house (sometimes called a blob house) for rollups to submit knowledge. This decreased knowledge availability prices and related rollup charges charged to customers, lowering many transactions to a fraction of a cent. Additional upgrades are meant to dramatically develop its knowledge capability over time. The result’s a layered system. A safe base layer for funds and knowledge, and a lot of rollups targeted on execution that cheaply handles day-to-day actions on high.
Along with this, there are specialised knowledge availability layer approaches, the place rollups typically select to submit knowledge to a purpose-built knowledge availability community as an alternative of, or along with, the bottom fee layer to additional cut back prices. There may be additionally a connection to a different modular concept described elsewhere. Shared safety by way of re-staking. It makes use of a pool of staked capital to safe new companies, together with an information availability layer, permitting you to inherit sturdy monetary safety from day one quite than bootstrapping your personal.
Collectively, these parts type a menu of modular parts, fee layers, knowledge availability layers, execution rollups, and shared safety suppliers that groups can mix to assemble customized chains. Initiatives can launch their very own rollups tailor-made for gaming and social functions, specify the most affordable knowledge availability layer, and choose a trusted base layer with out having to construct validator units or an entire monolithic chain from scratch. Infrastructure composability, the flexibility to assemble chains from specialised components, is a sensible advantage of modular idea and is a big a part of why it has change into so widespread.
Instance: restaurant and meals courtroom
Since there are such a lot of components to a modular stack, an analogy might help floor the entire concept earlier than the trade-offs add up. Consider a monolithic blockchain as a single restaurant that does the whole lot below one roof. We develop our personal elements, put together all of the meals, serve the meals, and wash the dishes, all in the identical constructing and with the identical workers. Seamless coordination is a bonus as a result of the whole lot is completed in a single place and nothing must be carried over. The restrict is processing energy. A kitchen can solely cook dinner a restricted variety of dishes without delay, and if you wish to serve extra folks, you both construct an enormous, costly kitchen with few folks to workers it, otherwise you settle for lengthy wait occasions and excessive costs when demand spikes. A single integration chain faces the identical ceiling as a result of each node has to run each job.
Think about a meals courtroom as an alternative. The constructing provides shared infrastructure, tables, safety, and the assure that the house stays open and orderly, with a lot of specialised distributors dealing with the cooking, every targeted on one dish and tailor-made to serve prospects rapidly and inexpensively. On this diagram, the shared constructing is the bottom layer that gives funds and knowledge availability, and the person distributors are the rollups that deal with execution.
No single vendor wants to supply its personal safety or construct its personal services. All of us inherited from that constructing, so we will purely give attention to getting the meals out quick. Meals courts can serve much more folks than a single restaurant as a result of capability will increase by including distributors quite than taxing one kitchen. That is precisely how modular programs scale by including layers of execution on high of a shared basis.
On this analogy, prices are additionally truthfully captured. A meals courtroom is extra complicated than a single restaurant. There are extra impartial operators, one vendor will be problematic, and shared areas require extra coordination to maintain functioning. In order for you a dish that mixes elements from three totally different distributors, you’ll have to carry trays between distributors. That is extra trouble than ordering the whole lot in a single kitchen. Equally, shifting property and configuring functions between separate rollups is extra cumbersome than working inside one unified chain. And all of the distributors rely on the constructing. If the shared infrastructure fails to maintain the lights on and the doorways open, all distributors will endure, simply as rollups inherit weaknesses within the knowledge availability and funds layers under.
Meals courts commerce the seamless simplicity of a single restaurant for a lot better capability and specialization, and in return they settle for extra complexity and extra handoffs. That's precisely the discount that modular blockchain creates, and by it as a meals courtroom quite than a single restaurant, you’ll be able to intuit each the attraction and the fee.
What you get with modularity
Having defined the structure, it's value understanding precisely what the true advantages of a modular strategy are. It explains why modular approaches have change into mainstream. The largest benefit is scalability. By decoupling execution from the bottom layer and permitting many rollups to run in parallel on a shared basis, modular programs can deal with far more complete exercise than a single monolithic chain. It’s because capability is added by stacking execution tiers quite than loading one chain. That is compounded by a reasonable knowledge availability layer that reduces the core value of performing rollups. This is the reason trendy rollup transaction charges are right down to just some cents for a easy switch.
The second benefit is professionalism and adaptability. As a result of every layer focuses on one job, it may be optimized far past what a generalist chain can obtain. The info availability layer is radically environment friendly at conserving knowledge accessible, the execution rollup will be tailor-made to particular use instances, and the fee layer can prioritize safety and finality. This additionally provides flexibility and sovereignty to the builder. Quite than recreating established layers, groups can select their very own execution surroundings and guidelines to launch chains tailor-made to their wants, whereas inheriting safety and knowledge availability.
The third profit is improved decentralization on the verification stage. Strategies comparable to knowledge availability sampling permit light-weight nodes to confirm that the community is working truthfully with out operating costly {hardware}. This implies extra widespread contributors might help maintain the system sincere, countering the tendency for high-performance monolithic chains to pay attention energy within the arms of those that can afford highly effective machines. Scalability, specialization, and verifiable decentralization are the true prizes that modular designs compete for, they usually pursue them by refusing to have your entire load on a single chain.
Commerce-offs and criticism
No structure is free, and any sincere dialogue of modularity requires weighing its precise value towards the monolithic simplicity it replaces. The primary value is complexity. Modular programs have many shifting components, execution in a single layer, knowledge in one other, fee in a 3rd, bridges and proofs that join them, and that complexity creates a bigger floor space for bugs, misconfigurations, and failures than a single built-in chain. Extra layers means extra potential for issues and extra seams to safe. The second value is fragmentation. When actions are unfold throughout many separate rollups, fluidity and customers are additionally fragmented, making shifting property and configuring functions between totally different execution layers cumbersome, gradual, or probably dangerous, sacrificing a few of the seamless configuration capabilities {that a} single monolithic chain gives, permitting any utility to work together with another utility immediately.
The third value is a extra delicate safety consideration. A rollup's security is determined by the layers under it, so if the info availability layer it depends on fails to keep up knowledge availability, or the fee layer it depends on is compromised, the rollup inherits its weaknesses. Subsequently, modular programs should cause rigorously concerning the reliability assumptions of all of the layers they depend on, and chains that use much less safe knowledge availability layers to avoid wasting value are creating substantial trade-offs with safety, even when they aren’t all the time apparent to customers.
Advocates of the monolithic strategy argue that tight integration gives an easier, extra configurable, and extra uniformly safe system, and that high-performance monolithic chains have proven {that a} single chain can scale additional than the modular camp as soon as envisioned. The sincere conclusion is that monolithic and modular usually are not strictly higher or worse, however characterize totally different bets. Monolithic is a wager that integration and uncooked single-chain efficiency will win, modular is a wager that specialization and stacking will win. By 2026, it's clear that modular betting has change into the dominant structure for formidable new infrastructures, however the trade-offs of complexity, fragmentation, and layered belief are actual, and the controversy over which strategy will in the end prevail is way from settled.
FAQ
What’s modular blockchain in easy phrases?
Modular blockchains cut up the core jobs that the community must carry out into separate specialised layers, quite than one chain doing the whole lot. The 4 jobs are execution (executing transactions and sensible contracts), settlement (finalizing outcomes and resolving disputes), consensus (agreeing to order transactions), and knowledge availability (making transaction knowledge public and visual to everybody). Conventional monolithic chains run all 4 on their very own, which limits how a lot they’ll scale. The modular design permits every layer to specialise in one job, permitting the general system to additional scale whereas sustaining safety.
What’s the distinction between monolithic blockchain and modular blockchain?
Monolithic blockchains deal with execution, settlement, consensus, and knowledge availability all on one unified chain, with each node doing the whole lot. It's easy and tightly built-in, however you'll hit a scale ceiling as a result of you’ll be able to solely get sooner with one chain operating the whole lot earlier than costs go up or {hardware} calls for shrink the node set. Modular blockchains separate these jobs between layers, usually pushing execution to a rollup whereas the bottom layer handles funds and knowledge availability. This trades some simplicity and composability for a lot better extensibility and specialization.
What’s a rollup and the way is it integrated?
A rollup is a separate execution chain that cheaply processes transactions from the principle chain and posts compressed batches again to a safe base layer to make sure settlement and knowledge availability. As a result of it rolls up many transactions into one batch, the bottom layer acts as a supply of fact quite than processing every one individually. Optimistic rollups assume validity and permit for fraud challenges. Zero data rollups present proof of cryptographic validity. Rollups are a approach to actually prolong modular imaginative and prescient and depend on transactional knowledge being made accessible for anybody to look at.
Why is knowledge availability so essential?
As a result of validating a rollup or chain requires that the info behind that transaction is definitely publicly accessible and retrievable. If knowledge is unavailable, nobody can verify whether or not the foundations are adopted, problem wrongdoing, or rebuild the state if an operator disappears. Publishing knowledge accounts for a lot of the price of rollups, so the place and the way cheaply to publish knowledge is likely one of the largest drivers of the price of a modular system. This has created a specialised knowledge availability layer whose complete job is to make knowledge accessible cheaply, utilizing methods comparable to sampling in order that mild nodes can verify availability with out having to obtain the whole lot.
What’s Celestia? What does the info availability layer do?
The info availability layer is a specialised chain that doesn’t execute transactions or resolve disputes, however solely orders transactional knowledge and makes it accessible cheaply and reliably to the rollups that rely on it. This pioneering instance was constructed particularly for this function and makes use of knowledge availability sampling. Every light-weight node randomly checks a small portion of the block, so the community will be assured that every one the info is current with a excessive chance, even when nobody downloads your entire block. By 2026, such layers will present knowledge availability to dozens of rollups.
What are the disadvantages of modular blockchain?
There are three principal ones. Complexity: There are lots of shifting components between layers, plus the bridges and proofs that join them, creating extra floor space for bugs and failures than a single integration chain. Fragmentation: Spreading actions throughout many rollups splits fluidity and customers, makes it tough to maneuver property between layers and configure functions, and may sacrifice a few of the seamless composability of a monolithic chain. And layered belief: The safety of a rollup is determined by the layers under it, so counting on a weak knowledge availability layer or fee layer to economize creates actual safety tradeoffs. Monolithic advocates argue that tighter integration is less complicated and uniformly safer.
This text is instructional data and doesn’t represent funding recommendation. Blockchain architectures, initiatives, and technical particulars are quickly evolving, and the dialogue right here displays the cutting-edge as of June 25, 2026. Please verify the most recent data from main sources earlier than counting on something mentioned right here.

