Gas Fees and EIP-1559
Base Fees, Priority Tips, and the Burn That Reshaped Ethereum — A TLDR Primer
If you've ever tried to send ETH and watched the estimated fee jump $40 in ten seconds — or stared at a wallet screen showing "base fee," "priority tip," and "max fee" with no idea what any of it means — this guide is for you.
**Gas Fees and EIP-1559** covers exactly what you need to understand how Ethereum prices computation, why the network redesigned its fee market in August 2021, and how that redesign plays out block by block. You'll learn what gas actually is (a metering unit, not a currency), how the old first-price auction system made fee estimation a guessing game, and how EIP-1559 replaced it with a transparent base-fee algorithm that adjusts automatically with demand. The guide walks through the math of that algorithm with worked numbers, explains why the base fee is burned rather than paid to validators, and unpacks the ongoing debate around ETH's "ultrasound money" narrative. A final section translates all of it into practical advice: how to read a wallet fee screen, when to time a transaction, and why layer-2 networks exist as a scaling answer.
This is a TLDR primer — 15-ish focused pages, no filler, written for high school and early college students who want a solid conceptual foundation in ethereum blockchain basics without wading through whitepapers. It also works for parents helping their kids prep for fintech or econ discussions, and for anyone exploring how crypto transaction fees actually function under the hood.
Pick it up, read it in an hour, and know what you're looking at the next time a wallet asks you to set a gas limit.
- Explain what gas is, why it exists, and how gas units differ from gas prices
- Compute a transaction's total cost given gas limit, base fee, and priority tip
- Describe how EIP-1559's base fee adjusts based on block fullness
- Distinguish the pre-1559 first-price auction from the post-1559 fee market
- Understand the economic effects of the ETH burn and the concept of 'ultrasound money'
- Read a wallet's fee estimate and pick a reasonable max fee and tip
- 1. What Gas Is and Why Ethereum Charges for ItIntroduces gas as a metering unit for computation on Ethereum and explains why every operation has a price.
- 2. The Pre-1559 World: First-Price Auctions and Their ProblemsDescribes how gas pricing worked before August 2021, why fee estimation was painful, and what motivated the redesign.
- 3. How EIP-1559 Works: Base Fee, Priority Tip, and Max FeeBreaks down the three-part fee structure introduced by EIP-1559 and how a wallet builds a transaction under it.
- 4. The Base Fee Algorithm: How Blocks Adjust the PriceWalks through the per-block formula that raises or lowers the base fee based on demand, with worked numerical examples.
- 5. The Burn, ETH Issuance, and 'Ultrasound Money'Explains why the base fee is burned rather than paid to validators, and the economic debate around it.
- 6. Using It in Practice: Reading Wallets and Saving on FeesPractical guidance on interpreting wallet fee screens, timing transactions, and understanding L2s as a scaling answer.