Ethereum researchers verify model to speed up transaction finality

Ethereum Foundation researchers have formally verified a protocol model that separates finality from block production and fork choice. The change aims to cut Ethereum's roughly 16-minute finality window to under a minute and eventually to seconds. Under the design, smaller committees of 256 to 512 validators could handle fast block production while the full validator set maintains a trailing finality gadget, with the model checked using Lean 4 proofs.
Ethereum’s present finality delay stems from its two-epoch confirmation process. Each epoch contains 32 slots of 12 seconds, producing a theoretical minimum near 12.8 minutes, though real-world waits often exceed that. The proposed design would let a smaller validator committee, roughly 256–512 participants, handle rapid block creation while the entire validator set continues securing finalized checkpoints through a trailing mechanism.
The Ethereum Foundation team used Lean 4 to machine-check the decoupled model’s safety and finalization properties without leaving unproven gaps. Researcher Ben Edgington’s May 2026 roadmap calls for separating the processes first, then improving finality gradually. Later work may explore Minmitt and Goldfish, including single-round finality and resilience when many validators temporarily disconnect.
Faster finality could affect exchanges, merchants, bridge operators, and users moving high-value assets, since shorter irreversibility windows may reduce settlement delays and uncertainty. It may also shift validator responsibilities, as smaller committees handle block production while the broader set secures checkpoints. If realized, these changes could make Ethereum-based payments and cross-chain transfers more competitive with networks already offering confirmation in seconds, though actual outcomes depend on implementation, adoption, and security tradeoffs.