By using this site, you agree to the Privacy Policy and Terms of Use.
Accept
Notification
yourcryptonewstoday yourcryptonewstoday
  • Home
  • News
    • Crypto Bubbles
    • Regulations
    • Metaverse
  • MarketCap
  • Altcoins
    • Solana
  • Crypto
    • Bitcoin
    • Ethereum
    • Cardano
  • Blockchain
  • Market
    • Nft
  • Mining
  • Exchange
  • Analysis
    • Evaluation
    • Multi Currency
Reading: What is a modular blockchain? Rollups, data availability, and the new stack
Share
bitcoin
Bitcoin (BTC) $ 59,189.00
ethereum
Ethereum (ETH) $ 1,560.68
tether
Tether (USDT) $ 0.998618
bnb
BNB (BNB) $ 553.58
usd-coin
USDC (USDC) $ 0.99971
xrp
XRP (XRP) $ 1.03
binance-usd
BUSD (BUSD) $ 0.988574
dogecoin
Dogecoin (DOGE) $ 0.073526
cardano
Cardano (ADA) $ 0.142414
solana
Solana (SOL) $ 65.93
polkadot
Polkadot (DOT) $ 0.850277
tron
TRON (TRX) $ 0.323408
Your Crypto News TodayYour Crypto News Today
  • Home
  • News
  • MarketCap
  • Altcoins
  • Crypto
  • Blockchain
  • Market
  • Mining
  • Exchange
  • Analysis
Search
  • Home
  • News
    • Crypto Bubbles
    • Regulations
    • Metaverse
  • MarketCap
  • Altcoins
    • Solana
  • Crypto
    • Bitcoin
    • Ethereum
    • Cardano
  • Blockchain
  • Market
    • Nft
  • Mining
  • Exchange
  • Analysis
    • Evaluation
    • Multi Currency
© 2024 All Rights reserved | Protected by Your Cryptonews Today
Your Crypto News Today > News > Crypto > Blockchain > What is a modular blockchain? Rollups, data availability, and the new stack
Blockchain

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

June 25, 2026 31 Min Read
Share
image

Table of Contents

Toggle
  • The 4 jobs of a blockchain
  • Monolithic versus modular
  • Rollups: the execution layer of the modular world
  • Information availability: the linchpin
  • The main modular stacks
  • An analogy: the restaurant and the meals court docket
  • What modularity buys you
  • The trade-offs and criticisms
  • Often Requested Questions
    • What’s a modular blockchain in easy phrases?
    • What’s the distinction between monolithic and modular blockchains?
    • What’s a rollup and the way does it slot in?
    • Why is information availability so essential?
    • What’s Celestia and what does a knowledge availability layer do?
    • What are the downsides of modular blockchains?

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 information availability. This information explains the brand new stack, why rollups want a knowledge layer, and what the design buys and prices.

Desk of Contents

  • The 4 jobs of a blockchain
  • Monolithic versus modular
  • Rollups: the execution layer of the modular world
  • Information availability: the linchpin
  • The main modular stacks
  • An analogy: the restaurant and the meals court docket
  • What modularity buys you
  • The trade-offs and criticisms
  • Often Requested Questions

A modular blockchain is a blockchain that splits the core jobs a community should carry out throughout separate, specialised layers, as a substitute of getting a single chain do all of them directly. To see why that may be a significant concept, it’s important 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 information availability, which suggests ensuring the transaction information 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 will possibly 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 completely different layers every concentrate on one among them, and that unbundling has change into the dominant method bold blockchains now scale. This information explains the 4 features, the distinction between monolithic and modular designs, how rollups and information availability layers match collectively, the main examples, and the actual 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 likely to push onerous on scale at some price to decentralization, or protect decentralization at the price of pace.

The modular thesis gives a unique 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 an entire 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 information availability networks serving dozens of execution chains and an entire stack of modular parts in manufacturing. Understanding the modular design is subsequently near understanding the place blockchain infrastructure as an entire is heading.

The 4 jobs of a blockchain

The whole lot about modularity follows from understanding the 4 features a blockchain performs, so it’s price taking every in flip. Execution is the precise computation: whenever you swap tokens or run a wise contract, execution is the method of taking your transaction, making use of it, and updating the community’s state to replicate the brand new balances. It’s the layer customers work together with most straight, 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 members 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 have been adopted, and reconstruct the state if wanted. If transaction information shouldn’t be accessible, nobody can confirm whether or not the community cheated, which suggests information availability is a quiet however important basis of belief. In a monolithic chain, all 4 of those jobs occur collectively in a single tightly certain system. The modular perception is that they don’t have to, and that pulling them aside lets every be achieved much better.

Monolithic versus modular

The cleanest option to grasp modularity is to distinction it straight 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, purposes can work together seamlessly, and there are not any seams between layers to handle.

A well-known excessive efficiency chain that prizes uncooked pace 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 thus far earlier than both charges rise, congestion units in, or the {hardware} necessities develop so heavy that fewer members can run a node, which erodes decentralization.

A modular blockchain breaks the bundle aside in order that completely different layers deal with completely different jobs. A typical trendy association separates execution from the remaining: specialised execution layers run the transactions and good contracts, whereas a unique layer or layers deal with settlement, consensus, and information 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 aspect after which lean on a strong base layer for settlement and information availability.

The profit is specialization: an execution layer could be tuned purely for quick, low cost transaction processing with out additionally bearing the total weight of securing your entire system, as a result of it borrows safety from the bottom layer beneath it. The system as an entire can then scale by including many execution layers on prime of a shared basis, multiplying capability in a method 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 part to grasp is the rollup, as a result of rollups are how the modular imaginative and prescient really will get used right now. A rollup is a separate chain that handles execution, processing transactions shortly and cheaply off the primary chain, after which posts a compressed report of what it did again right down to a base layer for safety. The identify 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: 1000’s of transactions occur cheaply on the rollup, and solely a condensed abstract touches the costly, extremely safe base layer.

There are two major 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 a substitute generate a cryptographic validity proof for every batch, mathematically displaying the transactions have been processed accurately, which the bottom layer verifies with out re operating them.

Each obtain the identical aim of inheriting the bottom layer’s safety whereas doing execution elsewhere, and each rely critically on one factor: the information behind their transactions should 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 information accessible can be asking the world to belief it blindly, which defeats the aim. That is precisely why information availability, the obscure fourth perform, 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 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 information 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 information 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 information is a significant a part of what a rollup pays for. If the bottom layer makes information publication costly, rollups are costly; if a layer makes it low cost, rollups change into dramatically cheaper.

This created demand for a brand new form of specialised chain whose complete job is information availability: a knowledge availability layer. Slightly than executing transactions or settling disputes, such a sequence exists purely to order information 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 information availability layer, which makes use of a chic method referred to as information 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 could 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 allow every utility fetch solely its personal slice of knowledge, this lets a knowledge availability layer serve many rollups directly, cheaply and at scale. By 2026, such a layer was offering information availability for dozens of rollups, a concrete signal that the modular separation of knowledge 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 techniques, as a result of the modular world shouldn’t be one design however a number 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. Slightly 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 information availability basis, with the heavy execution pushed out to a thriving ecosystem of rollups constructed on prime.

A pivotal improve launched a devoted, cheaper house for rollups to put up their information, usually referred to as blob house, which slashed the price of information availability and, with it, the charges rollups cost customers, bringing many transactions right down to a fraction of a cent. Additional upgrades intention to broaden that information capability dramatically over time. The result’s a layered system: a safe base layer for settlement and information, and lots of execution targeted rollups dealing with the day-to-day exercise cheaply above it.

Alongside this sits the specialised information availability layer method, the place rollups select to put up their information to a function constructed information availability community as a substitute of, or along with, the bottom settlement layer, usually to get even decrease prices. There’s additionally a connection to a different modular concept coated elsewhere: shared safety by way of restaking, the place a pool of staked capital can be utilized to safe new companies, together with information 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, information availability layers, execution rollups, and shared safety suppliers that groups can combine and match to assemble a customized chain. A mission can launch its personal rollup tuned for gaming or social purposes, level it at whichever information availability layer is least expensive, 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 flexibility to assemble a sequence 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 concept 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 unlimited, 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 a substitute. The constructing offers 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 targeted 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 information 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 individuals than the one restaurant, as a result of capability grows by including distributors as a substitute 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 fallacious with anybody vendor, and extra coordination required to maintain the shared house working. If you’d like a dish that mixes substances from three completely different distributors, it’s important to carry your tray between them, which is clumsier than ordering every little thing 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 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 one restaurant for much higher 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 a substitute of a single restaurant makes each the enchantment and the associated fee intuitive.

What modularity buys you

Having laid out the structure, it’s price being exact concerning 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 prime 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 a substitute of straining one chain. A budget information availability layers compound this by driving down the dominant price 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 adaptability. As a result of every layer focuses on one job, every could be optimized far past what a generalist chain might obtain: a knowledge availability layer could be ruthlessly environment friendly at protecting information accessible, an execution rollup could be tuned for a particular use case, and a settlement layer can prioritize safety and finality. This additionally provides builders flexibility and sovereignty: a crew can launch a sequence tailor-made to its wants, selecting its personal execution atmosphere and guidelines, whereas nonetheless inheriting safety and information availability from established layers as a substitute of recreating them.

The third profit is improved decentralization on the verification stage. Methods like information availability sampling let light-weight nodes confirm {that a} community is behaving actually with out operating costly {hardware}, which suggests extra peculiar members will 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 actual 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 price is complexity. A modular system has many transferring components, execution on one layer, information 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 fallacious and extra seams that should be secured. The second price is fragmentation. When exercise spreads throughout many separate rollups, liquidity and customers fragment too, and transferring belongings or composing purposes throughout completely different execution layers can change into awkward, sluggish, or dangerous, sacrificing a few of the seamless composability {that a} single monolithic chain gives, the place each utility 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 information accessible, or the settlement layer it trusts is compromised, the rollup inherits that weak point. Modular techniques should subsequently motive fastidiously concerning the belief assumptions of each layer they rely on, and a sequence that makes use of a much less safe information availability layer to economize 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 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 usually are not strictly higher or worse however signify completely different bets: monolithic wagers that integration and uncooked single chain efficiency win, whereas modular wagers that specialization and stacking win. By 2026 the modular wager 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 finally prevails is way 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 a substitute of 1 chain doing every little thing. The 4 jobs are execution (operating transactions and good contracts), settlement (finalizing outcomes and resolving disputes), consensus (agreeing on transaction order), and information availability (ensuring transaction information is printed so anybody can verify it). A standard, monolithic chain does all 4 itself, which limits how far it will possibly scale. A modular design lets every layer concentrate on one job, so the system as an entire 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 information 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 information availability. This trades some simplicity and composability for a lot higher 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 primary chain, then posts a compressed batch again to a safe base layer for settlement and information 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 information being made accessible so anybody can confirm them.

Why is information 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 shouldn’t be accessible, nobody can verify whether or not the principles have been adopted, problem fraud, or reconstruct the state if an operator vanishes. The place and the way cheaply that information is printed is likely one of the greatest components in a modular system’s price, since publishing information is far of what a rollup pays for. This created specialised information availability layers whose complete job is to maintain information accessible cheaply, utilizing methods like sampling so gentle nodes can verify 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 information and preserve it accessible cheaply and reliably for the rollups that depend on it, as a substitute of executing transactions or settling disputes. The pioneering instance was constructed particularly for this function and makes use of information availability sampling, the place light-weight nodes every randomly verify small items of a block so the community could 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 information availability for dozens of rollups.

What are the downsides of modular blockchains?

Three major ones. Complexity: many transferring 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 might 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 will depend on the layers beneath it, so counting on a weaker information availability or settlement layer to economize introduces actual safety commerce offs. Monolithic defenders argue tight integration is easier and extra uniformly safe.

This text is academic info, not funding recommendation. Blockchain architectures, tasks, and technical particulars evolve shortly, and the descriptions right here replicate the state of the sector as of June 25, 2026. Confirm present info from main sources earlier than counting on something described right here.

You Might Also Like

What are nodes in blockchain? A guide

Ozean and Nexade Partner to Transform SME Financing with Blockchain Technology

Stripe to build new L1 payments blockchain in partnership with Paradigm: Fortune

Boosting Real-Time, Blockchain-Verified Connectivity Data

If Ethereum is going to die in ten years, how long will Cardano survive?

TAGGED:BlockchainBlockchain News
Share This Article
Facebook Twitter Copy Link
Leave a comment Leave a comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Popular News

image
Transaction Volume Skyrockets — AVAX C-Chain Sees 6X Increase
AvaCloud Ushers in New Era of Blockchain Privacy with Acquisition of EtraPay and Launch of Privacy Suite
AvaCloud Ushers in New Era of Blockchain Privacy with Acquisition of EtraPay and Launch of Privacy Suite
TRON's Justin Sun Debunks Binance Listing Rumors
TRON’s Justin Sun Debunks Binance Listing Rumors
Universal Health Token Debuts ‘PILLARS OF HEALTH’ NFT Collection
Universal Health Token Debuts ‘PILLARS OF HEALTH’ NFT Collection
Paragon Launches Flagship Loot-Box NFTs, Sell Out in Seconds
Paragon Launches Flagship Loot-Box NFTs, Sell Out in Seconds
Are NFTs Making a Return to Auction Houses?
Are NFTs Making a Return to Auction Houses?

You Might Also Like

image
Blockchain

Citigroup to bring private company shares onto blockchain as SpaceX and Anthropic IPOs loom

June 11, 2026
image
Blockchain

ChainAware.ai and Snowball Labs Unite for Wallet-Aware Identity in Modular Blockchains

August 24, 2025
Ripple and Ireland’s Trinity College team up to tackle blockchain challenges
Blockchain

Ripple and Ireland’s Trinity College team up to tackle blockchain challenges

January 21, 2025
France sets 2030 as the limit to shield its public data from the quantum threat
News

France sets 2030 as the limit to shield its public data from the quantum threat

April 11, 2026
yourcryptonewstoday yourcryptonewstoday
yourcryptonewstoday yourcryptonewstoday

"In the fast-paced world of digital finance, staying informed is essential, and we’re here to help you navigate the evolving landscape of crypto currencies, blockchain, & digital assets."

Editor Choice

Ether Reclaims $3K in Surprise Upward Move, Sellers are Weakening
Pakistan’s bold leap into Bitcoin mining to harness surplus energy
MicroStrategy accumulates 400,000 bitcoin and now controls 2% of the total supply

Subscribe

* indicates required
/* real people should not fill this in and expect good things - do not remove this or risk form bot signups */

Intuit Mailchimp

Follow Us on Socials

We use social media to react to breaking news, update supporters and share information

Twitter Linkedin Facebook
  • About Us
  • Contact Us
  • Disclaimer
  • Terms of Service
  • Privacy Policy
Reading: What is a modular blockchain? Rollups, data availability, and the new stack
Share
Follow US
© 2025 All Rights reserved | Protected by Your Crypto News Today
Welcome Back!

Sign in to your account

Lost your password?