Author: imToken Editor's Note: Ethereum is heading towards a new era of scalability with 10,000 TPS, and zero-knowledge proof (ZK) technology is becoming a key driving force. This article isAuthor: imToken Editor's Note: Ethereum is heading towards a new era of scalability with 10,000 TPS, and zero-knowledge proof (ZK) technology is becoming a key driving force. This article is

From Real-Time Proofs to Native Rollups: The Final Stage of Ethereum Scaling Driven by ZK

2025/08/09 08:30
9 min. skaitymo
Jei turite atsiliepimų ar abejonių dėl šio turinio, susisiekite su mumis crypto.news@mexc.com

Author: imToken

Editor's Note: Ethereum is heading towards a new era of scalability with 10,000 TPS, and zero-knowledge proof (ZK) technology is becoming a key driving force. This article is the second in our "Ethereum 10,000 TPS Roadmap," focusing on the technical difficulties of real-time proofs, Prover's participation logic, security challenges during the L1 switch, and how "native Rollup" becomes the ultimate form of ZK scalability.

If ZK-ization is the starting point of Ethereum's technological reconstruction, then "real-time proof" and "native Rollup" are the core implementation links of this expansion revolution.

In this article, we will continue to explore in depth how to achieve 12-second ZK real-time proof on the Ethereum mainnet, what the hardware threshold and incentive mechanism are for becoming a Prover, and how native Rollup will rewrite the landscape of Ethereum L2.

01. Real-time Proof: The Key Piece of Ethereum Scaling

On Ethereum's roadmap to 10,000 TPS, there is an indispensable technological breakthrough: real-time proving.

Succinct co-founder Uma Roy explained: "Real-time proof refers to the ability to complete the ZK proof generation process for a block on the Ethereum mainnet in less than 12 seconds."

What does this mean? Once real-time proof is achieved, Ethereum will be able to incorporate its block verification logic into the protocol itself and increase the gas limit almost "arbitrarily" without sacrificing verifiability, thereby achieving massive expansion of L1 (Editor's note: The generation time of each block on the Ethereum mainnet is 12 seconds, so "real-time" means that the proof is completed within each block cycle).

However, to achieve real-time proof, zkVM technology alone is not enough, and changes to the Ethereum protocol layer are also required.

Ladislaus of the Ethereum Foundation pointed out that a key mechanism is expected to be introduced in the Glamsterdam upgrade next year - "decoupling of block verification and immediate execution", which will provide Prover (prover) with more time to generate zkEVM proof within a complete slot, thereby achieving true real-time processing.

In terms of technical implementation, Succinct has released its latest SP1 Hypercube zkVM, which can generate proofs for 93% of the 10,000 mainnet blocks in real time on a cluster of 200 GPUs.

Roy expressed confidence that they could increase this success rate to 99% by the end of the year. While some difficult blocks might still prevent proofs from being generated in a very small number of blocks, the protocol design incorporates fault-tolerance mechanisms, such as allowing for skipping such blocks and continuing with the next one.

Furthermore, Ethereum is considering reducing the block time from 12 seconds to 6 seconds (as another potential proposal for Glamsterdam), which will significantly improve user experience and transaction confirmation speed, but this also puts additional pressure on ZK Prover - for the prover, the difficulty of the task is doubled.

However, Roy is not worried. After all, the performance of ZK technology can be improved 10 times every year, so it can cope with it even if the block time is halved.

In June, Linea also announced that 100% of on-chain activities on its network are covered by ZK proofs. Although Linea's current TPS is only 2, this is not a performance limitation, but is limited by usage needs.

It is worth noting that the Linea block interval is only 2 seconds, and the ZK proof is uploaded to Ethereum L1 for verification through smart contracts. This model may be the forerunner of the "ZKization" of the future mainnet.

02. Is the hardware threshold for Ethereum ZK prover high?

Generating ZK proofs in real time requires powerful computing resources.

The Ethereum Foundation's initial technical goals for Prover are to keep hardware costs below $100,000 and power consumption below 10 kilowatts, roughly equivalent to the power consumption of a Tesla Powerwall home battery.

This number doesn’t sound “light” at all. Ethereum critic Justin Bons (founder of Cyber Capital) called it “crazy hardware requirements that far exceed Solana’s validator nodes,” but this actually confuses two completely different roles.

Ladislaus from the Ethereum Foundation's protocol coordination team pointed out that Prover and Validator have different responsibilities and should not be confused. Validators run nodes and participate in consensus, while Prover's task is to generate ZK proofs. Once the ZK proof of a transaction is correctly generated, the network only needs to verify whether the proof is correct, without the need to re-execute the transaction.

Because of this, Ladislaus expressed optimism, "As long as an honest prover who meets the hardware requirements can be found, Ethereum can continue to operate securely. We deliberately lower the threshold below the data center. Even if it is not a large institution or data center, any individual developer with technical capabilities can run Prover at home."

Currently, this $100,000 hardware configuration is only an initial goal. Ethereum Foundation researcher Sophia Gold predicts that mainstream Prover will meet the standard before the Devconnect Argentina Developer Conference in November this year.

Succinct co-founder Roy expects that by early next year, the GPU requirement can be reduced to about 16 graphics cards, and the total cost will be controlled between $10,000 and $30,000.

At the same time, Succinct has built a decentralized network consisting of "hundreds of provers" on the test network, generating millions of proofs in total.

The core logic of this system is competitive proof, that is, all Provers participate in the bidding, and a winning bidder is selected in each round to execute the zk proof. The goal is to allow participants with shorter time and lower cost to win, forming a computing power bidding mechanism.

This means that in the ZK-driven future of Ethereum, the spirit of miners will reappear in another form - except that their role has changed from calculating blocks to calculating proofs.

03. Mainnet Switching to ZK Architecture: A Highly Difficult System Migration

Switching the Ethereum L1 mainnet to a zero-knowledge proof (ZK) architecture is another technical challenge of almost the same level following the transition from proof-of-work (PoW) to proof-of-stake (PoS) in 2022. The entire process not only requires the reconstruction of the protocol layer, but also requires careful consideration of various potential edge scenarios and security risks to prevent network interruptions.

At an EthProofs conference in July, researcher Justin Drake outlined several potential risks. For example, a malicious attacker could insert a so-called "prover killer" into a block, rendering the entire network's verification mechanism ineffective. Alternatively, a sudden drop in network activity could result in insufficient transaction fees to cover the cost of generating ZK proofs, impacting network sustainability.

Ladislaus of the Ethereum Foundation's Protocol Coordination Team stated that the entire transition process could take several years, with particular attention paid to security risks. The ZK Virtual Machine (zkVM) is a complex technology still in its early stages, and various vulnerabilities are highly likely. However, as the ecosystem matures, its feasibility and robustness on Ethereum's L1 can be gradually improved through the introduction of diverse proof systems (proof diversity), improved incentive mechanisms, and formal verification.

At the same time, Ethereum also plans to fundamentally restructure its consensus layer, namely building a new structure called "Beam Chain". The goal is to be ZK-optimized and friendly from the beginning of the design. Drake even said that in the future, the entire Ethereum data verification work will be able to be completed on the CPU of an ordinary laptop.

04. Mainnet “Snarkization”: Native Rollup is coming

While the Ethereum mainnet is integrating zkEVM, another long-term vision is gradually emerging: Native Rollup.

Current Rollups (whether Optimistic or ZK type) all use an independent proof system, whose security relies on its own validator or sorter mechanism, and there are certain trust assumptions between them and the Ethereum mainnet.

The vision of "native Rollup" is completely different - by integrating zkEVM into the mainnet, Ethereum L1 validators can directly verify the state transition proof of Rollup, thereby realizing L2 that is truly verified and secured by the mainnet.

This requires adding a key code "execute precompile" to the Ethereum L1 client, allowing validators to directly verify the ZK state transfer proof generated by L2. As Ladislaus, the protocol coordinator of the Ethereum Foundation, said, "L1 validators will consume the execution proofs of these Rollups and verify their correctness."

In other words, if native Rollup becomes a reality, then in the future, whether it is a transaction occurring on L1 or a transaction occurring on native Rollup, its final settlement and security will be guaranteed by the same group of Ethereum validators, and the trust level will be exactly the same.

This means that depositing $10 million on a native Rollup will be as secure as depositing it directly on the Ethereum mainnet.

Declan Fox, project leader of Linea, said that their long-term goal is to become a native Rollup. He believes that this is an "upgraded version" of the ETH 2.0 sharding solution - no longer rigidly running 64 shard chains with the same structure, but building a heterogeneous Rollup system in a highly programmable and customizable way to serve different scenarios and user needs.

Unlike the homogeneous sharding architecture of ETH 2.0 in the past, native Rollup can be heterogeneous, providing end users with a more diverse and differentiated application experience.

Although native Rollup has not yet been officially included in the Ethereum roadmap, with the official launch of zkEVM and the gradual reconstruction of the L1 architecture, pre-setting interfaces and pre-compiled logic for it has clearly become a foreseeable technological trend.

Ladislaus concluded, “Ethereum has a high degree of technical synergy between Snarkifying the EVM (i.e., integrating ZK proof capabilities) and promoting native Rollups, as the two share the underlying ZK technology stack.” Of course, this process still needs to go through Ethereum community governance, form an EIP (Ethereum Improvement Proposal), and ultimately be deployed in a hard fork.

If everything goes well and we are optimistic, the relevant EIP may be submitted by the end of the year and launched in the fork after the Glamsterdam upgrade.

However, this timetable remains highly uncertain and needs to be viewed with caution.

Rinkos galimybė
RealLink logotipas
RealLink kaina(REAL)
$0,0628
$0,0628$0,0628
+%1,79
USD
RealLink (REAL) kainos grafikas realiu laiku
Atsakomybės apribojimas: Šiame puslapyje publikuojami straipsniai yra paimti iš viešų šaltinių ir pateikiami tik informaciniais tikslais. Jie nebūtinai atspindi MEXC požiūrį. Visos teisės priklauso originaliems autoriams. Jei manote, kad koks nors turinys pažeidžia trečiųjų šalių teises, susisiekite su mumis el. paštu crypto.news@mexc.com, kad jis būtų pašalintas. MEXC negarantuoja pateikiamos informacijos tikslumo, išsamumo ar aktualumo ir neatsako už jokių veiksmų pasekmes, atliktas remiantis šia informacija. Turinys nėra laikomas finansine, teisine ar kita profesionalia konsultacija ir neturėtų būti vertinamas kaip MEXC rekomendacija ar patvirtinimas.

Jums taip pat gali patikti

Polygon Tops RWA Rankings With $1.1B in Tokenized Assets

Polygon Tops RWA Rankings With $1.1B in Tokenized Assets

The post Polygon Tops RWA Rankings With $1.1B in Tokenized Assets appeared on BitcoinEthereumNews.com. Key Notes A new report from Dune and RWA.xyz highlights Polygon’s role in the growing RWA sector. Polygon PoS currently holds $1.13 billion in RWA Total Value Locked (TVL) across 269 assets. The network holds a 62% market share of tokenized global bonds, driven by European money market funds. The Polygon POL $0.25 24h volatility: 1.4% Market cap: $2.64 B Vol. 24h: $106.17 M network is securing a significant position in the rapidly growing tokenization space, now holding over $1.13 billion in total value locked (TVL) from Real World Assets (RWAs). This development comes as the network continues to evolve, recently deploying its major “Rio” upgrade on the Amoy testnet to enhance future scaling capabilities. This information comes from a new joint report on the state of the RWA market published on Sept. 17 by blockchain analytics firm Dune and data platform RWA.xyz. The focus on RWAs is intensifying across the industry, coinciding with events like the ongoing Real-World Asset Summit in New York. Sandeep Nailwal, CEO of the Polygon Foundation, highlighted the findings via a post on X, noting that the TVL is spread across 269 assets and 2,900 holders on the Polygon PoS chain. The Dune and https://t.co/W6WSFlHoQF report on RWA is out and it shows that RWA is happening on Polygon. Here are a few highlights: – Leading in Global Bonds: Polygon holds 62% share of tokenized global bonds (driven by Spiko’s euro MMF and Cashlink euro issues) – Spiko U.S.… — Sandeep | CEO, Polygon Foundation (※,※) (@sandeepnailwal) September 17, 2025 Key Trends From the 2025 RWA Report The joint publication, titled “RWA REPORT 2025,” offers a comprehensive look into the tokenized asset landscape, which it states has grown 224% since the start of 2024. The report identifies several key trends driving this expansion. According to…
Dalintis
BitcoinEthereumNews2025/09/18 00:40
US Dollar pulls back as markets assess Iran; Fed, ECB ahead

US Dollar pulls back as markets assess Iran; Fed, ECB ahead

The post US Dollar pulls back as markets assess Iran; Fed, ECB ahead appeared on BitcoinEthereumNews.com. Here is what you need to know for Tuesday, March 17: The
Dalintis
BitcoinEthereumNews2026/03/17 03:29
Vitalik Buterin Reveals Ethereum’s Long-Term Focus on Quantum Resistance

Vitalik Buterin Reveals Ethereum’s Long-Term Focus on Quantum Resistance

TLDR Ethereum focuses on quantum resistance to secure the blockchain’s future. Vitalik Buterin outlines Ethereum’s long-term development with security goals. Ethereum aims for improved transaction efficiency and layer-2 scalability. Ethereum maintains a strong market position with price stability above $4,000. Vitalik Buterin, the co-founder of Ethereum, has shared insights into the blockchain’s long-term development. During [...] The post Vitalik Buterin Reveals Ethereum’s Long-Term Focus on Quantum Resistance appeared first on CoinCentral.
Dalintis
Coincentral2025/09/18 00:31