What Are Gas Fees and How to Reduce Them in 2025
// Table of Contents
What Is Ethereum Gas?
Gas is the unit measuring the computational effort required to execute operations on Ethereum. Like fuel for a car — without gas, your transaction doesn't move.
Every action on Ethereum — sending ETH, swapping tokens, minting an NFT, or deploying a contract — requires a certain amount of gas. Simple operations use less; complex contract interactions use more.
How Gas Fees Are Calculated
Total gas fee is determined by two variables:
- Gas Limit: Maximum gas units you'll use. A standard ETH transfer costs exactly 21,000 gas units.
- Gas Price: Price per unit in Gwei (1 Gwei = 0.000000001 ETH).
Example: 21,000 gas × 25 Gwei = 0.000525 ETH (~$1.84 at $3,500/ETH). Use our Gas Fee Calculator to estimate costs before you transact.
EIP-1559 and the Base Fee
Since August 2021, Ethereum uses EIP-1559. Each block has a base fee (set by the protocol, burned) plus an optional priority tip to incentivize validators. This made fees more predictable and reduced ETH supply — but fees still spike during congestion.
7 Ways to Reduce Gas Fees
- Transact during off-peak hours. Weekends and late UTC nights (00:00–08:00 UTC) have lowest demand.
- Use Layer 2 networks. Arbitrum, Optimism, and Base are 10–100x cheaper for the same operations.
- Set a lower priority tip. If you're not in a hurry, set a low tip and wait longer.
- Batch transactions. Some protocols let you combine multiple ops into one transaction.
- Use gasless protocols. Some dApps pay your gas via meta-transactions.
- Monitor gas trackers. Check Etherscan Gas Tracker before high-value transactions.
- Revoke unused approvals. Clean up token approvals at revoke.cash to reduce future transaction weight.