Wondering why Ethereum sometimes feels slow and how the network can handle more transactions without breaking the bank? This article explains the mechanics behind Ethereum’s capacity upgrades and what they mean for anyone looking to earn or use the blockchain.
What “capacity” means on Ethereum
Ethereum processes transactions and smart‑contract calls in units called blocks. Each block has a limit on how much computational work it can contain, measured in gas. When many users try to transact at once, the gas limit is reached, causing higher fees and slower confirmation times. “Capacity” therefore refers to the total amount of gas the network can execute per second, often expressed as transactions per second (TPS). Increasing capacity means more users can transact simultaneously while keeping fees low.
How Ethereum upgrades boost capacity
Ethereum’s core protocol is open‑source software that can be upgraded through coordinated hard forks. A hard fork is a change that makes previously invalid blocks valid, or vice‑versa, requiring all nodes to adopt the new rules. Upgrades target capacity in three main ways:
- Layer‑1 scaling: Directly raising the gas limit per block or improving the efficiency of block validation. This is limited by the need to keep nodes lightweight.
- Shard chains (sharding): Splitting the blockchain into multiple parallel chains that process transactions independently, then stitching the results together. Sharding multiplies the total gas available without overburdening any single node.
- Layer‑2 solutions: Building protocols that settle most activity off‑chain (e.g., rollups) and only post summary data to Ethereum. While not a protocol change itself, upgrades often add native support for these solutions, making them more secure and cheaper.
Each upgrade is carefully tested on testnets before being deployed to the main network. The process includes a “rehearsal” phase where the new code runs in parallel with the live chain to ensure compatibility.
Real‑world illustration: the Glamsterdam upgrade
In March 2026, Ethereum completed a rehearsal for the upcoming Glamsterdam upgrade. The rehearsal demonstrated that the new code could handle a significant increase in gas per block and improved compatibility with rollup aggregators. The upgrade itself is slated for later in 2026 and is expected to raise the network’s effective capacity by roughly 30 % compared with the previous baseline.
What this means for you
If you earn passive income through staking, providing liquidity, or running a node, higher capacity can lower transaction fees, making it cheaper to claim rewards or rebalance positions. For developers, a larger TPS ceiling reduces the risk that a popular dApp will become congested during peak usage, improving user experience and retention. For everyday users, the most noticeable benefit is smoother, cheaper transactions when the network is busy.
How to evaluate a capacity upgrade
- Check the gas limit change: Look at the official EIP (Ethereum Improvement Proposal) to see how much the per‑block gas limit will increase.
- Assess sharding readiness: Determine whether the upgrade introduces new shard chains or improves existing ones. More shards usually mean higher total capacity.
- Review Layer‑2 support: Upgrades that add native rollup hooks or cheaper calldata can make Layer‑2 solutions more attractive, indirectly boosting capacity.
- Monitor testnet results: Successful rehearsals, like the one for Glamsterdam, are good indicators that the upgrade will perform as expected on mainnet.
- Consider timing: Capacity upgrades can temporarily increase gas usage as users test the new limits. Plan large transactions or reward claims accordingly.
FAQ
Will a higher gas limit always lower transaction fees?
Not automatically. Fees also depend on demand. A higher limit gives the network more room to absorb spikes, which usually results in lower average fees, but extreme demand can still push fees up.
Do I need to upgrade my node software to benefit from Glamsterdam?
Yes. Nodes must run the latest client version that includes the upgrade. Most major clients release automatic update guides, and failing to upgrade can lead to incompatibility with the rest of the network.
How does sharding affect the security of my assets?
Sharding distributes data across multiple chains, but Ethereum’s design ensures that each shard is secured by the same proof‑of‑stake validator set. The security model remains robust, though it adds complexity that developers need to account for.
Can I still use existing Layer‑2 solutions after the upgrade?
Yes. Existing rollups will continue to work, and many will benefit from lower calldata costs and faster finality introduced by the upgrade.
This article references reporting from coindesk.com.