Ethereum begins sorting for Hegotá, its expected upgrade in 2027. As of August 16, 66 proposals remained in competition. FOCIL has already secured its place, while three other EIPs could prov
Ethereum begins sorting for Hegotá, its expected upgrade in 2027. As of August 16, 66 proposals remained in competition. FOCIL has already secured its place, while three other EIPs could provide privacy applications with tools directly integrated into the protocol.
In Brief
- Toni Wahrstätter lists 66 proposals to be sorted for Hegotá, aiming to select those that can reach implementations, devnets, and testnets for delivery in 2027.
- FOCIL (EIP-7805) aims to enhance censorship resistance by allowing a committee of validators to force the inclusion of transactions.
- EIP-8141, EIP-8250, and EIP-8272 form a trio of primitives for validation, independent nonces, and recent roots, not an already enabled private mode.
FOCIL Leads the Way Without Making Ethereum Private
In the long list of proposals related to Hegotá, FOCIL is currently the only one already marked as “Scheduled”. Cointribune had detailed its operation: the idea is to prevent a block proposer from permanently excluding a valid transaction.
Your 1st cryptos with BitpandaThis link uses an affiliate program.The EIP-7805 stipulates that a committee of validators establishes a list of transactions to be included in the block. The proposer retains its role but can no longer decide alone what goes in or not.
FOCIL remains in draft stage, so it is not yet a feature available on the main network.
Toni Wahrstätter, Ethereum Foundation contributor, summarized the situation on August 16 on X:
FOCIL is already chosen as the flagship of Hegotá. I think Frame Transactions should join it.
The nuance is important. FOCIL affects censorship resistance, not transaction privacy. Amounts and addresses do not become invisible. This aspect is rather handled by three other proposals.
Three Building Blocks to Facilitate Privacy Applications
The goal is not to add a “private mode” to Ethereum. Developers rather seek to provide mechanisms that applications can use without having to rebuild everything on top of the protocol.
The EIP-8141, Frame Transactions, first changes how a transaction can be structured. Validation, execution, and gas payment can be separated. An account can then more freely define how an operation is authorized and how its fees are paid.
This approach aligns with the roadmap dedicated to privacy on Ethereum. Part of the complexity currently managed by wallets or applications could thus be moved directly to the protocol level.
The EIP-8250, Keyed Nonces, tackles another problem. Instead of using a single series of nonces, a Frame transaction could have several independent domains. For some private protocols using the same sending address, this would prevent a pending transaction from blocking subsequent ones.
The EIP alone, however, does not make any address anonymous. The EIP-8272 complements the setup with “Recent Roots.” A transaction could refer to a recent cryptographic root, verified by the client before execution. For a privacy application, this facilitates proof that a spend is based on a recent system state.
Taken together, the three EIPs look more like a toolbox than a ready-to-use privacy solution.
Hegotá Still Has Choices to Make
The main obstacle now remains the schedule. The 66 active proposals cannot all join Hegotá.
Toni Wahrstätter states that upcoming developer discussions will mainly need to identify EIPs capable of quickly obtaining implementations, then going through devnets and testnets before possible delivery in 2027.
The Forkcast tracking illustrated the sorting complexity. As of August 16, the platform listed 69 entries related to Hegotá: 65 “Proposed”, FOCIL already “Scheduled” and three other proposals classified as “Considered”, “Declined” or “Withdrawn.”
Privacy is also only one issue among others. Developers also discuss data costs, state growth, shorter slots, issuance, anti-correlation penalties, zkEVMs, and post-quantum resistance.
According to the Ethereum roadmap, Glamsterdam should precede Hegotá. Thus, over the next developers’ calls and especially the first devnets, the fate of the EIP-8141, EIP-8250, and EIP-8272 trio should become clearer.
For now, talking about “native privacy” remains premature. Ethereum is laying the foundations; these proposals still need to survive the sorting process and move from paper to code.