Gas Fees Explained: Why They Exist and How to Minimize Them
Gas fees are one of the most confusing aspects of using Ethereum and other blockchains. Why do they exist, why do they spike unexpectedly, and why did that simple transfer just cost you $30? This guide answers all of it — and shows you how to pay less.
Why Gas Fees Exist
Every operation on the Ethereum blockchain — sending ETH, swapping tokens on a DEX, minting an NFT, interacting with a lending protocol — requires computational resources to process and validate. The Ethereum network is a global distributed computer with thousands of validator nodes all running the same computations and reaching agreement on the results. Running this infrastructure is not free. Gas fees are the mechanism by which users compensate the validators who process and secure transactions.
Gas also serves a critical anti-spam function. Without a fee requirement, anyone could flood the network with millions of worthless transactions, overwhelming validators and making the network unusable for legitimate users. By attaching a cost to every operation, the fee mechanism ensures that only transactions worth paying for get submitted. This is fundamentally the same principle as postage stamps for physical mail — the cost filters out junk while ensuring the infrastructure can serve genuine use.
The term "gas" comes from an analogy with fuel: a transaction is like a car journey, and different operations consume different amounts of fuel. A simple ETH transfer is a short trip with low fuel consumption. A complex DeFi interaction across multiple protocols is a long highway journey consuming much more. The gas price — denominated in Gwei, a fraction of ETH (1 Gwei = 0.000000001 ETH) — is the cost per unit of fuel. Total transaction cost equals gas units consumed multiplied by gas price.
How the EIP-1559 Fee Market Works
Before August 2021, Ethereum used a simple auction mechanism for transaction fees. Users specified a gas price they were willing to pay, validators included the highest-bidding transactions first, and the full fee went to validators. This created extreme price volatility and made fee estimation difficult — users routinely overpaid or had transactions stuck pending for hours.
EIP-1559 (implemented in the London upgrade) fundamentally redesigned the fee market. The new system has two components: a base fee and a priority fee (tip). The base fee is set algorithmically by the protocol based on current network demand — when blocks are more than 50% full, the base fee increases; when they are less than 50% full, it decreases. The base fee is burned (permanently removed from ETH's total supply), not paid to validators. The priority fee (tip) is chosen by the user as an incentive for validators to prioritize their transaction; this portion goes to validators.
This architecture improved fee predictability significantly. Wallets can accurately estimate the base fee for the next block, and users set their tip based on how urgently they need the transaction included. The burning of base fees also introduced a deflationary mechanic for ETH — during periods of high network activity, the burn rate can exceed the rate of new ETH issuance, making ETH net deflationary. This has happened during significant market activity periods.
Why Fees Spike During High Activity
Ethereum has a fixed block gas limit — a maximum amount of computational work that can fit in each block. When demand for block space exceeds supply (more transaction demand than can fit in available blocks), the base fee increases rapidly to price out lower-priority transactions until supply and demand reach equilibrium. This is why fees spike dramatically during major market events, popular NFT mints, and other periods of concentrated high demand.
During the 2021 NFT bull run, gas fees on Ethereum mainnet regularly exceeded $100 for simple transactions and $300+ for complex DeFi interactions. During Yuga Labs' Otherside virtual land NFT mint in May 2022, demand was so extreme that the gas auction failed catastrophically — users paid over $14,000 in gas fees for a failed transaction (one that was outbid and not included but still consumed some validator resources). These events directly accelerated adoption of Layer 2 networks as the primary venue for consumer transactions.
Practical Strategies to Minimize Gas Costs
Timing is the most powerful tool for reducing gas costs on Ethereum mainnet. Network activity follows predictable patterns: fees are lowest on weekends and during early morning UTC hours (roughly midnight to 6 AM UTC) when US and European markets are inactive. Gas tracking sites and wallet gas alerts let you set notifications for when the base fee drops below a target threshold. For non-urgent transactions, waiting for low-fee windows can reduce costs by 50–90%.
Transaction batching reduces fees by consolidating multiple operations. Some DeFi aggregators and wallet products allow you to bundle multiple approvals or swaps into a single transaction, paying one base fee for the combined operation rather than separate fees for each step. This requires using products specifically designed for batching, but the savings on routine multi-step operations can be significant.
Setting the right max fee and priority fee parameters prevents both overpayment and stuck transactions. Modern wallets provide gas estimates automatically, but understanding the parameters helps you make informed manual adjustments. Set your max fee high enough to accommodate the base fee reaching its maximum plausible level before your transaction is included, but your priority fee only as high as needed to get reasonably fast inclusion — typically 1–2 Gwei is sufficient outside of congested periods.
Layer 2 Networks: The Structural Solution
For everyday consumer transactions, the real solution to gas fees is not optimization on Ethereum mainnet — it is migrating activity to Layer 2 networks. Arbitrum, Optimism, Base, zkSync, Scroll, and Polygon PoS are all networks that execute transactions outside of Ethereum mainnet and periodically settle state to Ethereum for security. The result is transaction fees measured in cents rather than dollars, with speeds comparable to fast Web2 applications.
Bridging assets from Ethereum mainnet to a Layer 2 is a one-time cost that makes sense once you plan to use a Layer 2 regularly. The bridge transaction costs mainnet gas, but all subsequent activity on the Layer 2 is dramatically cheaper. Most major DeFi protocols and NFT marketplaces have deployed on at least one Layer 2, so the ecosystem available on L2 now covers most common consumer use cases.
Queen One's platform is designed primarily around Layer 2 networks for this reason. We route transactions to the most cost-effective available network by default, and our DeFi yield dashboard shows you where each protocol is deployed so you can choose to participate on Layer 2 when available. Our goal is that no Queen One user should ever need to pay $50 to interact with DeFi or mint an NFT.
Key Takeaways
- Gas fees compensate validators for the computational work of processing and securing transactions, and prevent spam.
- EIP-1559 introduced a base fee (burned) plus tip model that improved fee predictability and created deflationary pressure on ETH supply.
- Fees spike during high network demand because block space is limited and users bid for inclusion.
- Timing transactions for low-demand periods (weekends, early UTC hours) can reduce mainnet fees by 50–90%.
- Layer 2 networks (Arbitrum, Optimism, Base, zkSync) reduce fees to cents while inheriting Ethereum's security.
- Queen One routes transactions to the most cost-effective network by default to minimize gas costs for users.
Conclusion
Gas fees are a genuine friction point in Web3, but one that is increasingly well-addressed by Layer 2 technology and improved fee market design. The days of paying $100 for a DeFi swap are largely a mainnet-only phenomenon that consumers using L2 networks simply do not encounter. Understanding why fees exist helps you make better decisions about timing and network selection. Building your Web3 activity primarily on Layer 2 networks is the most impactful single change most users can make to reduce costs. That is the architecture Queen One is built on, and it is why we believe the cost barrier that historically locked consumers out of DeFi and NFTs is effectively solved at the infrastructure level today.