Close Menu
  • News
    • Bitcoin
    • Altcoins
    • DeFi
    • Market Cap
  • Blockchain
  • Web 3
    • NFT
    • Metaverse
  • Regulation
  • Analysis
  • Learn
  • Blog
What's Hot

Vitalik wil dat de prijscrashes van DeFi niet langer automatische liquidaties veroorzaken

2026-06-03

Base’s status update system went down and no one noticed

2026-06-03

This is where we are in the cycle

2026-06-03
Facebook X (Twitter) Instagram
  • Contact
  • Terms & Conditions
  • Privacy Policy
  • DMCA
  • Advertise
Facebook X (Twitter) Instagram
Bitcoin Platform – Bitcoin | Altcoins | Blockchain | News Stories Updated Daily
  • News
    • Bitcoin
    • Altcoins
    • DeFi
    • Market Cap
  • Blockchain

    Base’s status update system went down and no one noticed

    2026-06-03

    Solayer launches Margin Trading Testnet

    2026-06-03

    XRP reaches $400 million in tokenized RWAs faster than Ethereum

    2026-06-03

    Origins Network Partners with PinGo AI to Revolutionize Decentralized Computing Infrastructure for AI Developers

    2026-06-03

    Global Partners with Thirty Seconds to Mars for Orb Verified ‘Humans Only Ticket’ System

    2026-06-03
  • Web 3
    • NFT
    • Metaverse
  • Regulation

    Bank of England stablecoin caps may choke the UK’s pound-token market before launch

    2026-06-03

    Europe is actively trying to stop the takeover of the dollar stablecoin

    2026-06-01

    How a disputed $1 billion claim became a powerful weapon against prediction markets

    2026-05-31

    The US says it has captured Iran’s cryptocurrency with a $1 billion seizure

    2026-05-31

    Hyperliquid’s HYPE rally is bigger than a new all-time high

    2026-05-31
  • Analysis

    XRP price falls below $1.22 as market sentiment turns sour

    2026-06-03

    Bitcoin returns to the price that closed 2021 and defined 2024, now retesting the rally

    2026-06-03

    Ed Yardeni Undercuts Fears That SpaceX, Anthropic and OpenAI Will Suck the Oxygen Out of the Stock Market – Here’s Why

    2026-06-03

    Bitcoin price in freefall as panic sweeps through the market

    2026-06-03

    A Bitcoin Flash Crash Below $68,000 Causes a Liquidation of About $400 Million in an Hour

    2026-06-03
  • Learn

    Williams %R Indicator in Crypto: How to Use %R in Crypto Trading

    2026-06-03

    What Is a Semi-Fungible Token? SFT Crypto Explained

    2026-06-02

    Pennant Chart Pattern in Crypto: How Bullish and Bearish Pennants Work

    2026-06-02

    Head and Shoulders Crypto Pattern: How It Works and How to Read It

    2026-06-01

    Crypto Triangle Patterns: How to Spot and Read Them

    2026-06-01
  • Blog
Bitcoin Platform – Bitcoin | Altcoins | Blockchain | News Stories Updated Daily
Home»Blockchain»Zero-knowledge modularity can help web3 scale
Blockchain

Zero-knowledge modularity can help web3 scale

2024-08-04No Comments7 Mins Read
Share
Facebook Twitter LinkedIn Pinterest Email

Disclosure: The views and opinions expressed here belong solely to the author and do not represent the views and opinions of the crypto.news main article.

For years, Web3 developers have struggled to make their systems scalable. When new technologies come on the scene, they are typically launched in a monolithic fashion, with everything contained in a single stack. However, as these technologies mature, they become more specialized and different companies are honing different aspects of the stack to increase scalability.

You might also like: It takes people, not technology, to make modularity work | Opinion

This is happening now with blockchains. Each layer in the stack is optimized in a modular fashion, and Web3 developers are adopting these modular solutions to reduce their costs and improve the efficiency and maintainability of their systems.

For example, execution is increasingly handled by L2s such as Arbitrum and Optimism, which enable much higher throughput and lower costs than execution on Ethereum’s L1. Similarly, the data availability layer is optimized by modular projects such as Celestia and EigenDA.

As the Web3 ecosystem matures, it’s becoming increasingly clear that the future lies in specialization and optimization at every layer of the stack. By enabling specialized teams to perfect different components of the stack, we can achieve levels of scalability and cost-efficiency that simply weren’t possible with monolithic designs.

ZK rollups as an endgame for blockchain scalability

The journey to scalability really starts to come into focus when we consider the rise of ZK-based technologies such as zero-knowledge rollups.

ZK rollups have emerged as the optimal scaling solution for blockchains because they use zero-knowledge proofs (ZKPs) to validate transactions without revealing sensitive information, but most importantly, they can also validate transactions faster and with minimal gas costs, provided that they built with the right tools. zkVerify, a tool we built exactly for this purpose, is a perfect example of this.

See also  Blockchain-based Loyalty Rewards Foster Brand-Customer Connection and Accelerate Web3 Adoption – Gennady Volchek

With a ZK rollup L2 chain, many transactions are merged on the L2 and then sent to the L1 as one transaction. This aggregated transaction also contains cryptographic proof, which allows the entire batch to be efficiently verified.

ZKPs are expensive and computationally intensive

Currently, the biggest barrier to ZK systems is efficiently verifying and handling the ZKPs. “Proof verification” is an essential step that ensures a ZKP is cryptographically valid, and it is required for ZK rollups to settle transactions on the L1.

Proof verification is not required for optimistic merges because they rely on another proof system called fraud proofs. By default, all transactions are assumed to be valid, and to ensure security, there is a challenging period during which anyone can provide evidence of fraud if they discover invalid transactions. However, the challenge period can last up to seven days, which delays the finality of transactions. Despite this drawback, optimistic rollups have become the most popular solution for scaling blockchains today.

On the other hand, ZK rollups send the batch transaction along with status data to the underlying L1 for verification. The L1 verifies the proof in the onchain and updates the merge status so that all transactions are valid and immediately final. This approach significantly increases transaction throughput and maintains stronger security guarantees without requiring a long challenge period.

Modular ZKP verification is the solution

Fortunately, modularity can extend beyond the base layer. The same modular approach that has significantly improved L1 chains like Ethereum can also be applied to ZK rollups.

How does this work in practice? Just as Celestia handles data availability on a dedicated blockchain, a standalone chain can handle the proof verification process for ZK rollups (and in general for all systems that rely on ZKPs), while still keeping these batch transactions on the main L1 chain is handled.

See also  Hyra Network and Interlink unite to improve the approval of people -oriented web3

By outsourcing proof verification to a modular provider, ZK rollups can focus solely on execution and user experience. The evidence verification chain works in parallel with the ZK rollup, but remains an independent chain.

This approach reduces costs by more than 90% and makes them more stable over time. Instead of having a fee structure dependent on Ethereum (ETH) gas prices – which can be volatile and unpredictable – ZK rollups can offload proof verification to another layer without those fluctuations.

Additionally, this modular proof verification layer can be upgraded beyond the current limits of Ethereum L1, which has certain limitations on the types of precompiles you can use. In layman’s terms, this means that a modular proof verification service can integrate the latest cryptographic innovations in a matter of weeks, while these updates could take years to become available on Ethereum.

Modular proof verification can also be applied to other ZK technologies, including any dApp that relies on zero-knowledge proofs. This is the beauty of a modular solution: it can be applied to any system that needs it.

By standardizing the most expensive step in building systems that use ZKPs, all blockchains can benefit, bringing us one step closer to a scalable and interoperable future.

What happens without modularity?

Looking at the expected growth of web3 in the coming years, proof verification costs for ZK rollups are expected to skyrocket.

At Horizen Labs, we estimate that $47 million will have been spent on proof verification for ZK rollups on Ethereum in 2023, and the entire proof verification market is predicted to be worth $1.5 billion or more by 2028. By 2030, it is estimated that 90 billion proofs will be generated by decentralized applications alone.

The most expensive step in a ZK rollup, evidence verification, needs to be revamped, otherwise it will be a huge challenge for ZK technology to scale to a billion users. There is no reason for ZK rollups and ZK-based applications to incur such costs, and we should not place unnecessary requirements on blockchains that hinder their development.

See also  HeLa Labs joins forces with Digitalabs to redefine the future of AI and cloud computing

With modular proof verification, the cost of verifying a single proof can drop from about $20 (considering a Groth16 proof scheme, a gas price of 30 gwei, and an Ethereum price of $3000) to about $1.80. These massive cost savings will unlock new frontiers of innovation in web3, including new ZK apps, Bitcoin ZK rollups, testing systems, and more. Any ZK-based chain or application can benefit from moving evidence verification to a modular solution.

As more zero-knowledge proofs are generated in web3, those proofs will also need to be verified. And as the entire Web3 landscape becomes more modular, it only makes sense to apply that approach to ZKPs as well.

Read more: Modularity transforms the crypto landscape | Opinion

Rob Viglione

Rob Viglione is co-founder and CEO of Horizen Labs, the development studio behind several leading web3 projects, including zkVerify, Horizen, and ApeChain. Rob served for several years in the United States Air Force and deployed to Afghanistan, where he supported the intelligence efforts of the Special Operations Task Force. During this time, he developed an early interest in Bitcoin, recognizing its potential benefits for countries with unstable economies. Rob is very interested in the scalability of web3, the efficiency of blockchain and zero-knowledge proofs. His work focuses on developing innovative solutions for zk rollups to improve scalability, realize cost savings and increase efficiency. He has a PhD in finance, an MBA in finance and marketing, and a bachelor’s degree in physics and applied mathematics. Rob currently serves on the Board of Directors of the Puerto Rico Blockchain Trade Association.

Source link

Modularity scale Web3 Zeroknowledge
Share. Facebook Twitter Pinterest LinkedIn Tumblr Email

Related Posts

Base’s status update system went down and no one noticed

2026-06-03

Solayer launches Margin Trading Testnet

2026-06-03

XRP reaches $400 million in tokenized RWAs faster than Ethereum

2026-06-03

Origins Network Partners with PinGo AI to Revolutionize Decentralized Computing Infrastructure for AI Developers

2026-06-03
Add A Comment

Comments are closed.

Top Posts

Sensor -signal conditioner IC market to reach USD 1.4 billion by 2034, which expands on a CAGR of 6.3%

2025-06-12

Het dichten van de kloof in de toegang tot beeldvorming in het Canadese plattelandsgezondheidszorgsysteem – Perspectief van Hugo Raposo, voormalig hoofdarchitect bij het Ministerie van Volksgezondheid van Ontario

2026-03-09

Bitcoin Price Fall Further After Fed Decision, Next $24,000?

2023-06-14
Editors Picks

Starknet uses Alpen Labs to build a trust-minimum bridge for native Bitcoin DeFi

2025-10-16

3AC founders Kyle Davies and Zhu Su are given a nine-year ban by Singapore’s regulator, a month after fines in Dubai

2023-09-14

Solana flows the nail and possibly drags the price below $ 140, while the goal of $ 250 remains active

2025-06-05

AYDO joins forces with peaq to enable a privacy-focused Web3 for smart devices

2024-01-20

Our mission is to develop a community of people who try to make financially sound decisions. The website strives to educate individuals in making wise choices about Cryptocurrencies, Defi, NFT, Metaverse and more.

We're social. Connect with us:

Facebook X (Twitter) Instagram Pinterest YouTube
Top Insights

Vitalik wil dat de prijscrashes van DeFi niet langer automatische liquidaties veroorzaken

Base’s status update system went down and no one noticed

This is where we are in the cycle

Get Informed

Subscribe to Updates

Get the latest news and Update from Bitcoin Platform about Crypto, Metaverse, NFT and more.

  • Contact
  • Terms & Conditions
  • Privacy Policy
  • DMCA
  • Advertise
© 2026 Bitcoinplatform.com - All rights reserved.

Type above and press Enter to search. Press Esc to cancel.