By using this site, you agree to the Privacy Policy and Terms of Use.
Accept
bitcoin
Bitcoin (BTC) $ 71,054.00
ethereum
Ethereum (ETH) $ 2,091.83
xrp
XRP (XRP) $ 1.40
tether
Tether (USDT) $ 1.00
solana
Solana (SOL) $ 88.23
bnb
BNB (BNB) $ 655.37
usd-coin
USDC (USDC) $ 1.00
dogecoin
Dogecoin (DOGE) $ 0.095606
cardano
Cardano (ADA) $ 0.265018
staked-ether
Lido Staked Ether (STETH) $ 2,265.05
tron
TRON (TRX) $ 0.2942
chainlink
Chainlink (LINK) $ 9.08
avalanche-2
Avalanche (AVAX) $ 9.70
wrapped-bitcoin
Wrapped Bitcoin (WBTC) $ 76,243.00
wrapped-steth
Wrapped stETH (WSTETH) $ 2,779.67
the-open-network
Toncoin (TON) $ 1.30
stellar
Stellar (XLM) $ 0.164118
hedera-hashgraph
Hedera (HBAR) $ 0.094713
sui
Sui (SUI) $ 0.994593
shiba-inu
Shiba Inu (SHIB) $ 0.000006
weth
WETH (WETH) $ 2,268.37
leo-token
LEO Token (LEO) $ 9.08
polkadot
Polkadot (DOT) $ 1.45
litecoin
Litecoin (LTC) $ 55.59
bitget-token
Bitget Token (BGB) $ 2.16
bitcoin-cash
Bitcoin Cash (BCH) $ 462.16
hyperliquid
Hyperliquid (HYPE) $ 37.21
usds
USDS (USDS) $ 0.999912
uniswap
Uniswap (UNI) $ 3.99
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

What is Bitcoin's "de minimis"? Why is it being talked about so much in the US right now?
What is Bitcoin’s “de minimis”? Why is it being talked about so much in the US right now?
image
Bitcoin exchange Binance announces that it will list this altcoin on its spot trading platform! Click here for details
Binance coin on a boardroom table beside a cracked glass panel and a newspaper, symbolizing legal pressure and shifting media scrutiny surrounding the latest lawsuit against Binance
Fed prepares to punish banks for holding Bitcoin as US crypto tensions boil over
Bitcoin
Bitcoin liquidation cluster becomes clearer, traders long leaning towards BTC
image
Pudgy Penguins ($PENGU) dominates top NFT projects by social activity
© 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  Bitmine resumes Ethereum accumulation: latest move buys 14,618 ETH

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  Bitcoin delivers 90% risk-adjusted returns with 10% allocation, 2x Gold risk efficiency to its 60/40 portfolio

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

Listed in the NYSE, Mega Matrix employs cryptography for its financial strategy

Listed in the NYSE, Mega Matrix employs cryptography for its financial strategy

By Crypto Prune 9 months ago
Bitcoin has not reached the new history of euros and pounds amid a breakout of $118,000

Bitcoin has not reached the new history of euros and pounds amid a breakout of $118,000

By Crypto Prune 8 months ago
Russia's Central Bank has made its top global investment since 2022 Bitcoin rate

Russia’s Central Bank has made its top global investment since 2022 Bitcoin rate

By Crypto Prune 10 months ago
image

A16z raises $15 billion, says cryptocurrencies are ‘key’ to America’s success in the next 100 years

By Crypto Prune 2 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?