The Censorship Resistance Breakthrough Nobody Is Talking About
With the Hegota upgrade now locked in for late 2026, the Ethereum community has been buzzing about blob scaling, state expiry, and PeerDAS improvements. But I believe the most consequential change flying under the radar is the FOCIL + EIP-8141 combination – a pairing that could fundamentally alter the censorship resistance guarantees available to smart contract wallets. Let me break down why this matters and why I think it deserves far more attention than it is currently getting.
FOCIL (EIP-7805): Fork-Choice Enforced Inclusion Lists
FOCIL stands for Fork-Choice Enforced Inclusion Lists. It was officially confirmed as the consensus-layer headliner for Hegota during the recent All Core Devs call, and it represents a fundamental shift in how Ethereum handles transaction censorship at the protocol level.
How it works: In each slot, a committee of 16 randomly selected validators (the “inclusion list committee”) independently constructs and gossips an inclusion list based on their subjective view of the mempool. These are not suggestions – they are enforced through the fork-choice rule itself. Attesters will only vote for blocks that satisfy the inclusion list constraints. Any block that fails to include the required transactions cannot become canonical.
This is a dramatic departure from previous approaches. Rather than relying on a single block proposer (who might be running through a builder pipeline susceptible to OFAC-related filtering), FOCIL distributes inclusion enforcement across 16 independent actors per slot. The probability that all 16 committee members simultaneously censor a specific transaction is astronomically low, assuming reasonable validator set diversity.
Key properties of FOCIL:
- Same-slot inclusion: FOCIL runs in parallel with block building for slot N+1 during slot N, meaning constrained transactions can be included within 1-2 slots of submission
- Fork-choice integration: This is not a soft recommendation layer – it is baked into consensus. Non-compliant blocks are rejected by attesters
- Committee-based resilience: 16 independent includers per slot provide robust censorship resistance without requiring any single actor to be altruistic
- Compatibility with PBS: FOCIL works alongside Proposer-Builder Separation, adding a censorship-resistance floor beneath the existing builder market
EIP-8141: Frame Transactions for Smart Accounts
EIP-8141 is the account abstraction upgrade that completes the picture. It introduces “frame transactions” – a new transaction type whose validity, execution, and gas payment can be defined abstractly by the account itself.
What this enables for smart wallets:
- Arbitrary signature schemes: Accounts can define and interpret their own cryptography – multisigs, quantum-resistant keys, biometric-backed keys, social recovery, you name it
- First-class smart accounts: No more wrapper contracts, no more ERC-4337 bundler intermediaries for basic operations. Smart accounts become native protocol citizens
- Flexible gas payment: Gas sponsorship, token-based gas payment, and multi-party payment flows are all natively supported through the frame abstraction
- Multi-frame execution: Complex operations like account deployment + verification + execution can happen atomically in a single transaction
The Synergy: Why FOCIL + EIP-8141 Together Changes Everything
Here is where it gets truly interesting, and why I argue this combination is the most underrated upgrade of 2026.
Before Hegota: If you are using a smart contract wallet today, your transaction must flow through a bundler (ERC-4337 model), which then submits to builders, who may filter it. Your censorship resistance is only as good as the weakest link in this pipeline. If builders censor, your smart wallet transaction does not land.
After Hegota: With EIP-8141, your smart wallet submits a native frame transaction directly to the mempool – no bundler middleman needed. With FOCIL, that transaction enters the inclusion lists of 16 randomly selected committee members. Even if every single builder in the market decides to censor your transaction, the FOCIL committee forces its inclusion through the fork-choice rule. The builder pipeline is entirely bypassed for inclusion guarantees.
This is a paradigm shift for smart wallet users. For the first time, a multisig wallet, a social recovery wallet, or a privacy-preserving smart account gets the same censorship resistance guarantees as a simple EOA transaction – and arguably better, because FOCIL provides stronger guarantees than the current status quo for any transaction type.
The Controversy
I would be remiss not to mention the debate. Ameen Soleimani (Privacy Pools founder) has raised concerns that FOCIL creates legal risks for US-based validators by potentially forcing them to include transactions from OFAC-sanctioned addresses. He argues the benefits are overstated and the design relies on validator altruism.
I respectfully disagree with this characterization. FOCIL’s committee-based design actually reduces individual validator responsibility – no single validator is “choosing” to include a controversial transaction; the protocol mandates it through fork-choice. This is a meaningful legal distinction. Moreover, the alternative – allowing builders to unilaterally censor transactions – represents a far greater existential threat to Ethereum’s value proposition as a credibly neutral platform.
Looking Ahead
The Hegota upgrade is scheduled for H2 2026. The spec freeze for FOCIL is imminent, and EIP-8141 is advancing through the review process. Together, they represent Ethereum’s strongest commitment yet to what Vitalik has described as building a “cypherpunk principled” network.
For those of us building consensus systems, this is one of the cleanest examples I have seen of how thoughtful protocol design can eliminate entire classes of centralization risk without sacrificing performance. I am genuinely excited about the implications.
What are your thoughts? Is FOCIL + EIP-8141 being underestimated, or are the legal and practical concerns enough to temper enthusiasm?
References: EIP-7805 (FOCIL spec) – eips.ethereum.org | EIP-8141 (Frame Transactions spec) – eips.ethereum.org | DL News coverage of Hegota confirmation | The Block on FOCIL roadmap addition | CoinDesk on Hegota timeline