How are crypto transaction fees determined on Ethereum?

Ethereum transactions consume "gas," a unit that measures the computational work required to execute operations. The concept and practical guidance on gas are documented by the Ethereum Foundation, which explains that every operation in the Ethereum Virtual Machine has a gas cost, and users pay for that gas in gwei, a denomination of ether. Before fee market reforms, senders competed in a first-price auction: they set a gas price and miners chose the highest-paying transactions, creating unpredictable fees during congestion.<br><br>How the base fee and tip work<br>EIP-1559, proposed by Vitalik Buterin of the Ethereum Foundation and implemented in the London upgrade, redesigned the fee market. Instead of only a single bid, each transaction specifies a maximum fee the sender is willing to pay and a priority fee or tip to reward the block proposer. The protocol computes a base fee for each block based on recent demand and the block gas target, and that base fee is burned rather than paid to the block proposer. The tip goes to the proposer to incentivize inclusion above the base fee. This mechanism makes typical user fees more predictable because clients can recommend a base fee derived from protocol rules rather than guessing other users’ bids.<br><br>Causes of fee volatility and how the mechanism responds<br>Fee volatility on Ethereum stems from limited blockspace, exogenous demand spikes from activities such as decentralized finance trades or NFT drops, and complex smart contract interactions that consume more gas. The EIP-1559 base fee algorithm reacts to block-by-block demand by increasing the base fee when blocks are consistently over the target and decreasing it when under, smoothing short-term swings. However, extreme surges still raise gas demand far beyond capacity, forcing higher tips for timely inclusion despite the new structure.<br><br>Consequences for users, networks, and token economics<br>For users, EIP-1559 improved fee estimation and reduced failed transactions due to underpriced gas. For block proposers, the change shifted revenue composition: base fee burning reduced protocol-level payouts, while tips remained for immediate reward. The burn mechanism has broader economic implications for ether supply; Ethereum Foundation discussions and Vitalik Buterin’s writings highlight that burning a portion of transaction fees can introduce deflationary pressure when network activity is high, affecting long-term issuance dynamics. After Ethereum’s consensus-layer transition known as the Merge, proposers are validators instead of miners, and the fee structure continues to influence validator compensation in combination with staking rewards.<br><br>Societal and territorial dimensions<br>Transaction fees influence who can access and use Ethereum applications. High fees can exclude small-value users and concentrate activity among wealthier participants or institutional actors, shaping cultural and economic participation in decentralized applications. Fee burdens also drive technical and social innovation—layer-2 scaling solutions and alternative blockspace markets often emerge in response to persistently high costs, changing where and how communities transact.<br><br>Understanding fees on Ethereum therefore requires attention to protocol-level rules described by the Ethereum Foundation and analysts such as Vitalik Buterin, the observable demand that produces congestion, and the broader social and economic effects that flow from how blockspace is priced and allocated.