By using this site, you agree to the Privacy Policy and Terms of Use.
Accept
bitcoin
Bitcoin (BTC) $ 71,494.00
ethereum
Ethereum (ETH) $ 2,109.73
xrp
XRP (XRP) $ 1.42
tether
Tether (USDT) $ 0.999935
solana
Solana (SOL) $ 89.11
bnb
BNB (BNB) $ 660.46
usd-coin
USDC (USDC) $ 0.999447
dogecoin
Dogecoin (DOGE) $ 0.096524
cardano
Cardano (ADA) $ 0.273772
staked-ether
Lido Staked Ether (STETH) $ 2,265.05
tron
TRON (TRX) $ 0.289747
chainlink
Chainlink (LINK) $ 9.26
avalanche-2
Avalanche (AVAX) $ 9.93
wrapped-bitcoin
Wrapped Bitcoin (WBTC) $ 76,243.00
wrapped-steth
Wrapped stETH (WSTETH) $ 2,779.67
the-open-network
Toncoin (TON) $ 1.31
stellar
Stellar (XLM) $ 0.163476
hedera-hashgraph
Hedera (HBAR) $ 0.096987
sui
Sui (SUI) $ 1.04
shiba-inu
Shiba Inu (SHIB) $ 0.000006
weth
WETH (WETH) $ 2,268.37
leo-token
LEO Token (LEO) $ 9.08
polkadot
Polkadot (DOT) $ 1.52
litecoin
Litecoin (LTC) $ 55.24
bitget-token
Bitget Token (BGB) $ 2.18
bitcoin-cash
Bitcoin Cash (BCH) $ 466.83
hyperliquid
Hyperliquid (HYPE) $ 37.60
usds
USDS (USDS) $ 0.99993
uniswap
Uniswap (UNI) $ 4.00
cryptoprune cryptoprune
  • MarketCap
  • Crypto Bubbles
  • Multi Currency
  • Evaluation
  • Home
  • News
  • Crypto
    • Altcoins
    • Bitcoin
    • Blockchain
    • Cardano
    • Ethereum
    • NFT
    • Solana
  • Market
  • Mining
  • Exchange
  • Regulation
  • Metaverse
Crypto PruneCrypto Prune
  • Home
  • News
  • Crypto
    • Altcoins
    • Bitcoin
    • Blockchain
    • Cardano
    • Ethereum
    • NFT
    • Solana
  • Market
  • Mining
  • Exchange
  • Regulation
  • Metaverse

Search

  • Home
  • News
  • Crypto
    • Altcoins
    • Bitcoin
    • Blockchain
    • Cardano
    • Ethereum
    • NFT
    • Solana
  • Market
  • Mining
  • Exchange
  • Regulation
  • Metaverse

Latest Stories

US increases oversight of prediction markets like Polymarket
US increases oversight of prediction markets like Polymarket
image
Spot trading volume in concentrated markets declines for fifth consecutive month
Bitcoin set up for rip to $80,000 even as oil prices surge and Iran threatens $200 a barrel
White House admits Iran war destroyed half of US Bitcoin reserves in 6 days
Bitcoin
March 12, 2026
Ethereum announces ERC-8183 standard for transactions between AI agents
Ethereum announces ERC-8183 standard for transactions between AI agents
© 2025 All Rights reserved | Powered by Crypto Prune
Crypto Prune > News > Crypto > Ethereum > Ethereum Foundation maps path to zkEVM proofs on mainnet L1
Ethereum

Ethereum Foundation maps path to zkEVM proofs on mainnet L1

2 months ago 6 Min Read
Editorial you can trust Content is reviewed by leading industry experts and experienced editors. Advertising disclosure

The Ethereum Foundation has published a step-by-step plan to enable the Ethereum main chain to validate blocks using zkEVM proofs, reducing the need for validators to re-run all calculations themselves. The proposal, shared via X on January 15 by Tomasz K. Stanczak, Co-Executive Director of the Ethereum Foundation, lays out the engineering work required across Ethereum’s execution and consensus clients, as well as new proof infrastructure and security processes.

zkEVM for L1 – Plan https://t.co/KLz7PoH6q9

— Tomasz K. Stanczak (@tkstanczak) January 15, 2026

Ethereum L1 moves towards ZK proof-based verification

Already in July last year, the Ethereum Foundation announced its “ZK First” approach. Currently, Ethereum validators typically check blocks by re-executing transactions and comparing the results. The plan proposes an alternative in which validators can verify the correct execution of a block with cryptographic evidence.

This document summarizes the intended pipeline in plain language. The execution client generates a compact “monitoring” package for the block, a standardized zkEVM program uses that package to generate a proof of correct execution, and the consensus client verifies that proof during block validation.

The first milestone is to create an “ExecutionWitness”, a per-block data structure containing the information needed to verify execution without re-execution. The plan calls for a formal witness format for Ethereum’s execution specifications, conformance testing, and standardized RPC endpoints. It states that the current debug_executionWitness endpoint is already “used in production by Optimism’s Kona,” suggesting that a more zk-friendly endpoint may be needed.

See also  Hundreds of wealthy investors are using cryptocurrencies to buy European real estate

A key dependency is enhanced tracking of which parts of state are touched by a block via a block-level access list (BAL). The document states that as of November 2025, this work was not deemed urgent enough to be backported to the previous fork.

The next milestone is the “zkEVM Guest Program”. This is described as stateless validation logic that checks whether a block produces a valid state transition when combined with a monitoring function. This plan emphasizes reproducible builds and compiling to standardized targets, so assumptions are explicit and verifiable.

The plan aims to move beyond Ethereum-specific code and standardize the interface between zkVM and guest programs: a common target, a common way to access precompilation and I/O, and agreed upon assumptions about how programs are loaded and executed.

On the consensus side, the roadmap calls for changes to allow consensus clients to accept zk proofs as part of beacon block validation, along with accompanying specifications, test vectors, and internal deployment plans. The document also flags the availability of the execution payload as important, which could include a “block into a blob” approach.

This proposal treats proof generation as an operational problem as well as a protocol problem. This includes milestones for integrating zkVM with EF tools like Ethproofs and Ere, testing GPU setups (including “zkboost”), and tracking reliability and bottlenecks.

Benchmarking is structured as a continuous effort, with clear goals such as measuring witness generation time, proof creation and verification time, and network impact of proof propagation. These measurements may factor into future gas pricing proposals for zk-heavy workloads.

Security is also marked as permanent and includes plans for formal specifications, monitoring, supply chain controls such as reproducible builds and artifact signing, and a documented trust and threat model. This paper proposes a “go/no-go framework” for determining when a proof system is mature enough to be widely used.

See also  Vitalik Buterin proposes suppressing gas use with every Ethereum Transaction to increase ZKVM compatibility and security

One external dependency stands out. ePBS. The documentation explains that it is necessary to give the prover more time. Without that, the plan says it would take a prover “1 to 2 seconds” to create a proof. “6 to 9 seconds.” The document adds a two-sentence framework to express urgency: “This is not a project we are working on, but it is an optimization we need.” It is expected that ePBS will be introduced to Gramsterdam in mid-2026.

Once these milestones are achieved, Ethereum will move towards proof-based verification as a viable option at L1, although proof timing and operational complexity will remain gate factors.

At the time of writing, ETH was trading at $3,300.

ethereum price chart
ETH faces 0.618 Filib 1-week chart | Source: ETHUSDT on TradingView.com

Featured image created with DALL.E, chart on TradingView.com

editing process for is focused on providing thoroughly researched, accurate, and unbiased content. We adhere to strict sourcing standards, and each page is carefully reviewed by our team of top technology experts and experienced editors. This process ensures the integrity, relevance, and value of your content to your readers.

TAGGED:CoinsCryptoEthereum AnalysisEthereum News
Leave a comment Leave a comment

Leave a Reply Cancel reply

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

RELATED NEWS

image

Vanek’s crypto ETF exceeds $500 million amid the European blockchain boom

By Crypto Prune 6 months ago
Bitcoin has failed its most important test, 11 months of decline proves the “store of value” is now broken

Bitcoin has failed its most important test, 11 months of decline proves the “store of value” is now broken

By Crypto Prune 3 months ago
Charles Schwab CEO says Bitcoin and Ethereum trades coming soon

Charles Schwab CEO says Bitcoin and Ethereum trades coming soon

By Crypto Prune 8 months ago
JP Morgan supports Bitcoin purchase despite Jamie Dimon's continued skepticism

JP Morgan supports Bitcoin purchase despite Jamie Dimon’s continued skepticism

By Crypto Prune 10 months ago
cryptoprune

© 2025 All Rights reserved | Powered by Crypto Prune

  • Altcoins
  • Bitcoin
  • Blockchain
  • Cardano
  • Ethereum
  • Exchange
  • Market
  • Metaverse
  • Mining
  • News
  • Crypto
  • NFT
  • Solana
  • Regulation
  • Technology
  • About Us
  • Contact Us
  • Disclaimer
  • Privacy Policy
  • Terms of Service
Welcome Back!

Sign in to your account

Lost your password?