EIP-8288 introduces frame type for post-quantum signatures and STARK aggregation

1 hour ago 1



Ethereum just got its clearest blueprint yet for surviving a quantum computing future without bankrupting its users on gas fees. EIP-8288, authored by Vitalik Buterin and merged into the Ethereum EIP repository on September 9, 2026, introduces a framework for recursive STARK aggregation that could fundamentally reshape how the network handles cryptographic proofs. The proposal, first put forward on June 5, 2026, tackles a problem that’s been lurking in Ethereum’s roadmap for years: post-quantum signatures are large and expensive to verify on-chain. EIP-8288’s solution is elegant in its simplicity. Instead of every transaction carrying its own hefty proof, transactions declare their quantum-resistant signatures and STARK proofs as dependencies, and mempool nodes batch them together into a single, compact aggregate proof. How recursive STARK aggregation actually works Technically, the proposal introduces what it calls a “frame type” for post-quantum signatures and STARK aggregation. Transactions include a minimal base frame, keeping the on-chain footprint small. The heavy lifting, the actual aggregation logic, happens at the mempool and block builder layer rather than at consensus. B...

Read Entire Article