Notification
Mycryptopot
  • Home
  • News
  • Crypto
    • Altcoins
    • Bitcoin
    • Blockchain
    • Cardano
    • Ethereum
    • Nft
    • Solana
    • XRP
    • Tron
  • MarketCap
  • Market
  • Forex
  • Mining
  • Metaverse
  • Exchange
  • Regulations
  • Analysis
    • Crypto Bubbles
    • Multi Currency
    • Evaluation
Reading: What is a modular blockchain? Rollups, data availability, and the new stack
Share
bitcoin
Bitcoin (BTC) $ 60,350.00
ethereum
Ethereum (ETH) $ 1,582.41
tether
Tether (USDT) $ 0.998581
bnb
BNB (BNB) $ 563.67
usd-coin
USDC (USDC) $ 0.999822
xrp
XRP (XRP) $ 1.06
binance-usd
BUSD (BUSD) $ 0.998669
dogecoin
Dogecoin (DOGE) $ 0.075233
cardano
Cardano (ADA) $ 0.147215
solana
Solana (SOL) $ 71.94
polkadot
Polkadot (DOT) $ 0.842289
tron
TRON (TRX) $ 0.320594
MycryptopotMycryptopot
Search
  • Home
  • News
  • Crypto
    • Altcoins
    • Bitcoin
    • Blockchain
    • Cardano
    • Ethereum
    • Nft
    • Solana
    • XRP
    • Tron
  • MarketCap
  • Market
  • Forex
  • Mining
  • Metaverse
  • Exchange
  • Regulations
  • Analysis
    • Crypto Bubbles
    • Multi Currency
    • Evaluation
© 2024 All Rights reserved | Powered by Crypto My Crypto Pot
Mycryptopot > 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 28, 2026 31 Min Read
Share
image
mycryptopot

For years, a blockchain was one chain doing every 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.

Desk of Contents

mycryptopot
  • The 4 jobs of a blockchain
  • Monolithic versus modular
  • Rollups: the execution layer of the modular world
  • Knowledge availability: the linchpin
  • The main modular stacks
  • An analogy: the restaurant and the meals courtroom
  • 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 an alternative of getting a single chain do all of them directly. To see why that may be a significant thought, 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 revealed so anybody can verify it.

A standard blockchain, now referred to as monolithic, does all 4 itself, on one chain, which is straightforward 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 thing can solely go so quick earlier than it turns into congested or costly. The modular strategy unbundles these jobs, letting completely different layers every focus on one in every of them, and that unbundling has turn into the dominant means 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 actual trade-offs the modular path includes.

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 likely to push onerous on scale at some price to decentralization, or protect decentralization at the price of pace.

The modular thesis presents a unique escape from the trilemma: if no single chain has to do every 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.

mycryptopot

By 2026 this thesis moved from principle to the dominant structure, with specialised knowledge availability networks serving dozens of execution chains and a complete stack of modular elements in manufacturing. Understanding the modular design is due to this fact near understanding the place blockchain infrastructure as a complete is heading.

The 4 jobs of a blockchain

Every little 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: once 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 immediately, 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. Knowledge 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 info behind each transaction is definitely revealed and obtainable, in order that anybody can obtain it, verify that the foundations have 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 certain system. The modular perception is that they don’t have to, and that pulling them aside lets every be carried out much better.

Monolithic versus modular

The cleanest solution to grasp modularity is to distinction it immediately 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 info, and treats the chain itself because the settlement layer. The good advantage of this design is simplicity and tight integration: every 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 pace exemplifies the monolithic strategy, 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 every 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 completely different layers deal with completely 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 strong 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 complete weight of securing the whole 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 means 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 part to grasp 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 all the way 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 reality. 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 principal households of rollup, distinguished by how they persuade the bottom layer that their batched transactions are legitimate. Optimistic rollups assume the transactions are sincere 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 data rollups as an alternative generate a cryptographic validity proof for every batch, mathematically exhibiting the transactions have been processed appropriately, 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 info 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 knowledge accessible can 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 the whole modular structure.

Knowledge availability: the linchpin

Knowledge 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 revealed 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 revealed, and the way cheaply, seems to be one of many largest elements in how properly a modular system performs, as a result of publishing knowledge is a serious 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 sort of specialised chain whose whole job is knowledge availability: a knowledge availability layer. Moderately than executing transactions or settling disputes, such a sequence exists purely to order knowledge and hold 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 sublime method referred to as knowledge availability sampling to scale. As an alternative of requiring each node to obtain a whole block to substantiate the info 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 chance, that each one the info 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 knowledge availability for dozens of rollups, a concrete signal that the modular separation of knowledge 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 isn’t one design however just a few 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. Moderately than making an attempt to scale by making its personal base layer course of every thing quicker, 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 house for rollups to put up their knowledge, typically referred to as blob house, which slashed the price of knowledge availability and, with it, the charges rollups cost customers, bringing many transactions all the way 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 targeted rollups dealing with the day-to-day exercise cheaply above it.

Alongside this sits the specialised knowledge availability layer strategy, 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’s additionally a connection to a different modular thought lined elsewhere: shared safety via 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 fairly than bootstrapping their very own.

Collectively, these items kind a menu of modular elements, settlement layers, knowledge availability layers, execution rollups, and shared safety suppliers that groups can combine and match to assemble a customized chain. A undertaking 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 flexibility to assemble a sequence 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 courtroom

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 thing below one roof: it grows its personal substances, 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 every thing occurs in a single place and nothing needs to be handed off. The limitation is capability: that one kitchen can solely prepare dinner so many meals directly, and if you wish to serve much more folks, you both construct an unlimited, 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 courtroom as an alternative. The constructing supplies 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 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 courtroom can serve vastly extra folks than the only 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 courtroom is extra complicated than a single restaurant: there are extra unbiased operators, extra issues that may go incorrect 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, you need to carry your tray between them, which is clumsier than ordering every 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 is dependent upon 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 info availability and settlement layers beneath it.

The meals courtroom trades the seamless simplicity of the only 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 courtroom as an alternative of a single restaurant makes each the attraction and the price intuitive.

What modularity buys you

Having laid out the structure, it’s price being exact concerning the real benefits the modular strategy 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 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 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 maintaining knowledge accessible, an execution rollup will 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 sequence 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 peculiar individuals may also help hold the system sincere, 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 sincere 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 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 incorrect 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 functions throughout completely different execution layers can turn into awkward, gradual, or dangerous, sacrificing a number of the seamless composability {that a} single monolithic chain presents, the place each utility can work together with each different immediately.

The third price is a subtler safety consideration. A rollup’s security is dependent upon the layers beneath it, so if the info availability layer it depends on fails to maintain knowledge accessible, or the settlement layer it trusts is compromised, the rollup inherits that weak point. Modular techniques should due to this fact purpose fastidiously concerning the belief assumptions of each layer they rely on, and a sequence 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 strategy 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 sincere 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 guess had clearly turn 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 strategy 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 an alternative of 1 chain doing every thing. 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 revealed 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 focus on 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 thing. It’s easy and tightly built-in however hits a ceiling on scale, as a result of one chain doing every 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 reality. Optimistic rollups assume validity and permit fraud challenges; zero data rollups submit cryptographic validity proofs. Rollups are how the modular imaginative and prescient scales in apply, and so they 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 info behind its transactions truly be revealed and obtainable. If the info isn’t accessible, nobody can verify whether or not the foundations have been adopted, problem fraud, or reconstruct the state if an operator vanishes. The place and the way cheaply that knowledge is revealed is without doubt one of the largest elements in a modular system’s price, since publishing knowledge is far of what a rollup pays for. This created specialised knowledge availability layers whose whole job is to maintain knowledge accessible cheaply, utilizing methods like sampling so gentle nodes can verify availability with out downloading every 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 hold 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 chance, that each one the info 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 principal 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 might make transferring belongings or composing functions throughout layers awkward, sacrificing a few of a monolithic chain’s seamless composability. And layered belief: a rollup’s security is dependent upon 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 easier and extra uniformly safe.

This text is instructional info, not funding recommendation. Blockchain architectures, initiatives, and technical particulars evolve rapidly, 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.

mycryptopot

You Might Also Like

Autonomys Taps GG3’s AI Layer to Transform AI & Web3 Communities

Midnight Redefines Blockchain Privacy With Zero-Knowledge and Rational Design

Tether’s Wallet Development Kit reaches 100K self-custodial wallets as developer site goes live

What Are Tokenized Real-World Assets? Putting Physical Value On-Chain With RWAs

Liberland fires tech sec for seizing blockchain and blocking president’s vote

TAGGED:BlockchainBlockchain News
Share This Article
Facebook Twitter Copy Link
Previous Article image Top Ripple Partnerships and Expansions in H1 2026
Next Article image Brace for Bitcoin’s last ‘scary dump’ – Before BTC’s Q4 2026 bull run begins
Leave a comment Leave a comment

Leave a Reply Cancel reply

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

- Advertisement -
mycryptopot

Popular News

Tangle Network Partners with Orochi Network to Advance Blockchain Capabilities
Tangle Network Partners with Orochi Network to Advance Blockchain Capabilities
SONEX launches on Soneium’s mainnet 
SONEX launches on Soneium’s mainnet 
Shiba Inu
Solana Unveils “Seeker” Phone: Will SOL Spike To $250 Now?
Shiba Inu
Cardano: Recent Poll Has ADA Beating Out Ethereum & Solana
image
Brace for Bitcoin’s last ‘scary dump’ – Before BTC’s Q4 2026 bull run begins
Highlights From ABS2024 In Taipei: 13,245 Attendees Gather For Asia’s Premier Blockchain Summit
Highlights From ABS2024 In Taipei: 13,245 Attendees Gather For Asia’s Premier Blockchain Summit
- Advertisement -
mycryptopot

You Might Also Like

image
Blockchain

Zeebu Introduces Settlement Layer to Revolutionize Cross

August 31, 2025
Bubblemaps V2 Goes Live on BNB Chain, Unlocking Deep Token Transparency
Blockchain

Bubblemaps V2 Goes Live on BNB Chain, Unlocking Deep Token Transparency

May 26, 2025
Deutsche Bank Tokenization Platform: Unlocking Future Finance
Blockchain

Deutsche Bank Tokenization Platform: Unlocking Future Finance

June 18, 2025
CDARI to Redefine AI Computation in Partnership with Merlin AI
Blockchain

CDARI to Redefine AI Computation in Partnership with Merlin AI

February 26, 2025
Mycryptopot

"Welcome to MyCryptoPot, your go-to source for the latest insights and developments in the ever-evolving world of cryptocurrency.

Editor Choice

Donald Trump’s FED Statements Stifled the Uptrend Momentum of Bitcoin and Altcoins, But Why?
Cardano Founder Says ADA Upgrade Makes it Faster Than Solana
Luxor Technology Signs $131.4 Million Deal With Bitcoin Mining Rig Maker Microbt

Follow Us on Socials

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

Facebook Twitter Telegram
  • About Us
  • Contact Us
  • Disclaimer
  • Privacy Policy
  • Terms of Service
Reading: What is a modular blockchain? Rollups, data availability, and the new stack
Share
© 2024 All Rights reserved | Powered by Crypto My Crypto Pot
Welcome Back!

Sign in to your account

Lost your password?