Gas fees are the cost of using the Ethereum network — the compensation paid to validators for processing your transaction. At their peak in 2021, simple token swaps on Ethereum L1 cost $50-$200+. Understanding gas fees is essential for using Ethereum efficiently.
What Is Gas?
“Gas” measures the computational work required to execute a specific operation on the Ethereum Virtual Machine (EVM). Simple operations like sending ETH cost 21,000 gas units. Complex smart contract interactions (a Uniswap swap, for example) might cost 150,000-300,000 gas units. Gas measures work; gas price (in gwei) measures how much you’re willing to pay per unit of work.
Gwei: Ethereum’s Unit of Gas Price
1 ETH = 1,000,000,000 gwei (10⁹ gwei). “Gwei” stands for “giga-wei” — 1 billion wei, where wei is the smallest denomination of ETH. When you set gas prices, you say: “I’ll pay 15 gwei per unit of gas.” A simple ETH transfer at 15 gwei costs: 21,000 × 15 gwei = 315,000 gwei = 0.000315 ETH.
EIP-1559: The 2021 Gas Revolution
Before August 2021 (EIP-1559 implementation), gas prices were set by a first-price auction — you bid, and miners took the most generous bids. This was unpredictable and often resulted in severe overpayment.
EIP-1559 introduced a base fee — a protocol-determined minimum fee that every transaction must pay. The base fee adjusts algorithmically every block: if the previous block was more than 50% full, the base fee rises; if less than 50% full, it falls. The base fee is burned — permanently removed from ETH supply — not paid to validators.
Validators now receive only a priority fee (tip) that users add on top of the base fee. This makes gas prices more predictable and introduces ETH deflationary pressure.
How to Pay Less Gas on L1
- Transact on weekends — especially Sunday mornings (US Eastern Time). Gas is often 40-60% cheaper due to lower activity.
- Use a gas tracker — ETH Gas Station, Blocknative, or the Etherscan Gas Tracker show real-time and forecasted gas prices.
- Set custom gas limits in MetaMask — use “advanced gas controls” to set your own base fee limit and priority fee.
- Batch transactions — protocols like Uniswap’s Universal Router bundle multiple operations into one transaction.
Layer 2 Networks: The Real Solution
The most effective way to dramatically reduce gas costs is to use Ethereum Layer 2 networks:
- Arbitrum One — Optimistic Rollup by Offchain Labs. ~$0.01-0.10 per transaction. Largest L2 by TVL.
- Optimism / OP Mainnet — Optimistic Rollup. ~$0.01-0.05 per transaction. Home to many top dApps.
- Base — Coinbase-built OP Stack chain. Often the cheapest for simple transactions, sub-cent fees common.
- zkSync Era — ZK Rollup by Matter Labs. ~$0.05-0.20 per transaction; offers privacy-preserving properties.
- Starknet — ZK Validity Rollup by StarkWare. Mathematically verifiable finality, very low fees.
After Ethereum’s Danksharding upgrades (EIP-4844 “Proto-Danksharding”, active 2024), L2 data costs dropped by another ~10x, making sub-$0.001 transactions common on Arbitrum and Base.
The ETH Burn: Making Gas Fees Deflationary
EIP-1559’s base fee burn has destroyed over 4.4 million ETH as of early 2025 — worth approximately $16+ billion. When Ethereum network activity is high enough, more ETH is burned than issued, making ETH net deflationary. Ethereum has had negative supply growth during periods of high DeFi activity and NFT trading.
Conclusion
Ethereum gas fees are no longer the barrier to entry they once were. With a vibrant L2 ecosystem offering near-zero fees while inheriting Ethereum’s security, the practical cost of using Ethereum-based DeFi and applications has dropped by 99%+ versus 2021 peaks. Understanding gwei and gas optimization is still valuable for L1 interactions — but for most users, the answer is simply: use a Layer 2.
