BTC$----% ETH$----% USDT$----% XRP$----% BNB$----% SOL$----% USDC$----% DOGE$----% ADA$----% TRX$----% AVAX$----% SHIB$----% LINK$----% DOT$----% BCH$----% TON$----% NEAR$----% LTC$----% POL$----% UNI$----% ICP$----% DAI$----% XLM$----% ATOM$----% XMR$----% APT$----% HBAR$----% FIL$----% ARB$----% MNT$----% MKR$----% RNDR$----% IMX$----% INJ$----% OP$----% VET$----% GRT$----% FTM$----% THETA$----% ALGO$----% FET$----% QNT$----% AAVE$----% SUI$----% FLOW$----% TAO$----% STX$----% PEPE$----% KAS$----% TIA$----%
news guides coins exchanges wallets defi nft learn glossary
Technology

Ethereum Foundation Unveils 2026 Roadmap: Glamsterdam and Hegotá Upgrades Target Scaling, UX, and Security

In This Article

  1. Three Tracks, Two Upgrades, One Vision
  2. Track 1: Scale Pushing Gas Limits and Data Throughput
  3. Track 2: Improve UX Account Abstraction Goes Native
  4. Track 3: Harden the L1 ePBS and Validator Security
  5. Glamsterdam: H1 2026
  6. Hegot: H2 2026 Verkle Trees Change Everything
  7. What It Means for Developers
  8. Price Context and Market Implications
  9. The Bigger Picture

⚡ Quick Summary

  • The Ethereum Foundation released its 2026 protocol priorities organized around three tracks: Scale, Improve UX, and Harden the L1
  • Glamsterdam, slated for H1 2026, introduces Enshrined Proposer-Builder Separation (ePBS) and gas optimizations pushing the cap toward 100 million
  • Hegotá, the H2 2026 upgrade combining execution and consensus changes, delivers Verkle Trees that reduce node storage requirements by roughly 90%
  • ETH trades at $1,967 — down 33% year-to-date and 47% off its October 2025 all-time high — as analysts call 2026 a defining year for the network
📅 Updated: February 19, 2026

Three Tracks, Two Upgrades, One Vision

The Ethereum Foundation on February 19 published its most detailed annual protocol priorities document to date, laying out a structured plan that organizes all scheduled work into three distinct development tracks: Scale, Improve UX, and Harden the L1. The document confirms two named hard forks — Glamsterdam in the first half of 2026 and Hegotá in the second half — marking a deliberate shift to a biannual release cadence designed to deliver smaller, more focused changes on a predictable schedule.

The move represents a notable departure from the historically unpredictable timeline of Ethereum upgrades. Past forks like the Merge, Shanghai, and Dencun each experienced multi-month delays that frustrated developers and rattled markets. By committing to two tightly scoped upgrades per year, the Foundation is signaling that reliability and execution discipline matter as much as technical ambition.

For developers building on Ethereum, the roadmap offers something that has been chronically absent: clarity. For investors, it provides a framework for evaluating whether the network can recapture momentum in an increasingly competitive layer-1 market.

Track 1: Scale — Pushing Gas Limits and Data Throughput

The scaling track addresses Ethereum’s most persistent criticism: that the base layer remains too expensive and too slow for mainstream use. While layer-2 rollups like Arbitrum and Optimism have absorbed much of the network’s transactional demand, the Foundation argues that L1 scaling remains essential for reducing rollup costs, improving data availability, and maintaining Ethereum’s role as the settlement layer of choice.

The centerpiece of the scaling track is a sustained push on the gas cap. Ethereum’s current effective gas limit sits at approximately 36 million, a figure that has remained largely unchanged for over a year. The 2026 roadmap calls for incremental increases that push the cap toward and eventually beyond 100 million gas per block. This would roughly triple the amount of computation the network can handle per block without requiring changes to block time.

Achieving this requires careful optimization across the execution layer. Gas repricing — adjusting the cost of specific EVM opcodes to better reflect their actual computational burden — forms a key part of the Glamsterdam upgrade. Several opcodes related to storage access and contract creation are currently mispriced, creating bottlenecks that limit throughput even when the theoretical gas cap has room to spare.

On the data availability front, the roadmap builds on the blob space introduced by EIP-4844 in Dencun. Planned improvements will increase the target number of blobs per block from three to six, effectively doubling the amount of data that rollups can post to L1 at minimal cost. This directly benefits users of every major L2, as rollup transaction fees are heavily determined by the cost of posting data back to Ethereum.

Track 2: Improve UX — Account Abstraction Goes Native

The user experience track tackles a problem that has plagued cryptocurrency adoption since the beginning: wallets are confusing, transactions are fragile, and one wrong click can result in permanent loss of funds. Ethereum’s approach in 2026 centers on native account abstraction, a set of protocol-level changes that allow smart contract wallets to behave exactly like traditional externally-owned accounts (EOAs).

Today, using a smart contract wallet — such as Safe, Argent, or Sequence — requires a separate relayer or bundler infrastructure to translate user intent into valid on-chain transactions. This adds cost, complexity, and points of failure. Native account abstraction eliminates the need for this intermediary layer by embedding the required logic directly into the protocol.

The practical implications are substantial. With native account abstraction, wallets can implement social recovery (where trusted contacts help you regain access if you lose your key), session keys (where a dapp can execute transactions on your behalf for a limited time without asking for approval each time), gas sponsorship (where someone else pays your transaction fee), and batched transactions (where multiple actions execute atomically in a single click).

For the average user, this means Ethereum wallets can finally feel as intuitive as a banking app. You could sign in with a fingerprint, recover your account through trusted friends, and never think about gas prices. For developers, it means building consumer-grade applications without the current workaround of wrapping everything in a meta-transaction relayer.

The UX track also includes improvements to the JSON-RPC interface and standardized methods for wallet discovery and connection, addressing longstanding pain points for dapp developers who currently navigate a fragmented market of wallet providers and connection protocols.

Track 3: Harden the L1 — ePBS and Validator Security

The third track focuses on the security and decentralization properties of the base layer itself. The headline feature is Enshrined Proposer-Builder Separation (ePBS), which moves the current out-of-protocol block-building marketplace into the core Ethereum specification.

Under the current system, most Ethereum blocks are constructed by a small number of sophisticated builders — primarily Flashbots and a handful of competitors — who use off-chain relays to communicate with validators. This arrangement works but introduces trust assumptions and centralization risks. If the relay infrastructure fails or is censored, blocks could be delayed or manipulated.

ePBS eliminates this dependency by defining the proposer-builder relationship at the protocol level. Builders submit sealed bids for block construction rights, and the protocol handles the auction mechanics, payment, and commitment enforcement. This reduces the attack surface, removes the need for trusted relays, and creates a more level playing field for smaller builders to compete.

The hardening track also addresses staking concerns. Validator set management improvements will reduce the minimum effective balance volatility, making staking rewards more predictable. New slashing condition refinements decrease the severity of accidental slashing events — cases where honest validators are penalized due to software bugs or network partitions rather than genuine misbehavior.

Glamsterdam: H1 2026

Glamsterdam, the first of the year’s two upgrades, bundles the execution-layer changes that are closest to production readiness. The fork includes ePBS, gas repricing optimizations, and a set of EVM improvements that have been in development since late 2025.

Core developers describe Glamsterdam as a “plumbing upgrade” — the kind of release that doesn’t produce flashy headlines but fundamentally improves the network’s operational efficiency. Gas optimizations alone could reduce the cost of complex DeFi transactions by 15–25%, while ePBS strengthens the network’s censorship resistance properties at a time when regulatory pressure on block builders is increasing globally.

Testnet deployment is already underway on Holesky, with a mainnet target of late Q1 or early Q2 2026. The tight scoping — fewer EIPs per fork — is intentional. The Foundation wants to demonstrate that the biannual model can deliver on time, building credibility after years of delayed upgrades.

Hegotá: H2 2026 — Verkle Trees Change Everything

The second upgrade, Hegotá, is the more technically ambitious of the two. The name combines “Bogota” (the execution-layer component) and “Heze” (the consensus-layer component), following Ethereum’s tradition of naming upgrades after global cities.

The defining feature of Hegotá is the introduction of Verkle Trees, a cryptographic data structure that replaces the existing Merkle Patricia Trie used to store Ethereum’s state. This is one of the most significant changes to the protocol since the Merge, and its impact on node operators will be immediate and dramatic.

Currently, running a full Ethereum node requires storing the complete state trie, which consumes over 1 terabyte of disk space and continues growing. Verkle Trees use a more compact proof format that reduces the data a node needs to store and transmit by approximately 90%. A state proof that currently requires several kilobytes shrinks to around 150 bytes.

The practical result is that running a node becomes dramatically more accessible. Developers could sync a full node on a consumer laptop in hours rather than days. This directly supports Ethereum’s decentralization goals by lowering the hardware barrier for participation.

Hegotá also delivers the native account abstraction changes described in the UX track, along with further blob count increases and the initial implementation of stateless client support — the ability for nodes to validate blocks without storing the full state, relying instead on the compact proofs that Verkle Trees enable.

What It Means for Developers

For Solidity and Vyper developers, the 2026 roadmap introduces both opportunities and migration considerations. Gas repricing means that contracts optimized for today’s opcode costs may behave differently after Glamsterdam. The Foundation is publishing updated gas tables well in advance and recommends that developers audit gas-sensitive logic in their contracts before the fork.

Native account abstraction opens a new design space for application developers. Instead of building workarounds for EOA limitations, developers can design flows that assume smart account functionality as a baseline. This is expected to accelerate adoption of gasless onboarding patterns, where new users interact with dapps before ever purchasing ETH.

Verkle Trees will require execution client teams to implement new state access patterns, but the transition is designed to be transparent to smart contract developers. Existing contracts will continue to function without modification. The primary impact is on tooling and infrastructure providers who operate nodes and indexers.

Price Context and Market Implications

The roadmap lands at a challenging moment for ETH price action. Ether is trading at approximately $1,967 as of February 19, representing a 33% decline year-to-date and a 47% drawdown from the all-time high of $126,198 set in October 2025. The token has underperformed Bitcoin, Solana, and several other major layer-1 assets over the past four months, leading to persistent questions about whether Ethereum’s value proposition justifies its valuation.

Market analysts remain divided. Fundstrat’s Tom Lee recently called 2026 a “defining year” for Ethereum, arguing that successful delivery of the roadmap — particularly Verkle Trees and account abstraction — could reignite developer and user growth that translates into renewed demand for ETH. Others point to the growing competitive threat from Solana’s high-throughput architecture and the proliferation of modular blockchain designs that challenge Ethereum’s monolithic approach.

From a fundamental perspective, the roadmap addresses many of the criticisms that have weighed on ETH sentiment. If the gas cap increase succeeds in reducing L1 transaction costs without compromising security, and if account abstraction delivers the onboarding improvements developers expect, Ethereum could see a meaningful acceleration in on-chain activity during the second half of the year.

However, execution risk remains the key variable. Ethereum’s history of delayed upgrades has conditioned the market to price in skepticism. The biannual model is the Foundation’s attempt to break that pattern, but it will need to deliver Glamsterdam on time to earn the credibility needed for markets to price in Hegotá’s more ambitious changes.

The Bigger Picture

The 2026 roadmap is as much a statement of organizational philosophy as it is a technical plan. By committing to smaller, predictable releases, the Ethereum Foundation is acknowledging that the era of “big bang” upgrades — where years of work ship in a single high-stakes fork — is over. The biannual model borrows from the software release practices of mature open-source projects and enterprise platforms, a signal that Ethereum views itself as infrastructure rather than experiment.

For the broader cryptocurrency market, Ethereum’s roadmap execution will be a bellwether. If the world’s largest smart contract platform can ship two clean upgrades in a single calendar year, it validates the thesis that decentralized networks can evolve at the pace required to compete with centralized alternatives. If delays or complications emerge, the narrative advantage shifts further toward newer, faster-moving competitors.

The next milestone to watch is the Glamsterdam testnet graduation, expected in March. A clean testnet run would set the stage for a mainnet fork by late April or early May, establishing the cadence that makes the entire biannual vision viable.

What This Means

The 2026 roadmap represents Ethereum’s most focused development plan in years. Glamsterdam tackles immediate performance bottlenecks while Hegotá delivers the structural changes — Verkle Trees and native account abstraction — that could redefine what it means to use and run the network. For investors, the key metric is execution: on-time delivery of Glamsterdam in H1 would be the strongest signal yet that Ethereum has matured into a platform that ships reliably.

Share this article:
EZ

Emily Zhang

Senior Crypto Analyst

Emily Zhang is a senior crypto analyst at Blocklr covering Bitcoin, institutional adoption, and macroeconomic trends in digital assets.

← All News