By Bram de Vries — Amsterdam-based crypto educator (6 years). Published: Mar 8, 2026
Last reviewed: Jul 30, 2026
Meta: What gas really is, why fees spike, how EIP-1559 works, and how to save costs on L2s like Arbitrum, Optimism, and Base.
On Ethereum, every operation consumes gas units—a measure of computational work in the EVM. Transferring ETH, approving a token, swapping on a DEX—each action has a known gas cost expressed in units.
Gas units are priced in gwei (a fraction of ETH). So your total fee = gas units × gas price (gwei) × 1e-9 ETH. Complex contracts (like multi-step swaps) consume more gas units than a simple transfer.
Since EIP‑1559, each block has a base fee that rises when blocks are crowded and falls when there is slack. Users add a small priority fee (tip) to incentivize inclusion. Your wallet typically suggests both.
If you submit a max fee far above the final base fee, you don't overpay: the protocol refunds unused max fee to you, keeping only what was required plus your chosen tip.
During spikes, use non-urgent gas presets or wait. Many actions can be done later on a cheaper L2.
L2 networks like Arbitrum, Optimism, and Base batch many transactions and post compressed data to Ethereum. This makes typical swaps and approvals 10–50× cheaper, with Ethereum-grade security inherited via rollup proofs or fault challenges.
You still pay two components: L2 execution fees (tiny) and a share of the cost to publish data on L1. Net result is usually a fraction of mainnet fees.
Use public trackers (e.g., Etherscan Gas Tracker) to see current base fee and predicted ranges (low/average/high). Off-peak times in CET often include early mornings and weekends, but always verify live data.
If a transaction isn't urgent, set a lower max fee and let it get included when the base fee drops. For time-sensitive actions (e.g., auctions), prefer a slightly higher tip to prioritize inclusion.
Bottom line: Understand base vs priority fees, use L2s for day‑to‑day, and time transactions with a tracker. The result is lower costs without compromising safety.