For those who closely follow the development of Ethereum technology, the recent blog post "Delivering L1 zkEVM #1: Real-time Proofs" by Ethereum engineer Sophia Gold is of great significance. Although this only represents the technical conception of the Ethereum core development team and has not yet officially entered the EIP (Ethereum Improvement Proposal) process, and there is still a long way to go before it becomes an established plan for mainnet upgrade, the signal it sends cannot be underestimated.
This article clearly shows the core development blueprint of Ethereum in the future: to fully and deeply integrate Zero-Knowledge Proof (ZKP) technology into all levels of the Layer 1 protocol, from the consensus layer to the execution layer. According to this technical roadmap, the first key step is to upgrade the EVM of each node to zkEVM. In this way, the node can generate the corresponding zero-knowledge proof synchronously during the execution of transactions and the operation of smart contracts, providing the verification node with the basis for verifying the correctness of this execution.
This is not a regular technology iteration, but an architectural revolution comparable to "The Merge". It aims to fundamentally solve the multiple challenges faced by Ethereum in terms of scalability, security and economic model. So,Why did Ethereum choose to "go all-in" on ZK at this time? What is the deep logic behind this strategic shift? How will it reshape the L1 and even the entire L2 ecosystem we are familiar with?
Based on existing research, this article will tell you the grand narrative of Ethereum's "ZK endgame" and analyze the motivations, actions and far-reaching impacts behind it.
1. Paradigm shift from "re-execution" to "proof verification"?
The core of Ethereum's ZK conception is a paradigm reshaping of the consensus verification mechanism. The recently released L1 zkEVM roadmap provides a clear technical path for this transformation.
Current model: Re-execution Currently, when a new block is proposed, all validator nodes in the network must independently and completely re-execute every transaction in the block to calculate and verify whether the final state root is consistent with the proposer's declaration. This process is resource-intensive and is the main bottleneck limiting Ethereum's L1 throughput.
Future Model: Proof Verification Under the new L1 zkEVM architecture, the block builder will generate a concise ZK validity proof (ZK Proof) when generating a block. After receiving the block and proof, other validators will no longer need to re-execute the transaction, but only need to verify this cryptographic proof. Since the computational cost of "verifying ZK Proof" is several orders of magnitude lower than "re-executing transactions", and more importantly, the time required to verify a proof is almost irrelevant to the number of transactions covered by the proof, Ethereum can significantly increase the Gas limit of the block to accommodate more transactions without significantly raising the hardware threshold of the validator. Vitalik Buterin once mentioned that the Gas limit of L1 is expected to increase by 10 times, or even 100 times in the longer term, thereby achieving the expansion of L1 while maintaining decentralization.
In short, the future Ethereum L1 is very similar to a huge, native ZK-Rollup in architecture, making Ethereum L1 itself expected to become "the world's largest ZK application".
Strict technical standards
The Ethereum team has set extremely strict technical standards for the implementation of L1 zkEVM, while reducing latency and increasing throughput, it must also ensure security and decentralization commitments.

Multi-Proof Security Model
In order to guard against unknown vulnerabilities that may exist in a single zkEVM implementation, the roadmap introduces a "Multi-Proof" security mechanism. It requires that the validity of the same block must be verified by multiple zkEVMs from different teams (such as Scroll, Polygon, Kakarot, etc.). The client of the validator will download and verify these proofs from different sources. Only when multiple independent proofs are verified, the block will be accepted by the consensus layer. This is essentially an extension and sublimation of Ethereum's "client diversity" concept in the proof layer. By forcing the introduction of redundancy and diversity through the protocol, it provides deep defense for L1 and enhances the robustness of the protocol.
Second, why must Ethereum be "fully ZK-ized"?
Ethereum's full embrace of zero-knowledge proof technology is a major strategic transformation based on in-depth thinking about its economic model, competitive environment and future market needs.
First, this is an important revision to the "L2-centric" economic model. After the introduction of the blob mechanism by EIP-4844, although it successfully reduced the transaction costs of Layer 2, it also brought unexpected side effects-severely weakened the value capture ability of Layer 1. The sharp decline in L1 transaction fee income and ETH destruction directly impacted ETH's deflationary expectations, resulting in sluggish coin prices and rising community dissatisfaction. By upgrading EVM to zkEVM, verification nodes can switch from the time-consuming "re-execution" mode to the efficient "verification" mode, which will significantly reduce L1 latency and increase throughput. In this way, Ethereum can re-attract high-value transactions that have extremely high requirements for security and instant finality, increase L1 fee income, reactivate the destruction mechanism of EIP-1559, and achieve a rebalance between the economic relationship between L1 and L2.
Secondly, this is an asymmetric strategy to cope with the competition of high-performance public chains. Faced with the strong performance of the new generation of high-performance L1 such as Solana and Sui in TPS, Ethereum has chosen a unique competitive path. It did not follow the example of its competitors in pursuing performance improvements by sacrificing the degree of decentralization (such as significantly increasing the hardware threshold of validators and reducing the number of validator nodes), but instead used ZK technology to achieve a performance leap by transforming the verification work from "expensive replay" to "cheap verification" while maintaining its core advantage of a million-level validator network. This strategy aims to consolidate Ethereum's moat in decentralization and security, while improving performance, striving to achieve both security and high performance.
Finally, this is a forward-looking layout to meet the wave of RWA and institutional finance. RWA tokenization is widely regarded as the next trillion-dollar market opportunity for blockchain. With the entry of financial giants such as BlackRock and Franklin Templeton, unprecedentedly strict requirements have been put forward for the underlying public chain in terms of performance, security, privacy and compliance. Although L1 such as Solana and Sui have excellent performance, they have relatively few verification nodes and a high degree of centralization. In addition, they all have a history of downtime, which makes it difficult to meet the needs of high-value financial activities in terms of security and stability. Although various OP Rollups in the Ethereum ecosystem (such as Base and MegaETH) have good performance and good security due to state writeback L1, their 7-day challenge period is an unacceptable risk exposure for high-value financial settlements. In contrast, the cryptographic level finality provided by ZK technology and the ability to prove compliance without leaking sensitive data (such as proving that an address has passed KYC) perfectly meet the core needs of institutional finance. If the zkEVM upgrade can improve throughput as expected, then the Ethereum ecosystem with native integrated ZK technology (L1+ZK Rollup) will achieve "performance, security, and stability" and become an ideal global settlement layer to undertake the RWA wave.
3. ZK Finality in Action
Ethereum's ZK finality has long been revealed, in addition to Sophia Gold's blog published this time:
As early as April 2025, Vitalik Buterin proposed a very forward-looking concept: to replace the existing EVM with the RISC-V instruction set architecture that is more friendly to ZK. Supporters believe that compared with the inefficient performance of EVM in generating ZK circuits, RISC-V's simpler architecture can bring orders of magnitude improvement in proof efficiency. Although this proposal has caused controversy due to its subversion of the existing ecology, it has set a clear "North Star" for Ethereum's ZKization - clarifying the standards for the ideal zkEVM and pointing out the direction for optimization.
At the Berlin workshop in June 2025, Justin Drake, a researcher at the Ethereum Foundation, clearly announced that Ethereum is going all in on ZK for L1 expansion. This statement confirms the firm determination of the core development team.
Ethereum's ZK endgame is by no means "paper talk". Although Optimistic Rollup is still ahead of ZK Rollup in various key indicators, the difficulties that hinder the practical application of ZK technology are being overcome one by one. There are three fundamental reasons why ZK Rollup has lagged behind seriously in history:
First,technical complexity and performance bottlenecks: In the past, generating ZK proofs for general EVM calculations was considered extremely difficult, slow and expensive, or even computationally infeasible.
Second,developer experience gap: ORU achieved a high degree of EVM compatibility from the beginning, while early ZKR (such as early versions of StarkNet) were not compatible with EVM, requiring developers to learn a completely new programming language, which constituted an extremely high entry barrier.
Finally,Liquidity fragmentation and network effect: ORU has gathered a large number of users and liquidity with its first-mover advantage, forming a strong network effect.
However, these historical obstacles are being overcome one by one.
In terms of proof speed, thanks to the progress of new generation proof algorithms such as PLONK and STARKs, as well as the development of hardware acceleration technologies such as GPU, FPGA and even ASIC, the ZK proof generation time has been greatly shortened. For example, Succinct's SP1 zkVM can prove 93% of Ethereum mainnet blocks in an average of 10.3 seconds, which is very close to the 10-second target set by the Ethereum Foundation.
In terms of compatibility, zkEVM has undergone an evolutionary process of gradually improving compatibility from Type 4 to Type 1. Today, projects such as Scroll, Taiko, and Polygon zkEVM have been able to achieve near-perfect EVM equivalence (reaching Type 2 or even Type 1 standards), fundamentally eliminating the gap in developer experience with ORU. Moreover, the L1 ZK-based Multi-Proof security model relies on multiple independent proof systems, and the current booming development of the zkEVM track has laid the foundation for the realization of this security model.
In summary, the core obstacles that have historically led to the backwardness of ZK technology - performance and compatibility - are being rapidly overcome. The technology is fully prepared for large-scale practical applications, but the stereotype of ZK technology being "slow, expensive, and difficult" has made people reluctant to accept it for a while. The Ethereum core team's vision of "making Ethereum the world's largest ZK application" is precisely endorsing modern ZK technology and sounding the clarion call for the large-scale practical use of ZK technology. 4. Rollup Ecosystem Transformation NATIVE ROLLUP Paves the Highway for ZK Rollup The full ZKization of Ethereum L1 will fundamentally reshape the competitive landscape of Layer 2. The most revolutionary change is the introduction of "Native Rollup". The current ZK-Rollup needs to deploy a complex validator smart contract containing thousands of lines of code on L1 to verify the ZK proof submitted by L2, which not only increases the difficulty of development, but also brings security risks due to the uneven level of developers. After the zkEVM is implemented on L1, the EXECUTE pre-compilation function will be introduced, allowing the smart contract of ZK Rollup on L1 to directly call the verification logic embedded in the L1 protocol without writing the contract by itself.
This change brings triple advantages to ZK-Rollup:
First, there is a fundamental improvement in security. Rollup projects can completely outsource the huge engineering challenges of building and maintaining EVM validators to L1, simplifying complex technical problems into a single line of code call;
Second, true EVM equivalence and forward compatibility are achieved. Native Rollup and L1 are upgraded simultaneously without the need for an independent governance process;
Finally, there is a significant improvement in cost-effectiveness,
leaf="">Using the L1 protocol embedded precompilation function avoids the overhead of virtual machine interpretation and execution, and the verification efficiency is several orders of magnitude higher than that of smart contract implementation, which is expected to significantly reduce the operating cost of ZK Rollup.
This Native Rollup function is equivalent to Ethereum L1 providing a standardized, highly secure and efficient verification layer for all ZK-Rollups for free, directly solving the core problems that have long plagued the development of ZK-Rollup: the high cost of on-chain proof verification, the technical challenges of maintaining EVM equivalence, and the security risks of validator contracts.
Strategic Transformation of OP Rollup
In contrast, the ZKization of L1 poses a survival-level challenge to Optimistic Rollup. The core weakness of ORU is its 7-day withdrawal confirmation cycle, which is unacceptable for many high-value applications. If L1 ZKization successfully improves throughput, it may lead to a large-scale outflow of capital and applications from the OP Rollup ecosystem.
However, OP Rollups (such as Base, Arbitrum, Optimism) currently dominate in terms of TVL and user activity. This vested interest pattern makes people doubt the prospect of L1 full ZKization. But it is gratifying that the leading ORU project did not choose to confront, but actively adapted to turn potential conflicts into technological convergence.
Optimism has demonstrated a clear ZK-oriented strategy, and its OP Stack has emphasized modularity from the beginning of its design, allowing the replacement of core components such as the proof system. The Optimism Foundation has invested in supporting multiple teams (such as RISC Zero, O(1) Labs, and Succinct) to develop ZK fraud proofs. For example, Zeth launched by RISC Zero has been integrated with OP Stack, enabling the Optimism ecosystem to verify block status and resolve disputes through ZK technology. Arbitrum has adopted a more pragmatic hybrid route, and clearly proposed the research and development direction of "ZK+Optimistic hybrid proof" in its official technical roadmap for 2024-2025. **This design allows the system to use ZK proofs as "instant confirmation channels" when they can be generated in time, providing instant finality for on-chain state changes, greatly shortening the delay of fund withdrawals and cross-chain communication; when ZK proofs cannot be generated in time, the system automatically falls back to the traditional optimistic proof path, and ensures security through dispute periods and challenge mechanisms.
V. Systemic Impact
The impact of this change will be systemic, running through performance, decentralization, and economic models.
Performance Vision: By reducing the verification cost to an extremely low level, Ethereum will be able to increase the block Gas limit by 10 times or even 100 times,the total TPS of L1+L2 to more than 10,000, becoming a truly high-performance platform.
New economic division of labor: ZK-ization of L1 will give rise to a specialized division of labor system similar to PBS (Proposer-Builder Separation).
Provers (Provers): Professional hardware that is expensive to run (up to $100,000) and consumes high power (up to 10 kilowatts) is responsible for generating ZK proofs. Due to its high capital and operating costs, this role is likely to be centralized.
Validators (Validators): Their roles are greatly simplified and lightened. They no longer need to run powerful execution clients for transaction replay. An ordinary laptop or low-spec device is sufficient to download and verify a lightweight proof of less than 300 KiB in a short time.
This design solves the contradiction between scalability and decentralization by centralizing computationally intensive tasks while maintaining broad decentralization of verification. A new, off-chain certifier market will emerge. Provers will be paid through transaction fees, MEV sharing, and token incentives.
ETH value capture reshaping: A more powerful L1 can carry more high-value transactions, directly pushing up transaction fees, thereby increasing the amount of ETH destroyed, which is crucial to stabilizing the price of ETH.
Synergy with Danksharding: L1's ZK vision and Danksharding's roadmap complement each other and together constitute Ethereum's "two-wheel drive" expansion strategy.
EIP-4844 and subsequent complete Danksharding provide cheap and massive data availability space (Blobs) for Rollup.
ZK-based L1 provides an ultra-high security and ultra-fast final execution and settlement layer for Rollup (especially ZK Rollup).
The two are highly synergistic in technology, allowing Ethereum to expand at both the execution layer (through ZK) and the data layer (through Danksharding), comprehensively improving the network's utility, thereby driving the overall demand for ETH as a network-native asset.
Conclusion: Towards a Verifiable World Computer
Ethereum's strategic transformation to full ZK is another decisive moment in its development history. This is not an isolated technology upgrade, but a systematic, multi-dimensional and comprehensive strategy to deal with technical bottlenecks, economic challenges and fierce market competition. It deeply confirms Ethereum's role as the world's final settlement layer, provides a unique solution to the "impossible triangle" problem, optimizes ETH's economic model, and leads the entire L2 ecosystem to maturity.
The road ahead is still full of challenges, but the direction is already very clear. Ethereum is evolving from a "world computer" to a "verifiable world computer". By deeply embedding cryptographic truths into its core, Ethereum is not only paving the way for its own future, but also building a more secure, reliable and scalable foundation for the future of the entire decentralized world. The ZK finality is Ethereum's most resolute commitment to this future.