Ethereum's Next Big Unlock: Vitalik's EIP-8288 Aims to Shrink Proof Overhead
Ethereum's next big cryptography unlock may be on its way thanks to Vitalik Buterin and his proposed EIP-8288. This new feature would dramatically reduce the size of cryptographic proofs on the network, making it more efficient and scalable.
According to Buterin, EIP-8288 would work by attaching a dependency frame to transactions instead of broadcasting raw cryptographic proofs. Mempool nodes would then bundle these proofs together into one combined proof per block, greatly reducing the bandwidth required for proof-related activities.
The payoff is significant: under this design, a block's entire cryptographic overhead would shrink to just one proof (100-300 kB) plus a tiny 96-byte tag per claim. This means that Ethereum can support more transactions without sacrificing security or scalability.
However, implementing EIP-8288 requires agreement on a shared instruction set for writing these proofs against, and Buterin notes that RISC-V is the leading candidate for this currently.