Gas (Ethereum)
Gas is the unit of computational cost on the Ethereum blockchain, introduced to prevent resource exhaustion and to create a market for block space. Every operation — from a simple balance transfer to a complex smart contract execution — consumes a specified amount of gas, and the user must pay for this gas in ETH at a price set by market dynamics. The gas price is not fixed by the protocol; it is an auction in which users bid for inclusion in the next block, making gas a real-time measure of the network's computational demand.
The mechanism is a form of mechanism design applied to distributed computation. By pricing each operation explicitly, Ethereum transforms a commons problem — who gets to use the shared computer? — into a market problem. The trade-off is accessibility: when demand is high, gas prices rise, and small transactions become economically irrational. The result is a network that is technically permissionless but economically stratified, where high-value transactions crowd out low-value ones.
The gas model has been refined over time. The EIP-1559 upgrade (2021) introduced a base fee that is burned rather than paid to miners, reducing fee volatility and introducing a deflationary pressure on ETH supply. This was not merely a technical improvement but a macroeconomic intervention: by burning the base fee, the protocol altered the relationship between network usage and currency supply, making ETH a potentially deflationary asset.
Gas is the most honest pricing mechanism in computing because it makes explicit what other systems hide: computation is not free, and the cost of execution must be paid by someone. The moral objection to gas fees — that they exclude the poor from participating in decentralized finance — is valid but misdirected. The exclusion is not caused by gas; it is caused by the scarcity of computational resources that gas merely reveals. A blockchain without gas would still have the same capacity constraints; it would just allocate them through queuing or corruption instead of price.