Buy Event Ticket Consensus MIami 2026 - 20% Paris Blockchain Week - 15% OFF

What is Gas (Ethereum Gas)

Gas is the unit of measurement for the computational work required to execute specific operations on the Ethereum blockchain and EVM-compatible networks. Every transaction, smart contract interaction, and state change consumes gas,  and users pay for this gas in ETH (denominated in Gwei) as compensation to validators for including their transaction.

THE GAS CONCEPT: WHY IT EXISTS

  • Gas serves two critical functions: preventing spam and resource abuse. Without a cost per computation, an attacker could submit transactions containing infinite loops that would consume all network computing resources indefinitely. Gas limits cap computation, and fees make resource consumption economically costly. 

  • Every EVM operation has a fixed gas cost: a simple ETH transfer costs 21,000 gas; complex DeFi interactions may cost 200,000-500,000+ gas.

GAS MECHANICS POST-EIP-1559

Since the London upgrade (August 2021), Ethereum uses a two-component fee structure:

  • Base Fee: Algorithmically determined by the previous block's fullness. If the block was more than 50% full, the base fee increases; if less than 50% full, it decreases. The base fee is burned,  permanently removed from ETH supply  not paid to validators.

  • Priority Fee (Tip): Optional additional fee paid directly to the validator as incentive to include your transaction faster. During periods of low demand, a minimal tip suffices. During congestion, higher tips jump the queue. Total fee = (Base Fee + Priority Fee) × Gas Used. 

GAS UNITS AND GWEIETH 

is divisible to 18 decimal places. Gas prices are expressed in Gwei  one Gwei equals 0.000000001 ETH (10^-9 ETH). Typical gas prices range from 5-20 Gwei in low-demand periods to 100-500+ Gwei during major NFT mints or DeFi events. 

GAS COST EXAMPLES (AT 20 GWEI)

simple ETH transfer: 21,000 gas × 20 Gwei = 420,000 Gwei = 0.00042 ETH (~$1.50 at $3,500/ETH). Uniswap swap: ~150,000 gas × 20 Gwei = 0.003 ETH (~$10.50). Complex DeFi interaction: 300,000+ gas.

REDUCING GAS COSTS

Use Ethereum Layer 2 networks (Arbitrum, Optimism, Base) where gas fees are 10-100x cheaper. Time transactions during low-activity periods (weekends, early morning UTC). Use gas estimation tools like ETH Gas Station.

Terms in addition to the Gas (Ethereum Gas)

Scroll to Top