When Ethereum no longer needs "re-execution": The real-time proof revolution of Brevis Pico

CN
7 hours ago

Author: Chainfeeds

Recently, the Ethereum technical community has been discussing "Real-time Proving" (RTP). Simply put, it means: we no longer need all Ethereum nodes to spend a lot of resources "re-executing" every transaction, but instead use a cheaper and faster way to verify a small proof. However, achieving this is very difficult. Previously, even the best-performing technologies could only verify about 40% of blocks within 10 seconds, with hardware costs reaching hundreds of thousands of dollars.

Now, the Brevis team's new technology, Pico Prism, has broken through this bottleneck: they have achieved the generation of valid proofs for 96.8% of Ethereum's latest specification (45M gas) mainnet blocks within 10 seconds using consumer-grade graphics cards (64 RTX 5090), with an average time of only 6.9 seconds, and hardware costs reduced to half of previous competitors. This means that the Ethereum mainnet truly has the potential for significant scalability without sacrificing decentralization—transactions will be cheaper, faster, and more secure.

What problem is being solved?

Currently, Ethereum generates a block every 12 seconds. Tens of thousands of nodes around the world must redo all calculations and repeatedly verify transactions. Imagine this: every time you receive a transfer notification, you have to recalculate all the bank's ledgers—this is extremely inefficient and costly, which is the current state of Ethereum.

The Ethereum Foundation has proposed a new idea: Real-time Proving (RTP). This means that instead of having each node rerun the transaction execution process, dedicated machines calculate a small "proof file" efficiently, and other nodes only need to download and verify this proof—resulting in lower costs and higher efficiency.

But the challenges are immense: the computational load of Ethereum transactions is inherently complex, and generating mathematically rigorous proofs requires computation that is dozens or even hundreds of times higher than ordinary execution. Therefore, over the past two years, many zkVM technology companies around the world have been trying to reduce costs and shorten delays.

Features of Brevis and Pico Prism

Before 2025, the strongest real-time proving solution in the industry was the SP1 Hypercube from the Succinct team. It achieved about 40.9% of blocks generating proofs within 10 seconds on a 36M gas block, but required 160 RTX 4090 graphics cards, with a total cost of about $256,000.

In contrast, Brevis's Pico Prism achieved 98.9% of blocks generating proofs within 10 seconds under the same conditions, with an average time of only 6.04 seconds, and costs reduced to half of the previous solution (64 RTX 5090, with a total cost of about $128,000).

Even more impressively, when Ethereum raises the mainnet block gas limit to 45M in July 2025, Pico Prism still achieved:

  • 99.6% of blocks proved within 12 seconds;

  • 96.8% of blocks generating proofs under the strict "10 seconds" real-time standard;

  • An average proof time of only 6.9 seconds.

This indicates that Brevis's engineering design has made significant progress.

How does Pico Prism achieve this?

Pico Prism can complete zero-knowledge proofs for Ethereum blocks in an extremely short time not through a single algorithm breakthrough, but through a system-level engineering innovation. The team restructured the entire proof pipeline, making the task division between CPU and GPU more reasonable. Lightweight scheduling and preparation work are handled in parallel by the CPU, while all intensive cryptographic and computational parts are pushed to the GPU, allowing each graphics card to operate at nearly full load. This extreme resource utilization is the core reason why Pico Prism leads competitors with the same hardware.

The more critical innovation lies in its multi-GPU, multi-machine collaborative architecture. Traditional proof systems are often limited to single-machine, single-card environments, constrained by memory and bandwidth, leading to rapid performance saturation. Pico Prism redesigned the task sharding and communication methods, allowing GPUs on different servers to work together like a production line. The efficiency of data being sliced, transmitted, and aggregated across multiple nodes is extremely high, achieving nearly linear scalability. In other words, adding GPUs no longer just means stacking hardware, but proportionally increasing speed.

All of this ultimately converges into an obvious result: real-time proving becomes "democratized." In the past, generating a proof for an Ethereum block might require cloud supercomputing clusters, but now, the same task can be accomplished with commercially available RTX 5090s. The success of Pico Prism is not a miracle of a single algorithm, but a reconstruction and industrial optimization of the entire proof process. It proves that zero-knowledge proofs can be both efficient and economical, which is a key step for Ethereum to enter the "real-time proving" era.

Visualization Platform Ethproofs

In 2025, the Ethereum Foundation launched a public platform called Ethproofs to showcase the proofs generated in real-time by various teams for Ethereum mainnet blocks. The Ethproofs platform:

  • Provides real-time data, publicly comparing the speed and cost of proofs generated by different teams;

  • Encourages transparent competition within the ecosystem, promoting continuous breakthroughs in the industry;

  • Offers block proof file downloads, allowing the public to verify authenticity independently.

Pico Prism has been included in Ethproofs, where you can view their real-time generated proofs online and even verify these files in your browser.

Significance for Ordinary Users

The real-time proving technology brought by Pico Prism means that the future cost of using Ethereum will be lower, and transaction speeds will be faster. When the network no longer requires each node to repeatedly run all transactions but only to verify simple proof files, the on-chain congestion problem will be significantly alleviated. For ordinary users, the experience of transferring funds, purchasing NFTs, participating in DeFi, and other daily operations will be smoother, and costs will be significantly reduced.

At the same time, the popularization of real-time proving will also make the Ethereum network truly more decentralized. In the past, the need for massive hardware resources and high electricity costs to verify each block made it nearly impossible for ordinary households to participate. Now, Pico Prism has proven that real-time verification of mainnet blocks can be achieved using ordinary consumer-grade GPUs, meaning that in the future, ordinary households can easily run Ethereum nodes and participate in network verification and protection.

Even more exciting is that this technology may give rise to entirely new application scenarios. For example, cross-chain transactions will become safer without the need for additional trusted parties; mobile wallets can truly become lightweight clients without relying on remote nodes; even AI reasoning and large-scale off-chain computations can generate small proof files that can be easily submitted to the blockchain for trusted verification. These new scenarios will inject new vitality into the entire blockchain ecosystem.

How far are we from the ultimate goal?

The Ethereum Foundation has set clear goals:

  • More than 99% of block proofs completed within 10 seconds;

  • Hardware that can run using no more than 10 kilowatts of power and costing no more than $100,000;

  • All code must be fully open source, allowing third parties to reproduce it.

Currently, Pico Prism is close to this target line (hardware cost of $128,000, performance reaching 96.8% of blocks meeting the 10-second requirement). The next step for the Brevis team is to further reduce the number of GPUs to 16 or fewer, thereby fully meeting the "household-level" standards set by the Ethereum Foundation.

Conclusion

The Ethereum community is undergoing a significant technological leap: transitioning from the traditional "re-executing every transaction" to "real-time verifying proofs." The Pico Prism launched by the Brevis team is one of the key drivers of this critical shift. Through a multi-GPU parallel architecture design, they have achieved real-time proofs for Ethereum's latest 45M gas blocks using ordinary consumer-grade graphics cards for the first time: 96.8% of blocks can complete proof verification within 10 seconds, with an average time of only 6.9 seconds, and hardware costs reduced to half of the previous most advanced solutions.

This breakthrough means that in the future, the Ethereum network can significantly scale without sacrificing decentralization and security, with lower transaction costs, stronger network performance, and even ordinary households being able to participate in blockchain verification at a lower cost. The public and transparent platform Ethproofs initiated by the Ethereum Foundation is tracking and verifying these advancements in real-time, allowing the public to stay updated on the latest technological achievements and personally verify the real-time proof results of various teams.

Therefore, Brevis and Pico Prism are not only technological milestones for Ethereum but also open up new horizons for the entire crypto ecosystem, warranting continued attention.

免责声明:本文章仅代表作者个人观点,不代表本平台的立场和观点。本文章仅供信息分享,不构成对任何人的任何投资建议。用户与作者之间的任何争议,与本平台无关。如网页中刊载的文章或图片涉及侵权,请提供相关的权利证明和身份证明发送邮件到support@aicoin.com,本平台相关工作人员将会进行核查。

Share To
APP

X

Telegram

Facebook

Reddit

CopyLink