DECLASSIFIED // INTELLIGENCE BRIEFING // FOR EDUCATIONAL PURPOSES ONLY
This content is informational only and does not constitute financial, legal, or investment advice. Always do your own research before making any trading decisions.
Ethereum Gas Fees: How the EVM Fee Market Actually Works
Ethereum gas fees explained. How EIP-1559 works, why fees spike, what Layer 2s did to the fee economy, and why gas matters for ETH supply.
Updated May 7, 2026· CRYPTINT.IO Intelligence
Key Takeaways
- +Gas is the unit of computation on Ethereum. Every transaction consumes gas, and users pay for it in ETH denominated in gwei (one-billionth of an ETH).
- +EIP-1559, live since August 2021, introduced a base fee that's algorithmically adjusted based on demand. The base fee is burned, permanently reducing ETH supply.
- +Fee spikes during high-demand periods burn more ETH than is issued, making Ethereum's supply net deflationary during those windows.
- +Layer 2 networks (Arbitrum, Optimism, Base, zkSync) inherit Ethereum's security while offering dramatically lower fees. Dencun's blob transactions in March 2024 dropped L2 fees 90%+.
- +Reading gas fees in context tells you about network demand, which is directly tied to ETH supply dynamics and ecosystem health.
What Gas Is
Gas is Ethereum's pricing mechanism for computation. Every operation on the Ethereum Virtual Machine costs a specific amount of gas: storing data, transferring tokens, calling smart contracts, executing math operations. The gas cost of a transaction is the sum of the gas costs of all the operations it performs.
Gas is denominated in gwei (gigawei), which is one-billionth of an ETH. A transaction that uses 50,000 gas at a gas price of 20 gwei costs 0.001 ETH in fees.
The design purpose is to prevent abuse of the shared EVM resource. Without fees, someone could submit infinite loops that consume block space forever. Gas creates an economic cost for computation that scales with actual resource use.
Gas prices are also a real-time demand signal. Spikes often coincide with whale activity as large traders race to get positioned, and they react to macro shocks as fast as any other risk asset. An FOMC surprise can push base fees up 3-5x within an hour.
EIP-1559: The 2021 Fee Market Overhaul
Before August 2021, Ethereum used a blind auction. Users submitted transactions with a gas price. Miners picked the highest-paying transactions. The system produced erratic fees and wasted user money because people paid more than necessary to guarantee inclusion.
EIP-1559[1] replaced this with a two-part fee structure:
- Base fee: set algorithmically based on recent block fullness. Burned (permanently destroyed) rather than paid to validators.
- Priority fee (tip): optional extra paid to validators to prioritize transactions during congestion.
The base fee adjusts dynamically: +/- 12.5% per block depending on whether the previous block was above or below 50% of its gas target. During sustained high demand, the base fee rises exponentially until demand eases.
The Burn Mechanism
Every base fee paid is burned. This is structurally important for ETH supply.
Daily issuance of new ETH (as staking rewards) is roughly 2,500-3,500 ETH depending on network conditions. Daily burn through base fees varies from 500 ETH during quiet periods to 12,000+ ETH during busy periods.
ETH Issuance vs Burn Scenarios
| Condition | Daily Issuance | Daily Burn | Net Supply Change |
|---|---|---|---|
| Low activity | ~3,000 ETH | ~500 ETH | +2,500 (inflationary) |
| Normal activity | ~3,000 ETH | ~2,500 ETH | +500 (slight inflation) |
| High activity | ~3,000 ETH | ~5,000 ETH | -2,000 (deflationary) |
| Extreme activity | ~3,000 ETH | ~12,000 ETH | -9,000 (strongly deflationary) |
Since The Merge in September 2022, Ethereum has been net deflationary during roughly 40% of all days. Cumulative burn since EIP-1559 activation exceeds 4 million ETH as of April 2026.
This is what drives the "ultrasound money" narrative. Unlike Bitcoin's fixed issuance that can't respond to demand, Ethereum's supply shrinks when usage demands it.
Why Fees Spike
Gas fees rise when demand for block space exceeds supply. Common triggers:
- Major NFT launches: mint traffic pushes base fee above 100 gwei within minutes
- Popular airdrop claims: users rush to claim before deadlines
- DEX volatility: arbitrage bots flood the mempool during sharp price moves
- New protocol launches: early user rush combined with yield opportunities
- Memecoin manias: periodic surges where meme tokens consume enormous block space
Fee spikes are self-limiting. When fees get too high, marginal users stop transacting, demand falls, fees come down. EIP-1559's algorithmic adjustment ensures this equilibrium finds itself relatively quickly.
Layer 2s and Dencun
Layer 2 networks (L2s) process transactions off the main Ethereum chain and post compressed proofs back to Ethereum for security. This dramatically reduces user-facing fees while inheriting Ethereum's security properties.
The March 2024 Dencun upgrade[2] introduced blob transactions (EIP-4844), a cheaper data-posting mechanism for L2s. Overnight, fees on Arbitrum, Optimism, Base, and others dropped by 90% or more. A swap that cost $2-5 on these L2s pre-Dencun now costs $0.05-0.20.
Typical Transaction Costs by Chain (2026)
| Chain | Simple Transfer | DEX Swap | NFT Mint |
|---|---|---|---|
| Ethereum L1 | $2-20 | $10-100 | $20-500 |
| Arbitrum | $0.05 | $0.10-0.50 | $0.50-2 |
| Base | $0.05 | $0.10-0.50 | $0.50-2 |
| Optimism | $0.05 | $0.10-0.50 | $0.50-2 |
| Solana | $0.001 | $0.001-0.01 | $0.05 |
Ethereum L1 remains expensive by design. L1 is for high-value, high-security transactions. L2s handle most routine activity.
Reading Gas as a Signal
Gas metrics reveal demand for Ethereum block space:
Base Fee Trends
Sustained high base fees = sustained demand. This correlates with ecosystem growth and burns more ETH. Declining base fees suggest activity cooling.
Gas Per Block
Target is 15 million gas per block; max is 30 million. Blocks consistently above 15M signal sustained demand. Blocks below 7-8M signal quiet periods.
Fee Revenue
Total fees paid to validators plus burned amounts shows aggregate economic activity. Higher fee revenue = more economic throughput.
L2 Fee Share
The fraction of Ethereum ecosystem activity happening on L1 vs L2. Since Dencun, most routine activity has migrated to L2s. L1 activity increasingly skews institutional and high-value.
Gas Strategy for Users
For users navigating Ethereum:
- Non-urgent transactions: wait for low-fee periods (typically weekends, late-night US hours). Save significantly on fees.
- Routine DeFi activity: use L2s where possible. Base, Arbitrum, Optimism cover most use cases.
- High-value/high-security: use L1 when the value at risk justifies the fees.
- Emergency transactions: be willing to pay elevated priority fees to ensure inclusion.
Tools like ETH Gas Station, Etherscan's gas tracker, and various wallet estimates give real-time fee predictions.
Gas Limitations
Gas mechanics don't capture everything:
- MEV extraction: validators extract additional value from transaction ordering beyond base fees. This is economic activity not captured in fee metrics.
- Private mempools: some transactions route through private channels (Flashbots, MEV-Blocker) to avoid frontrunning. These pay fees differently.
- Cross-chain activity: user activity that spans Ethereum and other chains isn't fully captured by Ethereum's fee metrics.
Combining Gas with Other Signals
Gas fees matter for:
ETH Supply Analysis
Burn rates directly affect ETH supply. Sustained high burn is structurally bullish for ETH. Combining gas metrics with supply data gives the full picture.
Ecosystem Health
High gas = high demand = healthy ecosystem. Low gas = quiet = potentially bearish. Combined with active addresses and TVL, gas helps confirm ecosystem trends.
Fee Market Trading
Some traders trade ETH based on gas metrics. High fees suggest demand strength that often supports price. Sustained low fees can precede weakness.
Frequently Asked Questions
Not financial advice. Educational purposes only. Do your own research.
Cryptint provides data and analysis for educational purposes only. Nothing on this site is financial advice. Past signals do not guarantee future results. Do your own research. Consult a licensed financial advisor before acting on any information presented here.