Ethereum

Vitalik Buterin Backs EIP-8288 to Cut Quantum-Safe Costs by 99%

The proposal is a draft that depends on another draft, and both are aimed at a fork that comes after a fork that has not shipped. Buterin has put no date on any of it.

⏱ 3 min read Ethereum
Quick Summary
  • EIP-8288 would cut quantum-safe private transaction costs from roughly 10 million gas to the low tens of thousands by batching cryptographic proofs at the mempool level rather than verifying them on-chain.
  • Adopting the proposal would make RISC-V Ethereum's de facto canonical instruction set, a structural decision Buterin described as significant but necessary.
  • Both EIP-8288 and its prerequisite Frames are unscheduled; Buterin wants both in I-star, the upgrade after Hegotu00e1, which he has called Ethereum's last before the Lean era begins.

Ethereum co-founder Vitalik Buterin has publicly backed a proposal that would reduce the gas cost of quantum-safe private transactions from roughly 10 million to the low tens of thousands, a cut of more than 99%, and has said he wants it included in a future network upgrade called I-star.

Buterin announced his support on Wednesday 9 September, pointing to EIP-8288, which he co-authored in June alongside Thomas Coratger. The proposal targets the enormous computational overhead that post-quantum cryptography currently imposes on Ethereum transactions.

Why Current Costs Are Prohibitive

Post-quantum signatures today run to 2 or 3 kilobytes and cost between 150,000 and 200,000 gas to verify on Ethereum. STARK proofs are considerably heavier, weighing in at over 128 kilobytes and as much as 512 kilobytes when generated quickly, pushing verification costs into the millions of gas. Buterin noted that a well-engineered private transaction costs around 300,000 gas under current conditions, but making that same transaction quantum-safe pushes the figure to approximately 10 million gas.

How EIP-8288 Works

The proposal bypasses on-chain cryptography entirely by introducing a ‘dependency’ system. Instead of publishing a full signature or proof on-chain, a transaction declares a short 96-byte claim that a message was signed by a specific key or that some data satisfies a particular proof. Mempool nodes gather those claims every second, generate a single recursive STARK that proves all of them simultaneously, and forward that combined proof. Each block then carries one proof covering every transaction within it.

Under this architecture, Buterin said both standard private transactions and quantum-safe ones would settle in the low tens of thousands of gas, collapsing the current cost gap between the two.

A Consequential Decision on RISC-V

Recursive proofs require a shared language to express cryptographic statements, and the front-running candidate is RISC-V, an open instruction set widely used in chip design. Buterin described adopting RISC-V as a ‘big decision’ that warrants careful deliberation, while also calling it necessary. If the proposal is accepted, RISC-V would become Ethereum’s de facto canonical instruction set, a structural shift with long-term implications for the protocol.

Buterin first floated this direction in July as part of a broader Lean Ethereum roadmap, which envisions rebuilding almost every major protocol component over three to four years and placing recursive STARKs at the core of the architecture.

Additional Use Cases

Beyond quantum-safe private transactions, Buterin sketched a second application: private account abstraction. Under this model, an account’s logic could be kept hidden on-chain, and ownership of every position and holding attached to it could be transferred in a single transaction without revealing which assets were involved.

Timeline and Dependencies

EIP-8288 depends on Frames, the transaction-format overhaul Buterin promoted the previous Sunday, which is itself not yet scheduled for any upgrade. Buterin wants both EIPs included in I-star, the upgrade he has described as coming after Hegotá. He has said Hegotá will be Ethereum’s last major upgrade before the Lean era begins. As of publication, neither EIP has been formally assigned to a fork, and both remain at the proposal stage.

⚖️ Our Verdict ⚖️ Watch and Wait

The engineering idea is elegant and the saving is real if it works. Move the heavy cryptography out of the execution path, batch every claim in a block into a single recursive proof, and a quantum-safe private transaction stops costing over thirty times what an ordinary one does. But count the distance. EIP-8288 is a draft that depends on Frames, which is also a draft, and Buterin wants both in I-star, the fork after Hegotá, which is itself the fork after Glamsterdam. Neither has been assigned to any fork and no dates exist. Buried inside it is a much larger decision too: making RISC-V Ethereum's canonical instruction set is not a technical detail, and Buterin says as much himself.