Vitalik Buterin Proposes New Way to Measure Ethereum’s Crypto Performance 

2 hours ago 2
ARTICLE AD BOX
Crypto News Low-Risk DeFi Could Be Ethereum’s ‘Google Moment,’ Says Vitalik Buterin

The post Vitalik Buterin Proposes New Way to Measure Ethereum’s Crypto Performance  appeared first on Coinpedia Fintech News

Ethereum is exploring new ways to measure and improve performance of cryptographic systems. 

Co-founder Vitalik Buterin is now calling for a shift in how developers assess cryptographic systems like zero-knowledge proofs (ZK) and fully homomorphic encryption (FHE), aiming to provide them with more meaningful metrics.

Buterin Proposes New Efficiency Metric

Traditionally, cryptographic performance has been measured in “operations per second” metric, which can be hardware-dependent and sometimes misleading. Instead, Buterin proposes using an “efficiency ratio”, the ratio of computation time when using cryptography versus raw computation time. 

I wish more ZK and FHE people would give their overhead as a ratio (time to compute in-cryptography vs time to compute raw), rather than just saying "we can do N ops per second"

It's more hardware-independent, and it gives a very informative number: how much efficiency am I…

— vitalik.eth (@VitalikButerin) October 18, 2025

He notes that this approach is less dependent on hardware, showing clearly how much efficiency is lost by making an app cryptographic. It also makes estimating performance simpler, since developers already know how long the raw computation takes.

The Challenges of Measuring Cryptography 

Vitalik also admits that this is hard because the operations involved are heterogeneous as execution and proof steps can vary, especially with differences in parallelization (SIMD) and memory access patterns. So even a ratio can still be affected by hardware to some extent. 

Despite these limitations, he believes the overhead factor is still a useful and meaningful metric for evaluating cryptographic performance. 

Crypto researcher Lukas Helminger asked how to benchmark the overhead of fully homomorphic encryption (FHE) or multi-party computation (MPC), noting that it’s more complicated than in zero-knowledge proofs. He also wondered which network assumptions or number of parties should be considered when calculating the overhead.

Any idea how to benchmark the overhead to raw in the FHE/MPC setting? Which network to assume, number of parties etc? It’s not so easily derivable as in the ZK imo

— Lukas Helminger (@luhelminger) October 18, 2025

Buterin explained that FHE is mostly a single-party process, so network considerations have little impact. Only minor steps like sending inputs or performing threshold decryption matter, and these are negligible compared to computation time. 

Helminger noted that real-world blockchain scenarios could see extra overhead when many nodes are involved. Buterin agreed but said raw runtime in a deployed setting still provides the clearest picture.

Ethereum Scaling Breakthrough 

Just recently, Brevis unveiled Pico Prism, a high-performance zkVM for real-time Ethereum block proving. With 64 RTX 5090 GPUs, it proves 99.6% of blocks in under 12 seconds, averaging 6.9 seconds.

This breakthrough could boost Ethereum’s scalability by up to 100× and move toward a future where anyone could validate the blockchain even from a smartphone. Buterin also highlighted it as a major advancement in ZK-EVM proving speed and diversity.

Excited to see @brevis_zk's Pico Prism entering the ZK-EVM proving arena!

An important step forward in ZK-EVM proving speed and diversity. https://t.co/nOeYt9YMvm

— vitalik.eth (@VitalikButerin) October 15, 2025

Ethereum’s Ambitious zk-Powered Future

Crypto investor Ryan Sean Adams highlights how Ethereum is taking a radically different path from other blockchains.

He sees it evolving into a zk-powered chain, where Layer 1 handles global DeFi with high throughput (10,000 TPS) and nodes lightweight enough to run on a phone. Layer 2 networks will handle everything else, including general-purpose applications like Base or Arbitrum as well as appchains like lighter. 

Read Entire Article