EIP-1559 Burn: ETH Supply Over Time
EIP-1559 changed how Ethereum fees work, and it quietly turned transaction demand into a measurable supply force. If you care about ETH as an investment, you need to understand when burned fees can offset new issuance, and when they cannot.
By the end of this article, you will be able to break a fee payment into its parts, read a burn dashboard without guessing, and calculate net supply change for a chosen time window. You will also get a checklist you can reuse when headlines claim ETH is inflationary or deflationary.
Note for South Africa:
- Keep the discussion currency-neutral, burns and issuance are measured in ETH, not in ZAR.
- Load shedding can affect how and when you interact with the chain, but it does not change the protocol rules behind burning and issuance.
- If you are tracking supply on mobile data, prefer lightweight dashboards and sanity-check with at least two sources.
At a glance:
- Know what is burned (base fee) and what is paid to validators (priority fee, plus some MEV flows).
- Read the base fee adjustment rule so you can link burn spikes to demand for block space.
- Separate gross issuance from burn, then compute net issuance for the exact period you are analysing.
- Verify claims with at least one explorer dashboard and one documented data source before you share them.
Key takeaways:
- EIP-1559 burns the protocol-set base fee, it does not burn the tip.
- ETH supply can rise or fall over time, depending on usage and validator issuance.
- Short windows can be misleading, always state the time range and the data source.
EIP-1559 in one minute, what changed in Ethereum fees
Before EIP-1559, users mostly bid for block space in a single auction-like fee. That made fees harder to estimate and created noisy spikes in user experience during busy periods.
EIP-1559 introduced a protocol-level base fee that every transaction pays, plus an optional priority fee (tip) to incentivise inclusion. The key investor-relevant change is that the base fee is burned, meaning it is removed from circulation by the protocol rather than paid to the block producer.
If you want the authoritative description, read the EIP-1559 specification. It defines the new transaction fields, the base fee adjustment rule, and the burn behavior.
Quick mental model
- Base fee is the network price for block space, it moves automatically.
- Priority fee is what you add to get picked faster when blocks are full.
- Total fee you pay is bounded by max fee settings in your wallet.
What exactly gets burned, base fee vs priority fee (tip)
Under EIP-1559, the base fee portion of the transaction fee is burned. In plain terms, the protocol removes that ETH from the supply, and nobody receives it.
The priority fee (tip) is paid to the block producer, which today means the validator proposing the block. If you are trying to connect fees to validator incentives, focus on tips and other proposer-side revenue, not the burned base fee.
A helpful plain-language explanation is this Ethereum StackExchange thread on what burning fees means under EIP-1559. It reinforces the idea that burned fees are not paid to anyone.
Fee fields you will see in wallets
Most wallets expose some variation of these fields, sometimes with simplified labels. If you want the developer-centric overview, Alchemy’s documentation on EIP-1559 fee fields is a practical reference.
- Max fee per gas, an upper bound you are willing to pay in total.
- Max priority fee per gas, your tip ceiling.
- Base fee, set by the protocol per block, and burned.
How the base fee adjusts each block (gas target, elasticity, rate limits)
The base fee is designed to respond to demand smoothly, rather than jumping unpredictably with every busy period. The protocol compares how much gas was used in the previous block to a target, then adjusts the next base fee up or down.
Ethereum blocks can expand above the target for short periods, which helps absorb bursts of demand. Over time, the base fee rises when blocks are consistently above target, and falls when blocks are under target.
For investors, this matters because burn is mechanically tied to base fee times gas used. High base fees usually mean higher burn, but only for the base-fee portion, not for the tips.
Decision table: what a fuller block usually implies
| Block condition | Base fee next blocks | Burn pressure | Investor interpretation |
|---|---|---|---|
| Below target | Tends down | Lower | Demand for block space is softer |
| Near target | Stable | Moderate | Normal usage, burn tracks steady activity |
| Above target | Tends up | Higher | Congestion, burn can spike if it persists |
Use this table as a directional guide, not as a trading signal. You still need to measure burn and issuance over the same time window to say anything meaningful about supply change.
ETH supply 101, gross issuance vs burned fees vs net supply change
ETH supply change is easiest when you separate the moving parts. Over any period, there is new ETH created through issuance, and ETH removed through fee burning.
When people say ETH is inflationary or deflationary, they are usually referring to net issuance. Net issuance is a simple accounting identity: net issuance equals gross issuance minus ETH burned.
Why time windows matter
A single day of heavy activity can show net deflation, while the month can still be net inflationary. If you do not specify the period, the claim is incomplete.
- Pick a window, for example 7 days, 30 days, or quarter-to-date.
- Pull burn totals and issuance totals for that same window.
- Compute net issuance, then compare it to starting supply if you want a rate.
If you’re new
- Start with weekly windows, daily charts are too noisy for first-time interpretation.
- Always separate base fee burn from the tip paid to validators.
- Read at least one primary source description, the EIP text is short enough to scan.
- When a dashboard shows a percentage, find the definition behind it before repeating it.
If you have done on-chain analysis before
- State whether your supply numbers are pre-Merge, post-Merge, or mixed, mixing is a common error.
- Check whether a data provider includes or excludes MEV-related flows in any supply narrative.
- Prefer reproducible endpoints or documented methodology over screenshots.
- Keep a note of chain, time zone, and the block range used for your calculations.
How The Merge changed the supply math (PoW issuance removed, PoS validator issuance remains)
The Merge was the transition from Proof of Work to Proof of Stake, and it changed the sources of ETH issuance. Post-Merge, issuance comes primarily from validator rewards, rather than PoW mining rewards.
Ethereum.org summarises this clearly in How The Merge impacted ETH supply. For investors, the practical point is that you should not compare pre-Merge issuance rates directly to post-Merge periods without context.
After the Merge, the burn mechanism from EIP-1559 remained. That means net supply change is still burn versus issuance, but the issuance side of the equation is structurally different than it was under PoW.
Practical implication for your charts
- Do not stitch a single straight line narrative across August 2021 and September 2022 without labeling each regime change.
- If a chart spans both eras, annotate London and the Merge dates, and explain what changed.
- If an account claims a fixed long-term inflation rate, ask which era they are describing.
When can ETH be inflationary or deflationary, scenarios that push burn above or below issuance
ETH can be net deflationary when burned base fees exceed new issuance over the same period. That usually needs sustained demand for L1 block space, which raises base fees and increases burned ETH.
ETH can be net inflationary when usage is quieter, base fees fall, and burn drops below issuance. This can happen even if prices are moving up, because price and burn are not the same thing.
Common scenarios that increase burn
- High on-chain activity, for example DeFi liquidations or major market volatility.
- NFT mints or other bursts that push blocks above target for extended periods.
- L2 settlement and batch posting that competes for L1 block space.
Common scenarios that reduce burn
- Lower L1 activity, including migration of day-to-day transactions to L2s.
- Periods where blocks sit below target and base fees trend down.
- Application design changes that reduce gas usage per user action.
Important nuance: not guaranteed
Even if a supply tracker shows long stretches of net deflation, it is not a permanent guarantee. Burn is demand-driven, and demand can change.
How to track burns and net issuance, dashboards, explorers, and APIs
You do not need paid tools to sanity-check the basic story. What you do need is consistency, use the same window, and ideally cross-check with an independent source.
Fast visual check (good on mobile)
Beaconcha.in runs a public ETH burn dashboard that shows burn totals and burn rates over different windows. Treat it as a quick reality check, then confirm methodology if you are publishing numbers.
Reproducible data for your own spreadsheet
If you prefer something programmatic, Glassnode documents supply endpoints, including burn metrics, in its burned supply endpoint reference. The value is not that it is the only source, it is that you can rerun the same query later and compare like-for-like.
Step-by-step checklist: interpret ETH supply changes
- Choose the period, for example last 30 days, and write it down.
- Find the total ETH burned (base fee) for that exact period.
- Find the gross issuance for the same period, and confirm it is the post-Merge definition if you are in a post-Merge window.
- Compute net issuance, gross issuance minus burned ETH.
- Look for usage drivers during that window, for example market volatility, major launches, or settlement spikes.
- Sanity-check the result with an independent dashboard or explorer view.
- Record your sources and assumptions, and avoid extrapolating a short window into a long-term claim.
Common mistakes
- Calling the burn a buyback, it is not, it is fee destruction.
- Mixing pre-Merge issuance with post-Merge burn and calling the result a single trend.
- Using a single-day window to argue for long-term deflation.
- Assuming all fees are burned, tips still go to validators.
- Ignoring that L2 activity can still drive L1 fees via settlement.
Common misconceptions and investor takeaways
First, burning changes supply dynamics, but it does not cap supply. Supply is not fixed, it responds to usage and issuance.
Second, EIP-1559 improved fee estimation, but it did not eliminate fee spikes. When demand is extreme, users can still face high total fees, because base fees can rise and tips can increase too.
Third, net deflation is not a promise, it is an outcome that depends on network conditions. If you are building a long-term thesis, treat burn as one input, not as a guarantee.
If you want to go deeper into how protocol changes affect your broader crypto portfolio process, browse more posts in our Insights section.
Hardware side note, why investors still care about infrastructure
This article is about supply mechanics, not mining profitability, because Ethereum no longer uses PoW mining. Still, investors often ask where to start with reliable infrastructure for running nodes, staking setups, or a general home lab.
If you are planning a small, stable setup, good airflow, clean power, and sensible parts selection matter more than chasing top-end specs. For parts and accessories, start with our shop and keep the build simple.
If you want help thinking through a hardware plan, network layout, or cooling and airflow constraints, especially in a load shedding environment, contact us via contact or review our professional services.
Frequently asked questions
Does EIP-1559 burn all Ethereum fees?
No. The protocol burns the base fee portion, while the priority fee (tip) is paid to the block producer. Some proposer revenue can also come from MEV-related activity, but that is separate from the base fee burn.
Is the ETH burn rate constant over time?
No. Burn changes with network demand because the base fee adjusts with block utilisation. Quiet periods can have low burn, busy periods can have higher burn, even within the same month.
After The Merge, where does new ETH issuance come from?
Post-Merge issuance primarily comes from validator rewards under Proof of Stake. For an official overview and framing, see Ethereum.org’s explanation of issuance versus burn in How The Merge impacted ETH supply.
How can I verify burn numbers without trusting one dashboard?
Use at least two sources and match the same time window. For example, cross-check a burn dashboard view on Beaconcha.in with a documented data source or API such as the Glassnode supply endpoints, then note any methodology differences.
Does Layer 2 adoption reduce ETH burning?
It can, but it is not automatic. Moving activity to L2 can reduce some direct L1 usage, but L2s also post batches and proofs to L1, which still consumes L1 block space and can contribute to base fee burn.
Summary
- EIP-1559 burns the base fee, and pays the tip to validators.
- Net ETH supply change is gross issuance minus burned fees, measured over a defined period.
- The Merge changed issuance sources, so label and separate pre-Merge and post-Merge analysis.
- Use at least two tools to verify burn and issuance before you repeat a claim.
This is educational content, not financial advice.