Ethereum Hegotá Upgrade: What It Means for DeFi
In this guide, you will learn what the Ethereum Hegotá upgrade actually changes, how it works in plain English, and what it means for anyone who wants to move assets across blockchains — so you can decide whether it affects how you use DeFi today.
The Ethereum Hegotá upgrade is Ethereum's second major protocol upgrade of 2026, planned for H2 2026, focused on making the network more censorship-resistant and decentralized rather than faster. Ethereum is overhauling its core infrastructure in the second half of 2026. The Hegotá upgrade is not a speed boost — that was Glamsterdam's focus in H1 2026. Hegotá is about something quieter and arguably more important: making sure no one can quietly kick your transactions off the network, and making it cheaper for everyday people to help run Ethereum itself.
Bottom Line: The Ethereum Hegotá upgrade, expected in H2 2026, locks in censorship-resistant block production through a feature called FOCIL and is also evaluating Verkle Trees, Smart Accounts, and quantum-resistant signatures. It won't make Ethereum faster — Glamsterdam already did that — but it will make the base layer more neutral, more decentralized, and more compatible with the trustless bridges that connect Bitcoin and other assets to DeFi.
Key Takeaways:Hegotá is Ethereum's second major 2026 upgrade (after Glamsterdam), planned for H2 2026, and its only confirmed feature is FOCIL (EIP-7805), which forces block builders to include all valid transactions — making censorship significantly harder.Layer 2 transaction fees already sit between $0.001–$0.05 per transaction following EIP-4844, meaning gas costs are no longer the main barrier to DeFi participation, according to Symbiosis Finance's 2026 ecosystem report.Verkle Trees — a candidate feature in Hegotá — could shrink the data required to verify an Ethereum state proof by roughly 90%, letting ordinary laptops help secure the network without downloading the entire chain history.Censorship resistance at the base layer directly benefits cross-chain bridges and Bitcoin DeFi: trustless protocols like TeleSwap depend on every valid on-chain transaction being processed without interference from block builders.Hegotá is explicitly not a throughput upgrade; its focus is infrastructure and security — decentralization, neutral block production, and long-term validator sustainability.
Table of Contents
- What Is the Ethereum Hegotá Upgrade?
- Why Is It Called "Hegotá"?
- What Is FOCIL, and Why Does Censorship Resistance Matter?
- What Other Features Could Hegotá Include?
- Why Hegotá Is Not a Speed Upgrade (And Why That's Fine)
- How Does Hegotá Affect Cross-Chain DeFi?
- What This Means for Bitcoin Bridge Compatibility
- Hegotá vs. Glamsterdam: What Each Upgrade Actually Changes
- What to Watch Between Now and Launch
- Frequently Asked Questions
What Is the Ethereum Hegotá Upgrade?
Think of Ethereum as a city. Every few months, the city council votes to upgrade the roads, the power grid, or the public safety systems. Hegotá is a scheduled infrastructure overhaul — not a flashy new highway, but the kind of behind-the-scenes work that keeps the city fair, reliable, and open to everyone.
Hegotá is the third in a sequence of Ethereum upgrades following Fusaka (December 2025) and Glamsterdam (H1 2026). Each one tackles a different layer of Ethereum's stack. Where Glamsterdam focused on speed and throughput — raising the gas limit to 200 million and improving how MEV (miner-extractable value) is handled — Hegotá turns its attention to decentralization and security, according to DataWallet's technical breakdown.
As of mid-2026, Hegotá's formal specification document (EIP-8081) is still in Draft status. Only one feature — FOCIL, or Fork-Choice enforced Inclusion Lists — is formally locked in. The rest are candidates under active developer debate. This contrasts with Glamsterdam's confirmed feature set, making Hegotá's final scope somewhat uncertain until official approval.
Why Is It Called "Hegotá"?
Ethereum has a tradition of naming its upgrades after cities — or, more precisely, after pairs of cities that correspond to the two software clients that power the network. Hegotá combines Heze (a city in China, representing the consensus layer) and Bogotá (Colombia's capital, representing the execution layer).
This dual-naming convention reflects something important about how Ethereum actually works: it runs two parallel software systems — one that tracks who proposed a block (consensus) and one that actually executes transactions (execution). An upgrade to Ethereum is really two coordinated upgrades happening simultaneously, as CoinDesk reported in December 2025.
What Is FOCIL, and Why Does Censorship Resistance Matter?
FOCIL (Fork-Choice Enforced Inclusion Lists) is the confirmed headline feature of Hegotá, a mechanism that forces block builders to include all valid transactions they receive, eliminating the ability to silently censor or delay specific transactions.
To understand why it matters, you first need to understand a problem most Ethereum users don't realize exists. When you send a transaction on Ethereum, it doesn't go directly onto the blockchain. It sits in a waiting room called the mempool. A small group of specialized firms called block builders then select which transactions get included in each block and in what order. Today, a handful of these firms build the vast majority of Ethereum blocks — and they have the technical ability to simply ignore certain transactions they find inconvenient or unprofitable.
This is called transaction censorship, and it's a real structural vulnerability. Imagine posting a letter and discovering that the post office quietly shredded it because you addressed it to the wrong company. You'd never know it happened.
FOCIL fixes this by creating a mandatory list — an "inclusion list" — that block validators must honor. If a transaction is valid and has paid a sufficient fee, no builder can silently drop it. The mechanism is enforced at the consensus level, meaning it's not a gentleman's agreement — it's baked into the rules of the chain itself, per DataWallet's analysis of EIP-7805.
For everyday users, this means greater confidence that your transaction will actually land. For DeFi protocols and cross-chain bridges, it means the settlement layer they rely on becomes genuinely neutral — which has significant downstream implications, especially for Bitcoin bridge protocols that depend on reliable transaction inclusion.
What Other Features Could Hegotá Include?
Beyond FOCIL, several other proposals are under active review for Hegotá. None are confirmed yet, but they're worth understanding because they could substantially change how Ethereum works at a fundamental level.
Verkle Trees (EIP-6800): Shrinking the Proof of Everything
Right now, to verify a single piece of Ethereum's state — say, your wallet balance — you need to download and process a relatively large chunk of data called a Merkle proof. Verkle Trees are a more efficient mathematical structure that can represent the same information in roughly 10% of the space.
That 90% reduction sounds abstract, but the practical effect is enormous: it opens the door to stateless clients — nodes that can verify Ethereum transactions without downloading the entire chain history. Today, running an Ethereum node requires hundreds of gigabytes of storage and a reasonably powerful machine. Verkle Trees could make it possible to run a verifying node on a laptop or even a phone, according to Phemex's technical breakdown. This directly benefits cross-chain infrastructure, as discussed in the cross-chain DeFi section below.
Smart Accounts (Account Abstraction, EIP-8141): The End of Seed Phrases
Most Ethereum wallets today work like a physical key: if you lose your 12-word seed phrase, you lose everything, forever. Account abstraction flips this model by turning wallets into programmable smart contracts. This enables features like social recovery (trusted friends can help you regain access), spending limits, and gasless transactions where an app pays the fee on your behalf.
For beginners, this is perhaps the most tangible potential change: crypto wallets that work more like a bank app than a cryptographic vault. Whether this lands in Hegotá or a later upgrade is still being debated.
Quantum-Resistant Signatures
Current Ethereum wallets use a type of cryptography called ECDSA, which relies on mathematical problems that are hard for today's computers but potentially breakable by future quantum computers. Ethereum developer Vitalik Buterin has cited quantum-resistant, hash-based signatures as an essential complement to account abstraction, as reported by DL News. Including both in the same upgrade makes sense architecturally: if you're redesigning the wallet model anyway, you might as well future-proof the cryptography.
Why Hegotá Is Not a Speed Upgrade (And Why That's Fine)
If you're coming to Hegotá expecting cheaper fees or faster transactions, you'll be disappointed — and that's intentional.
Ethereum's developers deliberately split the 2026 roadmap into two phases with different goals. Glamsterdam, the H1 2026 upgrade, already handled performance: it raised the gas limit to 200 million, improved how block builders compete for MEV, and made parallel execution more viable. The result, combined with EIP-4844's blob transactions from the 2024 Dencun upgrade, is that Layer 2 transactions now cost between $0.001 and $0.05 — effectively making gas costs a non-issue for most DeFi users. Learn more about Ethereum's current state and staking rewards.
Hegotá's mandate is different: make the base layer more robust, more decentralized, and more resilient. You can think of it this way — Glamsterdam widened the highway; Hegotá is making sure the traffic rules are enforced fairly and that the road itself can handle the next 10 years of growth. Both matter. They just matter in different ways.
How Does Hegotá Affect Cross-Chain DeFi?
Cross-chain DeFi is the practice of using assets from one blockchain — say, Bitcoin — inside applications built on another, like Ethereum. It sounds simple, but it involves a chain of dependencies: the asset must be locked on Chain A, represented on Chain B, and every step must settle on a trustworthy base layer.
Hegotá touches cross-chain DeFi in three meaningful ways.
1. Censorship Resistance Protects Cross-Chain Settlements
Cross-chain bridges often generate transactions that are large, unusual, or — in some block builders' estimation — lower priority than MEV-rich arbitrage trades. Before FOCIL, there was no guarantee these transactions would be included promptly. After FOCIL, a valid bridge settlement transaction cannot be silently ignored. This makes cross-chain protocols more reliable and predictable for users moving significant sums between chains.
2. Stateless Clients Enable Lighter Bridge Verification
Several next-generation bridge designs use light client proofs — a way of verifying that a transaction happened on one chain without downloading that chain's entire history. If Verkle Trees ship in Hegotá, the proofs required for light client bridges on Ethereum become dramatically smaller and cheaper to verify. This is infrastructure-level progress for trustless cross-chain infrastructure. See the Bitcoin bridge compatibility section for a concrete example.
3. Account Abstraction Simplifies the Cross-Chain UX
One of the biggest friction points in cross-chain DeFi is the multi-step wallet interaction: approve a token, sign a transaction, pay gas in a token you may not hold, wait for confirmations on two chains. Smart account wallets can bundle all of this into a single user action, and can even have a third party (like the bridge protocol itself) cover gas costs. For beginners, this closes the gap between "I have Bitcoin" and "I'm earning yield on Ethereum" to something approaching a single tap.
What This Means for Bitcoin Bridge Compatibility
Bitcoin doesn't have smart contracts natively, which means to use BTC in Ethereum DeFi, you need a bridge — a mechanism that locks real BTC on the Bitcoin network and creates a representative token on Ethereum. The design of that bridge determines how much you have to trust.
The oldest model, exemplified by WBTC (Wrapped Bitcoin), relies on a centralized custodian — a company that holds your BTC and issues tokens in return. It works, but it reintroduces exactly the kind of counterparty risk that Bitcoin was designed to eliminate. More recent designs like tBTC use multi-signature committees — groups of independent signers that must collude to steal funds, which is better but still not trustless.
TeleSwap takes a different approach: its TeleBTC token is backed 1:1 by real BTC and verified using SPV (Simplified Payment Verification) light client proofs — the same cryptographic technique Bitcoin's own protocol uses to verify transactions. No custodian, no multi-sig committee, no trust required beyond the math. Every mint of TeleBTC corresponds to a verifiable Bitcoin transaction, checked directly against Bitcoin's blockchain. This represents a meaningful advance in trustless bridge design.
This is where Hegotá's Verkle Tree proposals become directly relevant: smaller, cheaper light client proofs on Ethereum mean protocols like TeleSwap can settle cross-chain transactions with less on-chain data overhead, reducing costs for users bridging BTC to Ethereum and its Layer 2s. According to TeleSwap network stats, the protocol has processed over $435.2 million in bridged volume across 454,492 transactions — representing meaningful real-world demand for exactly this kind of trustless Bitcoin bridge infrastructure.
Hegotá's censorship resistance also matters specifically for Bitcoin bridge protocols. A cross-chain settlement — converting BTC to TeleBTC, for example — requires a specific sequence of on-chain transactions to be included in the correct order. If a block builder can selectively delay or drop those transactions, it introduces settlement risk. FOCIL eliminates that vector. For more detail on how these mechanisms work, see how to avoid slippage and fees in cross-chain swaps.
Hegotá vs. Glamsterdam: What Each Upgrade Actually Changes
| Feature | Glamsterdam (H1 2026) | Hegotá (H2 2026) | Why It Matters |
|---|---|---|---|
| Primary Goal | Performance & throughput | Security & decentralization | Different problems, complementary solutions |
| Gas Limit | Raised to 200M | No change | More transactions per block already live |
| Transaction Fees | Improved (L2s: $0.001–$0.05) | No direct change | Fee improvements already shipped |
| Censorship Resistance | Not addressed | FOCIL (EIP-7805) — CONFIRMED | All valid txs must be included by block builders |
| State Proof Size | Not addressed | Verkle Trees (~90% reduction) — CANDIDATE | Enables stateless clients and lighter bridges |
| Wallet Model | Not addressed | Smart Accounts (EIP-8141) — CANDIDATE | Seedless wallets, gasless txs, social recovery |
| Quantum Security | Not addressed | Hash-based signatures — CANDIDATE | Future-proofs Ethereum against quantum attacks |
| MEV Improvements | Addressed | Indirect (via FOCIL) | Fairer block ordering for all users |
| Cross-Chain Bridge Impact | Lower L2 gas → cheaper bridge hops | Censorship-resistant settlement, lighter proofs | Both upgrades improve the end-to-end bridge experience |
What to Watch Between Now and Launch
Hegotá is still being finalized, and several things could change before it ships. Here's what to monitor if you want to stay ahead of the curve.
EIP-8081 status. This is the meta-document that officially bundles the Hegotá feature set. When it moves from Draft to Final, you'll know the exact scope of the upgrade. Ethereum's All Core Developers (ACD) calls are where these decisions get made — CoinDesk covers them regularly.
Verkle Tree testnet results. Verkle Trees have been in development for years and have faced repeated delays. If testnet performance is strong, they'll likely be included. If not, they may slip to a future upgrade — which would reduce Hegotá's impact on cross-chain bridge costs.
Account abstraction scope. EIP-8141 is ambitious. Watch whether developers narrow its scope for Hegotá or push the full implementation to a standalone upgrade, as happened with several EVM improvement proposals in previous cycles.
Regulatory context. U.S. crypto legislation (specifically the Digital Asset Market Structure Clarity Act) has been assessed at 50–60% odds of passing in 2026, according to one analysis. If it does pass, it could meaningfully accelerate institutional participation in Ethereum DeFi — layering regulatory tailwinds on top of the technical progress Hegotá represents.
For DeFi users today, the most practical takeaway is this: Ethereum's base layer is getting more neutral and more decentralized with each upgrade cycle. That's good for every protocol built on top of it — and especially good for trustless cross-chain infrastructure that depends on the settlement layer being genuinely open. If you're already using Bitcoin bridges or cross-chain DeFi tools, the direction of travel is in your favor. If you haven't started yet, platforms like TeleSwap let you bridge BTC to Ethereum's ecosystem today — without a custodian, without wrapping trust into a third party, and with gas covered on your behalf by the protocol.
Frequently Asked Questions
What is the Ethereum Hegotá upgrade in simple terms?
Hegotá is Ethereum's second major protocol upgrade of 2026, planned for the second half of the year, focused on making the network more censorship-resistant and decentralized rather than faster. Its confirmed headline feature is FOCIL (EIP-7805), which forces block builders to include all valid transactions. Additional features under review include Verkle Trees (for smaller state proofs), Smart Accounts (for better wallet UX), and quantum-resistant signatures. It is not a speed upgrade — Glamsterdam, the H1 2026 upgrade, already handled throughput.
When will the Hegotá upgrade go live?
Hegotá is planned for H2 2026 — sometime in the second half of the year — though no exact date has been confirmed yet. Ethereum shifted to a biannual upgrade cadence after Fusaka (December 2025) and Glamsterdam (H1 2026). The formal specification document (EIP-8081) was still in Draft status as of mid-2026, meaning the final feature set could change before launch.
Will Hegotá make Ethereum cheaper to use?
No — Hegotá is not designed to reduce fees directly, but Ethereum is already cheap to use on Layer 2s following previous upgrades. Layer 2 transaction costs already range from $0.001 to $0.05 per transaction, thanks to EIP-4844 blob transactions introduced in 2024. Hegotá's focus is on infrastructure: censorship resistance, lighter node requirements, and better wallet security — not further fee reductions.
What is FOCIL and how does it protect my transactions?
FOCIL (Fork-Choice Enforced Inclusion Lists, EIP-7805) is a mechanism that forces Ethereum block builders to include all valid transactions they receive, making it much harder to silently censor or delay specific transactions. Currently, a small number of firms build most Ethereum blocks and can choose to exclude transactions for any reason. After FOCIL, validators must honor a mandatory inclusion list, enforced at the consensus layer. For users, this means greater confidence that your submitted transaction will actually land on-chain without interference.
How does the Hegotá upgrade affect Bitcoin bridges?
Hegotá improves the environment for trustless Bitcoin bridges in two ways: censorship-resistant block production (FOCIL) protects cross-chain settlement transactions, and Verkle Trees (if included) reduce the cost of light client proof verification on Ethereum. Bitcoin bridges that use SPV light client proofs — like TeleSwap's TeleBTC — rely on specific transaction sequences being settled reliably on Ethereum. FOCIL removes the risk that a block builder delays or drops those transactions. Smaller Verkle Tree proofs would reduce the on-chain data cost of verifying Bitcoin state on Ethereum.
What is TeleBTC and how is it different from WBTC?
TeleBTC is TeleSwap's Bitcoin-backed token, verified using SPV light client proofs rather than a centralized custodian or multi-signature committee — making it a trust-minimized alternative to WBTC. WBTC relies on a company (BitGo) to hold your BTC and issue tokens. TeleBTC relies on cryptographic proof: every mint corresponds to a verifiable Bitcoin transaction checked directly against Bitcoin's blockchain. No single entity controls the custody. TeleSwap has processed over $435.2 million in bridged volume across 454,492 transactions, according to TeleSwap network stats.
What are Verkle Trees and why do they matter for DeFi?
Verkle Trees are a more efficient mathematical data structure that can reduce the size of Ethereum state proofs by approximately 90% compared to the current Merkle Tree approach. This matters for DeFi because smaller proofs mean lighter nodes — eventually enabling stateless clients that can verify Ethereum transactions without downloading the full chain history. For cross-chain infrastructure, it means bridge protocols can submit and verify proofs at lower cost. Verkle Trees are a candidate feature for Hegotá but are not yet confirmed.