Ethereum’s next major upgrade is moving from conference-room proposals to engineering reality, forcing developers, validators and Layer 2 operators to prove that higher capacity can arrive without making the network harder to run.

Ethereum has spent years building a scaling strategy around two complementary ideas. The base layer should become more efficient and resilient, while Layer 2 networks should process most everyday activity and use Ethereum for settlement, security and data availability. Glamsterdam, the proposed upgrade that follows Pectra and Fusaka, will test how well that strategy works when the network changes several critical components at once.

The upgrade is still being shaped by Ethereum’s developers, and its final list of Ethereum Improvement Proposals, or EIPs, is not guaranteed to remain unchanged. Yet the direction is clear. Developers are examining ways to increase execution capacity, improve the relationship between block proposers and block builders, expand data availability for rollups and reduce the amount of work validators must perform in each block.

Those goals are connected. Faster execution is useful only if validators can keep up. More data for rollups matters only if Layer 2 networks can access it reliably and cheaply. A more sophisticated block-building process may improve efficiency, but it can also increase the importance of large infrastructure providers.

That makes Glamsterdam more than another item on Ethereum’s upgrade calendar. It is an operational test of whether the network can scale while preserving broad participation in validation.

From roadmap to implementation

Ethereum’s recent upgrades have increasingly focused on practical throughput rather than a single dramatic increase in the number of transactions processed directly by the main chain.

The Dencun upgrade introduced blob transactions, giving rollups a cheaper way to publish transaction data to Ethereum. Pectra expanded several parts of the network’s account and validator functionality. Fusaka is expected to focus on further data availability improvements, including PeerDAS, a system intended to let validators verify portions of blob data rather than requiring every node to download all of it.

Glamsterdam follows this progression. Its likely impact will come from several changes working together rather than from one headline feature.

One proposed area is execution-layer efficiency. Ethereum’s execution layer processes transactions, updates account balances and applies smart contract code. If that work can be organized more efficiently, nodes may be able to process larger blocks without requiring a proportional increase in hardware capacity.

Proposals such as block-level access lists have been discussed as a way to make transaction dependencies more visible before execution. An access list identifies the accounts and storage locations a group of transactions is expected to touch. This information could help clients process transactions more intelligently, including through parallel execution where transactions do not conflict with one another.

Parallel execution is not a simple switch. Ethereum’s state is shared, and two transactions that appear unrelated may attempt to modify the same storage location. Clients need reliable methods to detect conflicts and preserve the exact ordering required by the protocol. The benefit of access lists would therefore depend on whether developers, wallets and applications can produce accurate data without adding excessive complexity.

The business case is significant. If Ethereum can execute more work per unit of validator effort, decentralized exchanges, gaming applications, financial protocols and other on-chain businesses could handle more activity at lower cost. Developers would gain additional room for applications that are difficult to operate when every interaction consumes expensive block space.

But the test is not simply whether a benchmark shows more transactions per second. It is whether ordinary nodes can sustain the new workload over time, during periods of high demand and under less favorable network conditions.

The proposer and builder problem

Another central discussion around Glamsterdam involves enshrined proposer-builder separation, commonly known as ePBS.

Today, Ethereum’s block production process already relies heavily on a market structure in which validators propose blocks while specialized builders assemble them. Builders compete to create blocks containing transactions and other data, then send bids to proposers. Relays and external software help coordinate this process.

The model has allowed Ethereum to benefit from specialized block construction. Builders can invest in sophisticated systems that monitor the mempool, optimize transaction ordering and compete for valuable block space. That specialization may improve the value captured by validators and increase the efficiency of block production.

It also creates dependencies. A validator may rely on third-party relays or builder infrastructure to receive a complete block. If a small number of companies dominate that infrastructure, the network could become vulnerable to outages, censorship or coordinated behavior. The system can remain technically decentralized while becoming economically concentrated.

ePBS would move more of the proposer and builder relationship into the Ethereum protocol itself. Supporters argue that this could reduce reliance on trusted intermediaries, clarify the responsibilities of each participant and make the block marketplace more robust. It could also create a cleaner foundation for future scaling features.

The risks are equally important. Putting more rules inside the protocol can make Ethereum harder to upgrade and more demanding to implement. Validators may need to manage additional timing, networking and verification requirements. Smaller operators could struggle if participating efficiently requires better connectivity or more specialized equipment.

The outcome will depend on details such as deadlines, fallback behavior and the treatment of missed or invalid bids. A validator that cannot receive a builder’s block in time must still be able to propose a valid alternative. If the fallback process is inefficient, the network could see more missed slots. If it is too permissive, the benefits of the auction system could be weakened.

For businesses building on Ethereum, these mechanics may seem distant. They are not. Reliable block production affects confirmation times, transaction inclusion and the ability of applications to offer predictable user experiences. A decentralized exchange that depends on timely execution, or a payments company promising near-instant settlement, ultimately depends on the network’s block production process working under pressure.

Higher gas limits create a hardware question

Ethereum’s gas limit determines how much computation and storage activity can be included in a block. Raising it can increase capacity, but it also increases the work required from full nodes.

The appeal is straightforward. A higher gas limit allows more transactions and contract operations to fit into each block. If demand remains strong, that additional capacity can reduce fee competition. Developers of applications with frequent or complex transactions would have more room to operate, and Layer 2 networks could potentially settle more activity on Ethereum.

The constraint is hardware. Every full node must independently execute the transactions in each block and maintain the resulting state. As blocks become larger, nodes need more processing power, memory, storage performance and bandwidth. The burden is not limited to professional validators. Ethereum’s security model benefits when individuals, universities, companies and community groups can run nodes without relying on specialized infrastructure providers.

This creates a tradeoff that cannot be settled through marketing language. A gas limit increase may improve the user experience in the short term, but if it causes a meaningful number of independent nodes to stop operating, it could weaken the network’s resilience over the long term.

The concern is particularly relevant for staking. Ethereum allows validators to operate through many forms of infrastructure, including home servers, cloud providers and staking-as-a-service companies. If the computational and networking requirements rise too quickly, more participants may delegate operations to large providers. That could increase concentration among staking companies, data centers and cloud platforms.

Developers therefore need to measure more than maximum throughput. They must evaluate execution time, database growth, synchronization speed, bandwidth requirements and recovery behavior after an outage. A node that can process a large block once may not be able to maintain that performance every few seconds for months.

Client diversity adds another layer. Ethereum’s execution and consensus layers are supported by multiple independent client teams. This reduces the risk that one software bug can disable the entire network. However, an upgrade that changes execution behavior, block construction or validator networking must be implemented consistently across those clients.

A testnet can reveal whether clients agree on the protocol. It may not reveal every problem that appears on the mainnet, where transaction patterns are more complex and infrastructure is operated by participants with different incentives. Mainnet readiness will depend on long-running tests, stress scenarios and close monitoring after activation.

Rollups are the first commercial customer

Ethereum’s scaling story increasingly depends on rollups. These Layer 2 networks execute transactions away from the main chain, then publish compressed data and proofs or verification information to Ethereum.

For rollup operators, the cost and reliability of data publication are central business concerns. Data is needed so users can reconstruct the Layer 2 chain and verify that the operator has not hidden or altered transaction history. Blob transactions made this data cheaper, but available blob space remains limited and demand can rise quickly when applications become popular.

Glamsterdam’s relevance to rollups will therefore be measured by whether it creates more predictable and affordable data capacity. A rollup can offer low fees when its data costs are stable. If blob fees spike during periods of demand, the operator may need to raise user fees, subsidize activity or limit growth.

The biggest beneficiaries may be applications that have so far struggled to find a sustainable home on-chain. Consumer payments, social networks, gaming economies and automated financial strategies often produce many small transactions. They can attract users when fees are low, but their economics deteriorate rapidly when each interaction competes with high-value financial activity.

Yet cheaper data on Ethereum does not automatically mean cheaper transactions for users. A Layer 2 operator also pays for sequencing, proof generation, infrastructure, liquidity and customer support. The savings from an upgrade may be retained by the operator, passed to users, or used to finance additional security and performance features.

This is why developers and investors should watch real application metrics rather than relying only on block statistics. Useful indicators include median user fees, confirmation times, failed transaction rates, withdrawal costs and the number of active applications. If capacity improves but users see little change, the upgrade may be strengthening infrastructure without broadening adoption.

Competition among Layer 2 networks will also shape the result. More data capacity could allow existing rollups to lower prices, increase throughput or support new products. It could also make it easier for specialized networks to launch. The market may become more fragmented, with different rollups optimized for payments, trading, gaming or institutional settlement.

That fragmentation creates a user experience challenge. People may have to choose among multiple networks, bridges and wallet configurations. Ethereum’s base-layer upgrades can lower technical costs, but application developers still need to hide complexity from users through better wallets, account abstraction and automated routing.

What validators will be watching

Validators are the most immediate real-world testers of Glamsterdam. Their hardware will determine whether higher limits and more complex block production are sustainable.

They will track missed attestations, missed proposals, execution time, memory consumption, network propagation and the time required to recover after a restart. Operators will also assess whether monitoring systems, staking clients and key-management tools remain compatible with the upgrade.

Large staking providers have an advantage because they can run dedicated engineering teams and distribute workloads across data centers. Independent validators may have less room for experimentation, especially if an upgrade requires a faster internet connection or more capable storage.

That does not mean Ethereum must freeze its technical design to match the least powerful machine. A network that never increases capacity risks pushing users toward centralized alternatives. The challenge is to raise requirements gradually and transparently, giving operators enough time to upgrade while preserving a realistic path for smaller participants.

Validator economics matter as well. If operating costs rise while rewards remain unchanged, some validators may exit. Others may move to professional providers. The protocol’s decentralization cannot be assessed only by counting validator keys, because many keys may be controlled by the same company.

Client teams and staking providers will also need clear communication about emergency procedures. An upgrade that behaves well in normal conditions can still expose weaknesses during network partitions, cloud outages or sudden demand spikes. Glamsterdam’s resilience will be tested by how gracefully the system handles imperfect conditions.

Measuring success beyond throughput

The most visible metric after Glamsterdam will probably be capacity. That is necessary, but insufficient.

A successful upgrade should reduce bottlenecks without making Ethereum dependent on a smaller group of infrastructure providers. It should improve the economics of Layer 2 networks while giving users lower and more predictable costs. It should allow validators to participate with manageable requirements and preserve diversity among clients, regions and hosting arrangements.

Developers will also need to watch whether new execution features are actually used. Access lists, parallel processing and other optimization mechanisms create value only when clients, wallets and applications support them. If the tools are difficult to integrate, improvements may remain theoretical.

The upgrade could also influence Ethereum’s relationship with competing platforms. High-throughput chains often market simplicity and speed, while Ethereum emphasizes security, liquidity and a large developer ecosystem. More efficient execution would strengthen Ethereum’s technical position, but only if the gains translate into products that people choose to use.

For companies, the key question is predictable capacity. Financial institutions planning tokenized assets, payment firms exploring stablecoin settlement and consumer brands experimenting with digital ownership need infrastructure that can support demand without sudden cost increases. Glamsterdam may not remove every limitation, but it can make Ethereum a more credible platform for those use cases if performance is consistent.

The first real test is discipline

Ethereum’s developers have shown a willingness to pursue ambitious changes, but Glamsterdam will test a different skill: disciplined delivery.

The network must coordinate multiple client teams, validator operators, Layer 2 companies, application developers and users. Each group will experience the upgrade differently. Researchers may celebrate improved execution benchmarks, while validators worry about bandwidth. Rollup operators may welcome additional data capacity, while users see little immediate fee reduction. Infrastructure providers may gain efficiency, while independent node operators face higher costs.

Those tensions are not evidence that the upgrade is failing. They are the core governance and engineering questions that Ethereum must answer.

The strongest outcome would be a network that processes more activity, gives rollups a larger and more reliable foundation, and maintains a broad validator community. That requires testnet data, transparent performance targets and a willingness to remove or delay features that create unacceptable risks.

Glamsterdam’s significance lies in this transition from architecture to accountability. Ethereum no longer needs to prove that it can design a scaling roadmap. It needs to show that the roadmap works for the people who operate the network and for the businesses and users who depend on it.

If the upgrade delivers capacity without sacrificing resilience, it could establish a durable foundation for the next generation of on-chain applications. If it merely shifts congestion from one part of the system to another, or increases dependence on a few infrastructure providers, the industry will learn that scaling is not only a question of bigger blocks and faster execution.

It is a question of who can participate, who benefits from the additional capacity and whether the system remains dependable when real users arrive.

#Ethereum#Glamsterdam#Pectra#Fusaka#PeerDAS#ePBS
Jessica Jones writes theUnhashed's technical explainers: how a protocol actually works, where its trust sits, and what a design choice costs. She covers consensus, scaling, zero-knowledge systems and smart contract security, and treats a specification as the primary source.

This article was written with the assistance of an AI system and published automatically.