Gas fee
Transaction fee paid to network validators on Ethereum and similar blockchains, denominated in the chain's native token.
Every operation on Ethereum — sending tokens, swapping, minting an NFT — consumes "gas," a unit measuring the computational work required. The total fee is gas units used multiplied by the gas price the user offered (in gwei). Validators sort pending transactions by fee priority, so higher fees mean faster inclusion.
Gas fees fluctuate wildly depending on network demand. A simple ETH transfer might cost $1 during quiet periods and $50+ during NFT mints or DeFi yield-farming peaks. EIP-1559 (London upgrade, August 2021) introduced a base-fee burn mechanism that smooths fee spikes and makes ETH supply slightly deflationary during heavy use.
Layer-2 networks (Arbitrum, Base, Optimism) reduce gas fees 10-100x by batching transactions before settling on Ethereum. For users priced out of L1 DeFi, L2s have become the default — though they introduce trust assumptions about the bridge and sequencer.
Gas fees set a hard floor on what kinds of users and use cases the network can serve. High fees push activity to L2s; low fees enable retail and microtransactions.
How CryptoRadar24 tracks it
CryptoRadar24 surfaces ETH gas dynamics indirectly through ETH price + fee-burn data when reporting on network activity.
Related terms
FAQ
Why are Ethereum gas fees so volatile?
They are set by an auction. When demand spikes (e.g., a hyped NFT mint), users bid up the fee to be included in the next block, and the price overshoots. When demand falls, fees collapse.
Who receives the gas fee?
Since EIP-1559, a base portion is burned (removed from supply) and a priority tip goes to the validator that proposes the block.
How do I estimate gas before sending?
Wallets like MetaMask query a fee oracle and show estimated low/medium/high prices. Tools like etherscan.io/gastracker offer real-time charts.
Are L2 gas fees the same as Ethereum?
No — L2 fees are denominated in ETH but are typically 10-100x cheaper because L2s settle batches to L1 rather than each transaction individually.