Gas Fee (Ethereum)
A Gas Fee is the transaction cost paid to Ethereum network validators to process and confirm an on-chain operation, denominated in ETH (measured in units called 'gwei'), with the fee level determined by network demand and the computational complexity of the operation being executed.
Gas fees are the economic mechanism that allocates scarce computational capacity on the Ethereum network. Every operation on Ethereum — from a simple ETH transfer to a complex multi-step DeFi trade — requires a certain amount of computational work, measured in units of 'gas.' Each unit of gas has a price (in gwei, where 1 gwei = 0.000000001 ETH) that fluctuates based on how many transactions are competing for inclusion in the current block. The total fee for a transaction equals the gas used multiplied by the gas price.
Ethereum's fee mechanism was significantly redesigned with the London upgrade in August 2021, which introduced EIP-1559. Under this model, each block has a 'base fee' — a minimum price per unit of gas set algorithmically based on whether the previous block was above or below 50% capacity. The base fee is burned (destroyed), removing it from the circulating supply. Users also add an optional 'priority fee' (tip) to incentivize validators to include their transaction faster.
Gas prices are highly variable and can spike dramatically during periods of high network activity — major NFT mints, DeFi protocol launches, token airdrops, or broader market volatility can drive gas fees from a few dollars to hundreds of dollars per transaction in minutes. During the 2021 DeFi and NFT boom, peak gas fees made small transactions economically unviable: paying $200 in fees to execute a $500 trade was not uncommon. This experience accelerated the development of Ethereum Layer 2 scaling solutions.
Layer 2 networks — including Arbitrum, Optimism, Base, and zkSync — process transactions off the main Ethereum chain (Layer 1) and batch them together before settling the final state on the mainchain. This dramatically reduces per-transaction gas costs, often by 10x to 100x, by amortizing the fixed Layer 1 settlement cost across many Layer 2 transactions. Most DeFi activity has migrated to Layer 2 networks as a result.
For investors in Ethereum, gas fee activity is a fundamental demand signal. High aggregate gas fees indicate heavy network utilization, which under the EIP-1559 burn mechanism directly reduces the net supply of ETH. Periods of high activity have been associated with periods of ETH supply deflation, providing a direct link between Ethereum ecosystem usage and ETH's monetary dynamics.