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

The XRP Whale Outflow Continues on Binance – What’s Happening?

2026-03-08

HashKey Chain introduces the first tokenized real estate RWA in Hong Kong

2026-03-07

Here’s why Bitcoin price shouldn’t fall to $54,000: Analyst

2026-03-07
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

    HashKey Chain introduces the first tokenized real estate RWA in Hong Kong

    2026-03-07

    What BEP2 holders need to know

    2026-03-07

    SoFi uses BitGo to power the distribution of its SoFiUSD stablecoin

    2026-03-07

    Interoperability is ‘essential’ for digital assets to reach their full potential: DTCC

    2026-03-07

    A groundbreaking leap into the consumer future of decentralized AI

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

    Refusing new IRS crypto tax forms could cost you your exchange account

    2026-03-07

    US lawmakers consider ban on prediction markets amid bets on Iran

    2026-03-06

    De volatiliteit van Bitcoin zou in april kunnen exploderen als SEC de markt achter de ETF-leverage beoordeelt

    2026-03-06

    Crypto company Kraken secures a direct link to Federal Reserve payments

    2026-03-04

    Bitcoin’s $85 billion derivatives engine may move onshore as CFTC eyes April approval

    2026-03-04
  • Analysis

    XRP Bull Flag Breakout After 8-Month Consolidation to Send Price to $11

    2026-03-07

    Billionaire Peter Thiel dumps a $74,400,000 stake in three assets, including one of Warren Buffett’s favorites

    2026-03-07

    Bitcoin Price Rally Slows, Consolidation Signals Possible Next Step

    2026-03-07

    XRP Price Ladder Shows What Conditions Are Needed for $18, $100, and $500

    2026-03-07

    Bitcoin’s rally from $73,000 faces a crucial test as momentum looks to change

    2026-03-06
  • Learn

    What Is Wrapped ETH (WETH) and Why Do You Need It in DeFi?

    2026-03-06

    What Is Crypto Protocol and Why Coins Need It

    2026-03-04

    Wat is Liquid Proof-of-Stake: uitgelegd voor beginners

    2026-03-02

    The 9 Most Common Crypto Scam Types

    2026-03-02

    Sidechains Explained: What They Are, How They Work, and Why They Matter

    2026-02-20
  • Blog
Bitcoin Platform – Bitcoin | Altcoins | Blockchain | News Stories Updated Daily
Home»Web 3»Ethereum Foundation is once again focusing on security over speed
Web 3

Ethereum Foundation is once again focusing on security over speed

2025-12-20No Comments6 Mins Read
Share
Facebook Twitter LinkedIn Pinterest Email

The zkEVM ecosystem has been sprinting on latency for a year. Proof time for an Ethereum block dropped from 16 minutes to 16 seconds, costs dropped 45x, and participating zkVMs now prove 99% of mainnet blocks in less than 10 seconds on target hardware.

The Ethereum Foundation (EF) declared victory on December 18: real-time proof works. The performance bottlenecks have been resolved. Now the real work begins, because speed without robustness is a disadvantage, not an asset, and the math under many STARK-based zkEVMs has been quietly breaking for months.

In July, the EF set a formal goal for “real-time proofing” that bundled latency, hardware, energy, openness, and security: prove at least 99% of mainnet blocks in 10 seconds, on hardware costing about $100,000 and running within 10 kilowatts, with fully open-source code, with 128-bit security, and with proof sizes of 300 kilobytes or less.

The December 18 message claims that the ecosystem has met its performance goal as measured by the EthProofs benchmarking site.

Real time is defined here relative to the slot time of 12 seconds and approximately 1.5 seconds for block propagation. The standard is essentially: “proofs are ready fast enough that validators can verify them without interrupting liveness.”

The EF is now turning from transit to solidity, and the spindle is blunt. Many STARK-based zkEVMs have relied on unproven mathematical conjectures to achieve advertised security levels.

In recent months, some of these conjectures, especially the ‘proximity gap’ assumptions used in hash-based SNARK and STARK low-grade tests, have been mathematically debunked, overturning the effective bit security of parameter sets that depended on them.

The EF says that the only acceptable endgame for L1 use is “demonstrable safety,” not “safety, assuming presumption X holds.”

They set 128-bit security as a goal, aligning it with mainstream crypto standards bodies and academic literature on long-lived systems, as well as real-world record calculations showing that 128 bits is realistically out of reach for attackers.

See also  Hoskinson denounces the proposal to burn 1.5 billion Cardano's ADA tokens

The emphasis on solidity over speed reflects a qualitative difference.

If someone can forge a zkEVM proof, he can mint random tokens or rewrite the L1 state and make the system lie, not just empty one contract.

That justifies what the EF calls a “non-negotiable” safety margin for each L1 zkEVM.

Roadmap with three milestones

The post contains a clear roadmap with three hard stops. First, each zkEVM team in the race at the end of February 2026 will connect its pilot system and circuits to ‘soundcalc’, an EF-maintained tool that calculates security estimates based on current cryptanalytic limits and the scheme’s parameters.

The story here is ‘common ruler’. Instead of each team quoting their own piece of security with custom assumptions, soundcalc becomes the canonical calculator and can be updated as new attacks emerge.

Second, “Glamsterdam” requires at least 100-bit provable security via soundcalc, final proofs at or below 600 kilobytes, and a compact public explanation of each team’s recursion architecture by the end of May 2026 with an outline of why it should be sound.

This quietly rolls back the original 128-bit requirement for early implementation and treats 100-bit as an intermediate goal.

Third, by the end of 2026, ‘H-star’ will be the full bar: 128-bit provable security by soundcalc, proofs at or below 300 kilobytes, plus a formal security argument for the recursion topology. That’s where it becomes less about technique and more about formal methods and cryptographic proofs.

Technical levers

The EF points to several concrete tools intended to make the goal of 128 bits and less than 300 kilobytes achievable. They highlight WHIR, a new Reed-Solomon proximity test that doubles as a multilinear polynomial commitment scheme.

WHIR provides transparent, post-quantum security and produces proofs that are smaller and more quickly verified than those of older FRI-like schemes at the same security level.

See also  Ethereum price hits $2,200 milestone, traders brace for next move

Benchmarks on 128-bit security show that proofs are roughly 1.95 times smaller and verification is several times faster than baseline constructs.

They refer to “JaggedPCS”, a set of techniques to avoid over-padding when encoding traces as polynomials, allowing provers to avoid wasted work while still making concise commitments.

They mention “grinding,” which is the brute force search of arbitrary protocols to find cheaper or smaller proofs while staying within the bounds of soundness, and “well-structured recursion topology,” which means layered schemes in which many smaller proofs are merged into a single final proof with carefully argued soundness.

Exotic polynomial math and recursion tricks are used to reduce proofs after security has been increased to 128 bits.

Independent work such as Whirlaway uses WHIR to build multilinear STARKs with improved efficiency, and more experimental structures with polynomial commitments are being built based on data availability schemes.

The calculations are fast, but also deviate from the assumptions that looked safe six months ago.

What is changing and the open questions

If proofs are consistently ready within 10 seconds and remain under 300 kilobytes, Ethereum can increase the gas limit without forcing validators to redo every transaction.

Validators would instead verify a small proof, allowing block capacity to grow while keeping the home strike realistic. This is why EF’s previous real-time post explicitly linked latency and power to “home-proven” budgets such as 10 kilowatts and installations under $100,000.

The combination of large safety margins and small proofs makes an “L1 zkEVM” a credible settlement layer. If these proofs are both fast and provably 128-bit secure, L2s and zk rollups can reuse the same machinery via precompiles, and the distinction between “rollup” and “L1 execution” becomes more of a configuration choice than a rigid boundary.

See also  Awaken Intelligence: Introducing .AI4 | Unstoppable domains

Real-time proof is currently an off-chain benchmark, not an on-chain reality. The latency and cost figures come from the hardware settings and workloads compiled by EthProofs.

There’s still a gap between that and the thousands of independent validators who actually run these provers at home. The safety story is in flux. The whole reason soundcalc exists is that STARK and hash-based SNARK security parameters keep evolving as suspicions are refuted.

Recent results have redrawn the line between “absolutely secure,” “presumably secure” and “absolutely unsafe” parameter regimes, meaning that the current “100-bit” settings could be revised again as new attacks emerge.

It’s not clear whether all major zkEVM teams will actually reach 100-bit provable security by May 2026 and 128-bit by December 2026, while staying below proof-size limits, or whether some will quietly accept lower margins, rely on heavier assumptions, or push verification off-chain for longer.

The hardest part may not be the math or GPUs, but formalizing and checking the entire recursion architectures.

The EF admits that various zkEVMs often assemble many circuits with substantial ‘glue code’ between them, and that documenting and proving the soundness of those custom stacks is essential.

That opens up a long line of work for projects like Verified-zkEVM and formal verification frameworks, which are still in their infancy and unevenly distributed across ecosystems.

A year ago, the question was whether zkEVMs could prove fast enough. That question is answered.
The new question is whether they can prove robust enough, at a level of security that doesn’t rely on presumptions that might be correct tomorrow, with proofs small enough to spread across Ethereum’s P2P network, and with recursion architectures formally verified enough to anchor hundreds of billions of dollars.

The performance sprint is over. The safety race has just begun.

Mentioned in this article

Source link

Ethereum focusing Foundation Security speed
Share. Facebook Twitter Pinterest LinkedIn Tumblr Email

Related Posts

Pakistan’s Top 10 SEO Experts Who Actually Move the Needle

2026-03-07

The software development market is booming worldwide | Big giants TCS, Infosys, Wipro

2026-03-07

Ethereum Rising Wedge Warning: A disruption could send the price to $1,500

2026-03-07

Former Ontario Ministry of Health Chief Architect Hugo Raposo Discusses How AI Is Transforming Canada’s Healthcare Systems

2026-03-07
Add A Comment

Comments are closed.

Top Posts

Bitcoin moving average crossover seems imminent

2023-07-06

The UAE is eliminating value-added taxes on crypto transactions in a new regulatory amendment

2024-10-08

Bitcoin Dominance Nears Cycle Top: Is Altcoin Season Near?

2024-11-05
Editors Picks

Galaxy Digital goes long on Bitcoin: what now?

2023-10-29

GT protocol to strengthen cloud gaming in collaboration with Deeplink Global

2025-02-17

CLS Global joins forces with Boosty Labs to power Web3 projects

2025-10-21

Ethereum losing the land price – is a decrease up to $ 1,550 inevitable?

2025-04-04

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

The XRP Whale Outflow Continues on Binance – What’s Happening?

HashKey Chain introduces the first tokenized real estate RWA in Hong Kong

Here’s why Bitcoin price shouldn’t fall to $54,000: Analyst

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.