From Gas Limit to 'Keyed Nonces', How to Understand the Next Step in Ethereum Scalability?

marsbitОпубліковано о 2026-05-13Востаннє оновлено о 2026-05-13

Анотація

Ethereum’s scalability efforts are shifting toward a user-centric approach—focusing not only on higher TPS, but on translating technical upgrades into lower costs, smoother operations, and better wallet experiences. Two recent developments highlight this direction: - **Raising the Gas Limit to 200 million**: Following the Fusaka upgrade that increased it to 60 million, a consensus has formed around a potential future increase to 200 million. This would boost Ethereum’s execution capacity, but it is planned alongside other upgrades—such as ePBS, Block-Level Access Lists (BAL), and EIP-8037—to manage state growth and keep node operation viable for average participants. - **Keyed Nonces (EIP-8250)**: This proposal aims to improve how transactions are queued. Instead of a single linear nonce per account, it introduces multiple independent nonce domains. This prevents different types of transactions—such as private payments, session keys, or batch operations—from blocking each other. Vitalik Buterin views this as a foundational step toward better privacy support and more flexible state scalability. Together, these upgrades are part of a broader move to push complexity from wallets, DApps, and relays back into the protocol layer. For everyday users, this means future Ethereum interactions could become less congested, more intuitive, and safer—especially as core improvements in account abstraction, cross-L2 interoperability, and node decentralization continue to progress. Ultima...

Objectively speaking, in recent times, many users' intuitive perception of Ethereum often doesn't come from roadmap updates or developer meetings, but from specific on-chain operations.

For example, in the past couple of years, people have tangibly felt lower Gas fees during transfers and improved experiences with cross-chain interoperability. This is precisely why Ethereum's scaling has never been purely a "performance race" issue—for ordinary users, higher TPS, larger blocks, and more complex underlying architectures are only meaningful when they genuinely translate into lower costs, smoother operations, and a more secure wallet experience.

A series of recent developments in Ethereum happen to be pointing towards its attempt to systematically shift complexities previously borne by wallets, DApps, third-party relayers, and users themselves, forward to the protocol layer.

Among these are Vitalik's involvement with Keyed Nonces, the directional consensus formed around the 200 million Gas Limit floor during the Glamsterdam upgrade, and the continuing threads highlighted in the 2026 roadmap, including native account abstraction, cross-L2 interoperability, and L1 security reinforcement.

One: Gas Limit Increase to 200 Million?

First, let's look at the aspect most easily perceived by users: Gas Limit.

As is well known, in the Ethereum network, every transaction (whether a transfer or contract interaction) consumes a certain amount of Gas, and each Ethereum block has a fixed Gas Limit capacity, meaning limited slots: more slots allow more "passengers" to be carried in the same timeframe; more competition for the same seat drives up Gas fees.

Theoretically, increasing the block Gas limit would directly and significantly boost Ethereum mainnet performance. However, in the past, against the backdrop of significant developments like L2, Ethereum has been relatively cautious and restrained in this regard. Most scaling pressure has been intentionally directed toward the L2 track.

Looking at the history of Ethereum's Gas Limit expansion reveals that after first surpassing 10 million from 8 million in September 2019, it took until this year—seven years—for the Gas Limit to increase from 8 million to 60 million. Notably, acceleration truly began in 2025—increasing from 30 million to 36 million in February, to 45 million in July, and then to 60 million after the Fusaka upgrade in December.

It can be said that most of the expansion was crammed into the year 2025. As we've mentioned before, 2025 was also a crucial year in Ethereum's development history. The Fusaka upgrade, just 7 months after the May Pectra upgrade, proved that the Ethereum Foundation (EF), despite major leadership changes, retained the ability to push major updates. It also marked Ethereum's official entry into an accelerated development rhythm of "two hard forks per year" (Extended reading: "Ethereum 2026: Interpreting EF's Latest Protocol Roadmap, Officially Entering the 'Engineering Upgrade' Era?").

Source: Etherscan

According to the Ethereum Foundation's Soldøgn Interop Recap released on May 2nd, over 100 core Ethereum contributors participated in an interoperability meeting in Svalbard, Norway, centered on the Glamsterdam upgrade. The key goals were advancing multi-client implementation, testing, and parameter alignment for Glamsterdam. By the meeting's end, developers had reached a directional consensus regarding a 200 million Gas Limit post-Glamsterdam.

This means that if subsequent processes proceed smoothly, Ethereum L1's execution capacity is expected to increase from the current ~60 million Gas Limit to around 200 million. Over a longer timeframe, the Ethereum ecosystem's publicly discussable stance on the Gas Limit has clearly become much more "aggressive." EIP-9698 even proposes "doubling every two years," aiming to raise the Gas Limit to 3.6 billion by 2029, which would be 50 times the current level.

However, it's crucial to emphasize that increasing the Gas Limit isn't simply about making blocks bigger.

If we merely brute-force increased the computational load each block can handle, in the short term it might lower fees, but long-term it would lead to heavier node burdens and state data bloat. This also means it becomes more difficult for ordinary users to run nodes, ultimately undermining Ethereum's core decentralized foundation.

Therefore, Glamsterdam's scaling approach is a combination of measures:

  • ePBS (enshrined Proposer-Builder Separation) more clearly incorporates block building and validation processes into protocol rules, allowing validators to process larger blocks more securely;
  • Block-Level Access Lists (BAL) pre-record the accounts and storage locations to be accessed during block execution, enabling parallel disk reads, parallel transaction validation, and parallel state root calculations;
  • EIP-8037, by increasing the cost of state creation-related operations, aims to prevent excessive state growth after the Gas Limit increase.

Ultimately, Ethereum doesn't just want to "fit more transactions," but is also thinking about how to do so without making node operation increasingly inaccessible.

This is the fundamental distinction between Ethereum's scaling roadmap and many high-performance chain narratives. Ethereum has consistently pursued not sacrificing verification costs for superficial throughput, but rather increasing the mainnet's own carrying capacity while preserving ordinary node participation and system verifiability as much as possible.

Two: Keyed Nonces: Turning 'One Line' into 'Multiple Channels'

If Gas Limit addresses "how much can fit in a block," then Keyed Nonces focuses on another more detailed yet crucial question: how should transactions queue up?

As is well known, in Ethereum, a nonce can be simply understood as the "sequence number" for an account's transactions. Its role is to prevent the same transaction from being executed repeatedly and to ensure transactions from the same account are processed in order.

This mechanism is easy to understand in simple transfer scenarios: the first transaction, second transaction, third transaction, and so on, queued sequentially.

The problem arises when account capabilities become more complex, involving private transactions, smart wallets, session keys, batch operations, third-party payment sponsors, etc. In these cases, a single linear nonce can become a bottleneck. Therefore, the core idea of EIP-8250's Keyed Nonces is to change from an account having only one nonce queue to having multiple nonce domains.

Specifically, it replaces the single sender nonce from EIP-8141 Frame Transactions with a (nonce_key, nonce_seq) structure. Here, nonce_key == 0 corresponds to the traditional account nonce, while non-zero keys can opt for independent protocol-managed nonce sequences. Transactions under different keys are independent of each other, preventing replay and not affecting one another.

This sounds technical, but it can be understood with a real-life analogy: Before, an account was like a bank with only one window; all business had to queue in the same line. Keyed Nonces is like assigning different services to different windows—transfers, private withdrawals, session authorizations, batch executions can each take their own channel.

This is particularly important for privacy protocols. To avoid directly linking a user's on-chain activity to a single public address, privacy protocols might have multiple users initiate transactions through a shared sender address. However, under a single nonce mechanism, once one user's transaction gets packaged, it could cause other users' pending transactions to become invalid or blocked.

Keyed Nonces allows each spending action to choose its own nonce domain, for example, derived from a privacy nullifier, reducing this queuing conflict at the protocol layer.

Vitalik himself positions it even more grandly. When introducing EIP-8250, he explicitly stated that Keyed Nonces "is not only stronger support for protocol-layer privacy solutions, but could also be the first step in a new Ethereum state scaling strategy—achieving ultimate scalability while maintaining protocol decentralization by creating specialized, optimized storage types for different use cases."

In other words, one could simply understand it as: Gas Limit solves "block size," while Keyed Nonces explores the "shape of state." Ethereum aims to carry not just more transactions, but more *kinds* of transactions in the future.

Three: How Will This Affect Ordinary Users?

For the Ethereum ecosystem, many protocol upgrades may seem distant from ordinary users, but they ultimately manifest in the wallet experience.

Because the real entry point for users interacting with Ethereum isn't EIPs, clients, or developer meetings, but every transfer, authorization, signature, cross-chain, and DApp interaction within a wallet. That is to say, changes at the protocol layer only truly complete the transition from technical upgrade to user experience upgrade when they are translated into clearer, smoother, and more secure operational experiences at the wallet layer.

For instance, the now-familiar concept of account abstraction isn't about making users understand more technical terms, but about enabling users to use on-chain accounts more naturally in the future. That's why in recent years, features like batch transactions, Gas sponsorship, recovery mechanisms, different signature methods, session authorizations, and more flexible security policies have gradually become basic wallet capabilities.

Similarly, taking Keyed Nonces as an example, it sounds like a very low-level optimization of account queuing mechanisms. But from the user's perspective, its potential impact is not abstract. Many users today may have encountered scenarios during on-chain operations where a transaction is pending for too long, blocking subsequent ones; wanting to cancel or speed up a transaction but not understanding the relationship between nonce, Gas, and replacement transactions; especially during multi-step parallel operations, one failed step can disrupt the entire subsequent flow.

For ordinary users, these issues might seem like "the wallet is bad" or "the chain is bad," but in fact, they are related to the design of the single linear nonce in Ethereum's account model. The direction represented by Keyed Nonces is to allow accounts to no longer execute all operations sequentially in one queue, but to split into multiple parallel channels according to different usage scenarios.

In the future, operations like regular transfers, DApp authorizations, privacy transactions, batch transactions, and Gas sponsorship could theoretically have more independent execution spaces, reducing the probability of mutual blocking and conflicts.

This will undoubtedly further expand the design space for smart wallets.

More importantly, in the past, these capabilities often required wallets, DApps, relay services, and users to share the complexity. Users had to understand authorization scopes, judge if Gas was reasonable, know exactly what they were signing, and repeatedly confirm multi-step operations across bridging, swapping, staking, claiming rewards, etc. Any misunderstanding could lead to operational failure and asset loss risks.

What Ethereum is now attempting to do is shift some of this complexity forward to the protocol layer, allowing wallets to provide better interaction abstractions for users based on more standardized, more native underlying capabilities.

This is also why Gas Limit, BAL, ePBS, Keyed Nonces, Frame Transactions, native account abstraction, and cross-L2 interoperability, while seemingly belonging to different technical modules, are all serving the same goal: enabling Ethereum to carry more complex on-chain usage scenarios without sacrificing decentralization and security.

Looking specifically, putting these developments together reveals that Ethereum's recent focus is not scattered:

  • Gas Limit increase addresses mainnet execution capacity and fee pressure.
  • BAL, ePBS, EIP-8037 address how to maintain node verifiability and controlled state growth during scaling.
  • Keyed Nonces and Frame Transactions address bottlenecks at the protocol layer for account models, privacy protocols, and smart wallets.
  • Native account abstraction and cross-L2 interoperability further point towards tangible experience improvements for ordinary users.

This also signifies that Ethereum is entering a new phase.

After all, in recent years, the market has focused more on L2 scaling, Blob fee reductions, and modular narratives. Users have also gradually become accustomed to moving assets between different L2s and seeking lower-cost interaction environments. However, as mainnet Gas Limits continue to rise, upgrades like Glamsterdam progress, and account abstraction and interoperability solutions evolve, the question Ethereum is now answering is no longer just "how to make transactions cheaper," but "how to make the on-chain experience more like a cohesive whole."

In this process, the importance of wallets will undoubtedly be further amplified.

Because wallets are not just the entry point for users into Ethereum; they are also the interface through which protocol capabilities are truly understood and utilized by users. In the future, the more complex the underlying upgrades, the more they will need to be translated by wallets into clearer signature prompts, more understandable transaction paths, more upfront risk identification, and smoother on-chain interaction experiences.

Let's work towards this together.

Пов'язані питання

QWhat is the significance of potentially increasing Ethereum's Gas Limit to 200 million, and what are the main concerns associated with simply raising it?

AIncreasing the Gas Limit to 200 million would significantly boost Ethereum's mainnet execution capacity and user-perceived performance by allowing more transactions per block. The main concern with simply raising the limit is that it could overly burden node operators by increasing state data bloat, raising hardware requirements, and ultimately threatening Ethereum's core decentralization by making it harder for average users to run nodes.

QHow does the Keyed Nonces proposal (EIP-8250) aim to improve the user experience on Ethereum?

AThe Keyed Nonces proposal aims to improve user experience by moving away from a single, linear transaction queue (nonce) per account. It introduces multiple independent nonce domains or channels. This allows different types of transactions (e.g., regular transfers, privacy withdrawals, session authorizations) to proceed in parallel without blocking each other, reducing congestion, failed transactions, and the complexity users face when managing transaction sequences.

QAccording to the article, what is the fundamental difference between Ethereum's scaling approach and that of many high-performance blockchains?

AThe fundamental difference is that Ethereum's scaling approach does not prioritize sacrificing verification cost and decentralization for superficial throughput. Instead, it focuses on increasing the mainnet's承载能力 (carrying capacity) while striving to maintain low node participation门槛 (barriers), system verifiability, and the network's decentralized foundation.

QWhat role does the wallet play in the context of Ethereum's recent protocol-level upgrades like Keyed Nonces and native account abstraction?

AThe wallet plays a crucial role as the primary user interface and translator of protocol-level upgrades. It absorbs the underlying complexity (e.g., from Keyed Nonces, account abstraction) and presents it to users as clearer, smoother, and safer operational experiences—such as better签名提示 (signature prompts), understandable transaction paths, and streamlined interactions—making the technical upgrades meaningful for end-users.

QWhat broader question is Ethereum attempting to answer with its current suite of upgrades (Gas Limit, ePBS, Keyed Nonces, Account Abstraction), beyond just reducing transaction costs?

ABeyond reducing transaction costs, Ethereum is attempting to answer the broader question of 'how to make the on-chain experience feel more like a cohesive whole.' This involves improving主网 (mainnet) capacity, maintaining node health, enabling more complex use cases (e.g., via Keyed Nonces), and enhancing user experience through native account abstraction and cross-L2 interoperability, ultimately creating a more integrated and user-friendly ecosystem.

Пов'язані матеріали

Warsh's First Day in Office, Markets Deliver a 'Wake-up Call': Rate Hike Expected This Year

On his first day in office, newly inaugurated Federal Reserve Chairman Warsh received a stark market warning, with expectations now fully pricing in a 25-basis-point interest rate hike this year. The shift was triggered by hawkish remarks from Fed Governor Waller, who stated that inflation is now the key policy "driver" and that the odds of a hike or cut are evenly split. This sent short-term Treasury yields higher. Waller signaled a significant pivot in his stance, citing disappointing inflation and labor data. He suggested removing "easing bias" language from Fed statements and did not rule out future rate increases if inflation fails to recede, though he noted immediate action isn't warranted without signs of unanchored inflation expectations. Chairman Warsh faces immediate pressure at his first FOMC meeting in June. With the preferred inflation gauge at a three-year high, analysts warn that failing to hike could be interpreted as an implicit easing of policy. The geopolitical situation in the Middle East is adding to existing price pressures. The market's expectation for a hike contrasts sharply with earlier forecasts for multiple cuts. While long-term Treasury yields have been contained by lower energy prices recently, analysts note they remain under structural upward pressure. Warsh's swearing-in at the White House highlights political scrutiny over Fed independence. However, the market has made it clear that inflation is the most urgent challenge, leaving the new chairman little time to settle in.

marsbit1 год тому

Warsh's First Day in Office, Markets Deliver a 'Wake-up Call': Rate Hike Expected This Year

marsbit1 год тому

Has Microsoft Lost Its Way in the AI Race, and Can Copilot Bring It Back on Track?

Microsoft, once seen as an early AI frontrunner due to its investment in OpenAI, is navigating a strategic shift amid increased competition. Its initial reliance on OpenAI’s GPT models has been complicated by OpenAI’s growing ambitions as a direct competitor, rapid advancements from rivals like Claude and Gemini, and the disruptive rise of AI agents, which challenge its traditional SaaS business model. These factors contributed to stock declines and slower-than-expected adoption of its flagship Copilot products. In response, CEO Satya Nadella has taken a hands-on role in product development, signaling the urgency of change. Microsoft is pivoting from a model-centric strategy to a "model-agnostic" enterprise platform approach. It aims to become the foundational layer connecting various AI models—from OpenAI, Anthropic, or its own new "Superintelligence" team—with enterprise workflows, data, security, and cloud services. Recent organizational changes merged consumer and enterprise Copilot teams to accelerate innovation, exemplified by new products like Copilot Tasks and Copilot Cowork. However, this transformation comes at a high cost. Microsoft faces massive capital expenditures, potentially reaching ~$190 billion by 2026, to support AI infrastructure. While its platform strategy shows early signs of traction with growing Azure AI revenue, it must balance startup-like agility with the reliability expected by enterprise clients. The core challenge is no longer being the sole AI winner but defending its position as the essential enterprise software entry point amidst rapid technological commoditization and the shift towards always-on AI agents.

marsbit1 год тому

Has Microsoft Lost Its Way in the AI Race, and Can Copilot Bring It Back on Track?

marsbit1 год тому

Why Haven't Forex Stablecoins Taken Off?

Why FX Stablecoins Never Took Off: A Path Forward via Synthetic FX Despite the explosive growth of stablecoin-powered digital banking, which has seen ~$6B in VC investment and a 24x surge in crypto card spending in under a year, a major limitation persists: these banks are essentially dollar-only accounts. This leaves 95-99% of global accounts, which are denominated in non-USD currencies, underserved. Attempts to create native foreign currency (FX) stablecoins (like EURC) have largely failed, with total FX stablecoin TVL at ~$600M compared to $400B for USD stablecoins—a 700x gap. These FX tokens face critical challenges: fragile pegs due to low liquidity, limited exchange/FinTech acceptance, poor on/off-ramps, complex regional compliance, and a chicken-and-egg adoption problem. The article argues that the solution lies not in competing with entrenched USD stablecoin networks (USDT/USDC), but in adopting a synthetic FX model inspired by traditional finance. Specifically, it advocates for Mark-to-Market Non-Deliverable Forwards (NDFs)—cash-settled FX derivatives that allow users to maintain underlying USD stablecoin holdings while having their account balance and P&L denominated in a foreign currency. This approach offers key advantages: strong oracle-based pegs, retention of deep USD stablecoin liquidity and yield, superior on/off-ramps, scalability to any currency with a reliable feed, and capital efficiency. It mirrors how modern institutional FX markets operate. Primary use cases for on-chain NDFs include: 1. **Digital Banks/Wallets:** Enabling multi-currency accounts for international users without leaving the USD stablecoin ecosystem, boosting deposits and retention. 2. **FX Carry Trade Vaults:** Offering access to sovereign interest rate differentials (e.g., earning yield on BRL) in a more stable and scalable format than crypto-native products like Ethena. 3. **Global Enterprise Payments:** Allowing merchants to receive payments in local currency equivalents while settling in USD stablecoins, similar to services offered by Stripe for fiat. The conclusion is that synthetic FX, not native FX stablecoins, is the viable path to integrating foreign exchange into the growing stablecoin digital banking landscape, potentially unlocking the next phase of institutional DeFi and multi-trillion-dollar global adoption.

链捕手2 год тому

Why Haven't Forex Stablecoins Taken Off?

链捕手2 год тому

Торгівля

Спот
Ф'ючерси

Популярні статті

Як купити GAS

Ласкаво просимо до HTX.com! Ми зробили покупку GAS (GAS) простою та зручною. Дотримуйтесь нашої покрокової інструкції, щоб розпочати свою криптовалютну подорож.Крок 1: Створіть обліковий запис на HTXВикористовуйте свою електронну пошту або номер телефону, щоб зареєструвати обліковий запис на HTX безплатно. Пройдіть безпроблемну реєстрацію й отримайте доступ до всіх функцій.ЗареєструватисьКрок 2: Перейдіть до розділу Купити крипту і виберіть спосіб оплатиКредитна/дебетова картка: використовуйте вашу картку Visa або Mastercard, щоб миттєво купити GAS (GAS).Баланс: використовуйте кошти з балансу вашого рахунку HTX для безперешкодної торгівлі.Треті особи: ми додали популярні способи оплати, такі як Google Pay та Apple Pay, щоб підвищити зручність.P2P: Торгуйте безпосередньо з іншими користувачами на HTX.Позабіржова торгівля (OTC): ми пропонуємо індивідуальні послуги та конкурентні обмінні курси для трейдерів.Крок 3: Зберігайте свої GAS (GAS)Після придбання GAS (GAS) збережіть його у своєму обліковому записі на HTX. Крім того, ви можете відправити його в інше місце за допомогою блокчейн-переказу або використовувати його для торгівлі іншими криптовалютами.Крок 4: Торгівля GAS (GAS)Легко торгуйте GAS (GAS) на спотовому ринку HTX. Просто увійдіть до свого облікового запису, виберіть торгову пару, укладайте угоди та спостерігайте за ними в режимі реального часу. Ми пропонуємо зручний досвід як для початківців, так і для досвідчених трейдерів.

181 переглядів усьогоОпубліковано 2024.12.12Оновлено 2025.03.21

Як купити GAS

Обговорення

Ласкаво просимо до спільноти HTX. Тут ви можете бути в курсі останніх подій розвитку платформи та отримати доступ до професійної ринкової інформації. Нижче представлені думки користувачів щодо ціни GAS (GAS).

活动图片