Altcoins

Ethereum's Hegotá Selection Starts With 66 EIPs Competing for the 2027 Upgrade

66 EIPs fill Ethereum’s Hegotá pipeline as ACD sets Aug 6, 2026 proposal deadline; FOCIL is listed as scheduled in EIP-8081. What to track before the 2027 fork.

Ethereum's Hegotá Selection Starts With 66 EIPs Competing for the 2027 Upgrade

Ethereum’s next big network upgrade, Hegotá, just opened its gates. Sixty-six EIPs are jostling for attention, and only a subset will actually make it into the 2027 fork. If you build on Ethereum, run validators, or maintain infrastructure, the next few months decide what you will be shipping against for the next cycle.

The problem: there’s a lot of noise. Some EIPs are headliners, some are long shots, and some may quietly reshape daily operations more than the flashy stuff. Let’s sort signal from noise, set expectations, and get a practical plan in place.

Aspect What to Know
How many proposals 66 EIPs are competing for Hegotá’s scope at the starting line, with more likely to churn in and out as reviews tighten.
Near-term deadline All Core Devs set Aug 6, 2026 for non-headliner PRs proposing EIPs, anchoring the funnel for candidates ethereum/pm (GitHub) — ACDC #184 issue.
Early sorting signal Eight execution-layer EIPs moved into “Proposed for Hegotá” on the July 30, 2026 ACDE #242 call, earning deeper review time EtherWorld (ACDE #242).
Current headliner EIP-7805, Fork-choice enforced Inclusion Lists (FOCIL), is listed as scheduled for inclusion in EIP-8081, the Hegotá meta EIP EIP-8081.
Working repo churn Multiple PRs landed to update EIP-8081 and add Hegotá candidates around July 31, 2026 (for example, #12058–#12060) ethereum/EIPs PRs.
Who should care Validator operators, rollup teams, dapp developers, infra providers, MEV searchers, security auditors, and compliance teams.
Decision cadence Scope converges over successive ACDE and ACDC calls, with client teams testing, punting, or merging candidates based on risk and value.

Core Concepts

Upgrades on Ethereum are not a monolith. There are two planes that move together: the execution layer, which runs the EVM and transactions, and the consensus layer, which handles validators and finality. Each layer has its own proposal flow and meeting rhythm, but Hegotá bundles chosen items into one coherent fork.

Big upgrades usually carry one banner item that tells a story. For Hegotá, the banner right now is FOCIL, a mechanism that brings inclusion lists under the fork-choice rule to strengthen censorship resistance. That is protocol-speak for giving block producers clearer obligations to include certain transactions. If FOCIL holds its spot, it will likely shape how validators, builders, and searchers coordinate.

Everything else competes for room around that headliner. Some EIPs aim to cut operational risk, some tweak gas accounting, some clean up edge cases that only client devs get excited about. The trick is understanding which of those “small” items will cut your pager load or your costs next year.

Quick glossary

  • EIP (Ethereum Improvement Proposal) A standardized proposal format for changes to Ethereum. Ranges from process notes to deep protocol changes.
  • Meta EIP A coordination document that tracks the set of proposals scoped for a given upgrade. For Hegotá, this is EIP-8081.
  • ACDE / ACDC All Core Devs Execution and All Core Devs Consensus calls where client teams debate, test, and converge on scope and timing.
  • FOCIL Fork-choice enforced Inclusion Lists, proposed in EIP-7805 to formalize inclusion obligations under the fork-choice rule.
  • Fork-choice The rule validators use to pick the canonical chain, especially when there are competing blocks.
  • Client diversity Running different implementations to reduce correlated bugs and network risk.

Step-by-Step Playbook

  1. Map your exposure List what you run today, from validators and builders to RPC nodes, indexers, and off-chain services. Each has a different blast radius for protocol changes.
  2. Track the headliner first Follow FOCIL’s status in EIP-8081 and meeting notes. If it slips, your planning shifts. If it sticks, prioritize censorship resistance and builder policies early.
  3. Subscribe to call summaries Read ACDE and ACDC recaps. The July 30, 2026 ACDE #242 movement of eight execution EIPs was a clear signal of what is getting oxygen EtherWorld (ACDE #242).
  4. Use the deadline as a filter Proposals arriving before the Aug 6, 2026 non-headliner cutoff have a better shot at serious review. Keep an eye on the ethereum/EIPs PRs feed for late adds and edits ACDC #184 and PRs.
  5. Run testnets early Spin up clients on devnets or public testnets as soon as candidate bundles are available. Bake in monitoring to catch performance or compatibility changes.
  6. Budget for audits and rewrites Some execution-layer tweaks touch gas paths, precompiles, or opcodes. Leave room for engineering and a second audit pass, even if you think you will be unaffected.
  7. Plan a freeze window For the mainnet fork month, reduce change velocity. Stagger deployments, coordinate with partners, and have rollback drills ready.

What FOCIL Could Change in Practice

FOCIL puts inclusion lists on firmer footing by anchoring them to fork-choice. The everyday effect could be subtle. Most blocks already include the highest-paying transactions. Where it matters is in edge conditions when censorship pressure or builder coordination risks appear. With FOCIL, validators get clearer rules about including transactions that meet specified criteria, and clients enforce those rules when choosing the canonical chain.

That has knock-on effects. Builders and relays may need to adjust policies, searchers may see different timing or ordering incentives, and validators will ask how to comply with minimal overhead. If you operate MEV pipelines, you will want to test these flows long before mainnet. And if you are a compliance or risk team, now is the time to map how inclusion obligations interact with your jurisdictional constraints.

Importantly, FOCIL’s status is not just rumor. It is explicitly listed as scheduled in the Hegotá meta EIP today EIP-8081. Features can still move, but that flag gives you permission to prioritize workstreams that assume FOCIL lands.

How the Sausage Gets Made: Meetings, PRs, and Reality Checks

The formal process lives in two places. On-chain is later. Off-chain is now. First, EIPs get discussed, refined, and tagged in the repository. We just saw a burst of activity at the end of July 2026, with multiple pull requests to update the Hegotá meta EIP and add candidates ethereum/EIPs PRs. Then, in the meetings, client teams weigh risk against value. The ACDE call on July 30, 2026 moved eight execution EIPs into deeper review, an early tell for prioritization EtherWorld.

Consensus-layer planning is doing its own triage. The ACDC agenda put a clear line in the sand for non-headliner submissions on Aug 6, 2026, which means you should expect a surge of updates right before and some cooling right after ethereum/pm. After that, the cadence becomes testnet heavy. Expect devnets bundling candidates, public testnets with partial sets, and then the usual waterfall into mainnet readiness.

In parallel, ETH price, L2 activity, and client performance issues will inform sequencing. If a proposal offers clear relief on a pain point that shows up in telemetry, it tends to get more attention. If it risks destabilizing busy paths for little upside, it tends to slip. None of that is formal policy, but it is how complex systems get shipped.

Ethereum Upgrade Selector Lever

Stakeholder Playbooks, Compared

Different teams need different checklists. Here is a simple way to think about it.

Stakeholder Main watch items Operational lift Failure mode to avoid
Validator operators FOCIL compliance, client releases, relay updates, MEV-Boost changes Medium, mostly config and process tuning Mismatched client versions, relay-policy drift, missed attestations
Rollup teams Gas accounting tweaks, precompile behavior, cross-L1 messaging edges Medium to high if proofs or calldata paths change Unexpected proving cost spikes, incorrect fee modeling
Dapp developers EVM changes, opcode gas, RPC quirks Low to medium with good testing Silent breakage on seldom-used code paths
Infra providers Indexing changes, archive node behavior, monitoring thresholds Medium, heavy on observability Blind spots in alerting, falling behind on snapshot formats
MEV ecosystem Builder rules, inclusion incentives, relay trust boundaries High until norms settle Revenue cliffs from policy shifts, compliance missteps

Pro tip: designate one owner for “protocol watch” on your team. It sounds obvious, but distributed responsibility is why upgrades catch shops off guard.

Scenarios for 2027: What Might Actually Ship

No one can promise the final ingredient list this early. But we can sketch scenarios that help you plan without overcommitting.

Conservative path: FOCIL plus a handful of low-risk execution cleanups, minor gas corrections, and a couple of toolable improvements. This path prioritizes censorship resistance while keeping churn low. Good for stability, less good for teams hoping to bundle bigger EVM changes.

Balanced path: FOCIL, a few medium-scope execution EIPs that improve dev ergonomics, and targeted consensus improvements that validators can handle with doc updates and a testnet lap. This is the sweet spot Hegotá often aims for. Enough change to matter, not so much that client teams drown in edge cases.

Stretch path: Headliner plus a bigger basket of execution and consensus edits. This requires exceptionally clean testnet cycles and broad agreement. Feast or famine for schedules. If your system depends on multiple candidates landing at once, plan for fallbacks in case the fork trims scope late in the game.

Pitfalls & Red Flags

  • Chasing every EIP Not every proposal touching your area will survive. Focus on those with meeting momentum, test vectors, and active client implementers.
  • Ignoring the August cutoff The Aug 6, 2026 date for non-headliner submissions is a real filter. Late proposals can still land, but odds fall quickly ACDC #184.
  • Single-client risk Running only one execution and one consensus client is convenient until a bug hits that pair. Mix implementations and automate failover.
  • Underestimating MEV policy shifts If FOCIL locks in, builder and relay behavior may evolve. Validate assumptions with testnet data, not vibes.
  • Skipping dry runs Rehearse upgrade procedures. Simulate the fork on staging, including metrics, alerting, and on-call rotations.
  • Compliance whiplash Inclusion rules and jurisdictional policies can collide. Involve legal early so you are not firefighting after mainnet.

Frequently Asked Questions

What exactly is Hegotá in the Ethereum roadmap?

Hegotá is the next named network upgrade after Pectra era work, bundling a selection of execution and consensus proposals into a single fork. Think of it as a release train. The exact contents are fluid until client teams and All Core Devs calls lock scope through testing.

Is FOCIL definitely part of Hegotá?

As of now, the Hegotá meta EIP lists EIP-7805 (FOCIL) as scheduled for inclusion, which is a strong signal. That status can change if testing or risks warrant it, but it is currently the headliner to plan around EIP-8081.

What does “66 EIPs competing” really mean?

It means many proposals are on the table at the start of scoping. Only a subset will make the cut after engineering review, testnet results, and risk evaluation. Some will roll to later upgrades. Treat the 66 as the longlist, not the final menu.

What is the key timeline I should care about right now?

For non-headliner proposals, Aug 6, 2026 was set as a deadline for submissions, which helps narrow scope quickly. After that, watch for devnets, public testnets, and client release candidates as scope stabilizes ACDC #184.

How are decisions made between ACDE and ACDC?

Execution-layer topics flow through ACDE, consensus-layer through ACDC. Each set of client teams weighs feasibility, risk, and user value. Movement into “Proposed for Hegotá” is a sign of traction, like the eight execution EIPs moved during ACDE #242 EtherWorld.

Will this upgrade change gas fees or throughput?

Possibly at the margins, depending on which execution EIPs land. The current headliner, FOCIL, targets censorship resistance rather than fee dynamics. Any fee effects are more likely to come from separate execution proposals that are still being evaluated.

Where can I follow the day-to-day changes?

Watch the Hegotá meta EIP for authoritative status, skim ACDE and ACDC notes, and monitor the ethereum/EIPs pull requests for fresh edits and candidates EIP-8081 and PRs.

Investment Disclaimer

Share this story

X LinkedIn

Related Stories