# Ethereum Developers Lock EIP-7805 FOCIL and EIP-8141 Frame Transactions for Hegotá Hard Fork

Source: TechNewsList (https://technewslist.com)
Canonical URL: https://technewslist.com/en/article/ethereum-developers-lock-focil-and-frame-transactions-hegota-2026-09-19-morning
Section: DeFi & Crypto (https://technewslist.com/en/defi-crypto)
Author: TechNewsList
Language: en
Published: 2026-09-19T11:11:38.516+00:00
Updated: 2026-09-19T11:11:38.68919+00:00

> Core developers formalize mandatory fork-choice inclusion lists to neutralize builder-level censorship while standardizing multi-step smart accounts directly into protocol rules.

## TL;DR
- Ethereum core developers officially locked EIP-7805 FOCIL and EIP-8141 Frame Transactions for the upcoming Hegotá hard fork.
- FOCIL modifies fork-choice consensus rules to mandate that builders include transactions flagged by a distributed validator committee.
- Frame Transactions introduce native smart account abstraction with up to 64 execution steps, enabling paymasters and fee sponsorship.
- The dual upgrade neutralizes centralized MEV builder censorship while removing reliance on third-party ERC-4337 bundler infrastructure.

## Key points
- EIP-7805 introduces Fork-Choice Enforced Inclusion Lists dictated by a randomly selected validator committee in every slot.
- Attesting nodes will automatically reject blocks that censor committee-flagged transactions unless the block has reached full gas capacity.
- EIP-8141 decomposes transactions into up to 64 distinct execution frames separating authorization, gas payment, and contract calls.
- Frame Transactions enable native gas sponsorship and passkey authentication directly in protocol rules without external bundlers.
- The Hegotá hard fork is scheduled to follow Pectra as Ethereum's primary protocol milestone for base-layer neutrality.
- MEV block builders must adapt proprietary algorithms to accommodate mandatory inclusion lists without compromising slot deadlines.

## What happened

Ethereum core protocol researchers and client development teams finalized the core scope for the upcoming Hegotá network hard fork during the latest AllCoreDevs consensus meeting on September 18, 2026. The developers formally locked two foundational Ethereum Improvement Proposals—EIP-7805, defining Fork-Choice Enforced Inclusion Lists (FOCIL), and EIP-8141, specifying native Frame Transactions—as mandatory inclusions for the upgrade following Pectra.

The coordinated decision represents a decisive protocol-level pivot toward robust base-layer censorship resistance and streamlined transaction processing. Over the past two years, the proliferation of centralized maximal extractable value (MEV) block builders resulted in growing concentration, where a small handful of specialized relayers frequently filtered or delayed transactions interacting with sanctioned protocols or privacy-preserving smart contracts.

By embedding inclusion guarantees directly into the fork-choice rule and decoupling transaction authorization from gas settlement, the Hegotá specifications reassert base-layer neutrality. Proposers and builders will no longer possess unilateral discretion to exclude valid user transactions that have been observed in the public mempool.

![Step-by-step transaction lifecycle visualization demonstrating private key signature verification, mempool propagation, and ledger inclusion](https://rkhynbcsbnkkcwgexzwg.supabase.co/storage/v1/object/public/media/api/1789816289523-8esqt8-ethereum-developers-lock-focil-and-frame-transactions-hegota-2026-09-19-morning-inside-1-a64d1c9d92.webp)
*Decentralized transaction propagation: Network nodes verify cryptographic signatures before appending transactions to candidate blocks.* 

## Why it matters

The central challenge confronting Ethereum's decentralized security model has been the structural vulnerability of the proposer-builder separation (PBS) pipeline. In pursuit of MEV extraction efficiency, independent validators predominantly outsource block construction to specialized external builders. While economically rational, this dynamic created an acute censorship vector, as regulated builders routinely enforce jurisdictional blacklists and exclude compliant transactions submitted by global users.

Prior attempts to resolve this issue through voluntary proposer inclusion lists suffered from subtle game-theoretic vulnerabilities, including builder bribery and griefing vectors where proposers could be economically penalized for forcing transactions into blocks. EIP-7805 FOCIL overcomes these limitations by distributing inclusion authority across a broad, randomly selected validator committee in every single slot.

Equally important is the arrival of EIP-8141 Frame Transactions. Native account abstraction has long remained fragmented across competing layer-2 workarounds and third-party bundler architectures under ERC-4337. Frame Transactions bring first-class smart contract account execution natively into the Ethereum Virtual Machine (EVM), allowing non-custodial wallets to sponsor gas, batch complex operations, and utilize quantum-resistant signature schemes without intermediary relayers.

## Technical details

The mechanics of EIP-7805 fundamentally alter how attesting nodes evaluate canonical chain tip fitness. In each twelve-second slot, the protocol randomly selects an inclusion list committee consisting of dozens of active beacon validators. Each committee member independently monitors the mempool, constructs a candidate inclusion list of pending transactions, and gossips that list across the peer-to-peer network prior to block construction.

![Data structure diagram illustrating block headers, transaction list arrays, and cryptographic Merkle tree commitments](https://rkhynbcsbnkkcwgexzwg.supabase.co/storage/v1/object/public/media/api/1789816291608-5dlupf-ethereum-developers-lock-focil-and-frame-transactions-hegota-2026-09-19-morning-inside-2-a64a4e2f2c.webp)
*Block payload commitments: Modified execution headers require cryptographic inclusion proofs confirming committee-selected transactions.* 

The designated slot proposer must aggregate these committee lists into a summary inclusion commitment. Under the modified fork-choice rule, downstream attesters will unconditionally reject any proposed block that fails to include either the committed transactions or proof that the block was already filled to maximum gas capacity. A builder attempting to censor a targeted address is therefore forced to leave the block invalid, forfeiting all execution fees and block rewards.

Complementing FOCIL, EIP-8141 Frame Transactions replace the rigid, monolithic transaction format with a structured sequence of up to 64 discrete execution frames. Each frame operates with its own gas stipend, caller context, and revert boundaries. The initial frame performs cryptographic signature verification, the secondary frame identifies an approved paymaster contract to settle gas fees, and subsequent frames execute arbitrary smart contract logic.

## Market / industry impact

The formalization of the Hegotá specification provides welcome architectural clarity to Ethereum's decentralized finance ecosystem. Institutional asset managers and on-chain protocol developers had voiced escalating concerns regarding transaction censorship, particularly for cross-border automated market makers and collateral liquidations occurring during volatile market conditions.

MEV infrastructure providers, including Flashbots, Titan Builder, and BeaverBuild, must now restructure their proprietary block-building algorithms to accommodate non-negotiable inclusion lists. Industry analysts project that while pure MEV capture margins may contract slightly, the elimination of jurisdictional censorship risks will attract conservative institutional capital seeking neutral global settlement infrastructure.

Wallet developers, including MetaMask, Rainbow, and Coinbase Wallet, also gain a standardized, protocol-native foundation for next-generation smart accounts. By leveraging Frame Transactions, wallet providers can eliminate seed-phrase recovery hurdles, support passkey biometrics, and offer seamless multi-token gas payments natively across Ethereum layer-1 and rollups.

## What to watch next

Ethereum client engineering teams, including Geth, Nethermind, Besu, Prysm, and Lighthouse, will begin deploying prototype Hegotá devnets in late 2026 to evaluate network latency under high inclusion list committee gossip load. Benchmarking will measure whether gossiping multiple inclusion lists per slot introduces bandwidth overhead for low-power residential staking nodes.

Security researchers will also stress-test the interaction between Frame Transactions and smart contract reentrancy protections. Because Frame Transactions allow multi-step execution flows within a single top-level transaction envelope, audit firms will analyze novel composability scenarios across decentralized lending and synthetic asset protocols.

Formal testnet activations for Hegotá on the Sepolia and Holesky networks are projected for early 2027, paving the way for mainnet deployment as the bedrock of Ethereum's long-term censorship resistance roadmap.

## Sources

- [Ethereum Core Specification Repository](https://eips.ethereum.org/EIPS/eip-7805) — Technical specification of Fork-Choice Enforced Inclusion Lists (FOCIL) detailing validator committee sampling and fork-choice modification.

- [Ethereum Foundation Protocol Roadmap](https://ethereum.org/en/roadmap/censorship-resistance/) — Documentation of protocol-level censorship resistance milestones and proposer-builder separation enhancements.

- [Bankless Research Analysis](https://bankless.com/ethereum-hegota-upgrade-focil-frame-transactions) — Comprehensive breakdown of how Frame Transactions enable native account abstraction, gas sponsorship, and censorship resistance.

- [CoinMarketCap Protocol Intelligence](https://coinmarketcap.com/community/articles/66df3b55c5c8e312a012e8c2/) — Industry overview of core developer consensus locking EIP-7805 and EIP-8141 for the Hegotá network activation.

Mentions: Ethereum Foundation, AllCoreDevs, EIP-7805, EIP-8141, Vitalik Buterin

## Sources
- [Ethereum Core Specification Repository](https://eips.ethereum.org/EIPS/eip-7805)
- [Ethereum Foundation Protocol Roadmap](https://ethereum.org/en/roadmap/censorship-resistance/)
- [Bankless Research Analysis](https://bankless.com/ethereum-hegota-upgrade-focil-frame-transactions)
- [CoinMarketCap Protocol Intelligence](https://coinmarketcap.com/community/articles/66df3b55c5c8e312a012e8c2/)