A Paradigm Shift: Ethereum Consensus to Enforce Transaction Inclusion

A pivotal announcement emerged from the recent Ethereum Community Conference (EthCC). Researcher Jihoon Song from the Ethereum Foundation confirmed that a protocol known as FOCIL (Fork-Choice Enforced Inclusion Lists, EIP-7805) is now a core feature slated for a future major network upgrade. This moves censorship resistance from a social-layer expectation to a hardcoded rule enforced by the blockchain's consensus mechanism itself.

The Centralization Challenge and FOCIL's Answer

The Ethereum network currently grapples with a structural concern: over 80% of block production is concentrated among a small set of dominant builders. This centralization poses not only efficiency questions but a tangible censorship risk, where a few entities could theoretically exclude specific legitimate transactions.

FOCIL is designed to address this core issue. It redistributes the power over transaction inclusion away from potentially centralized builders to a decentralized system of validator committees. Its operational flow involves three key phases:

  • Random Committee Formation: For each slot, the network randomly selects 16 validators to form a temporary inclusion list committee.
  • Local List Publication: Each committee member publishes a "local inclusion list" based on their view of the transaction mempool, nominating transactions they believe should be processed.
  • Consensus-Layer Enforcement: The block proposer must aggregate these lists. Crucially, subsequent validators adapt their voting rules: they will refuse to vote for blocks that do not include transactions from valid lists. Compliance becomes a prerequisite for consensus, embedding anti-censorship directly into the chain's fork-choice rules.

Beyond Censorship Resistance: Enhanced Security and Future-Proofing

The random committee approach of FOCIL offers advantages over prior proposals. It significantly mitigates risks of bribery and coercion attacks, as an attacker would need to target a random, rotating group rather than a fixed entity, increasing cost and uncertainty.

Furthermore, the protocol is designed with forward compatibility. It provides native consensus-layer support for emerging Account Abstraction (AA) wallets and privacy-focused transaction protocols, ensuring these complex transactions are accepted more reliably.

Jihoon Song indicated that most Ethereum clients have already completed prototype implementations of FOCIL. The community is currently focused on optimizing proof sizes and gas efficiency, paving the way for future "GigaGas"-level scalability. This is not merely a feature upgrade but a profound restructuring of Ethereum's consensus layer, strengthening its foundation as a global decentralized settlement platform.