Back to Research
Ethereum Blob Fees and ETH Burn in 2026: How L2 Data Actually Affects Supply
Technology
2026-05-0717 min readEditorial Review Required

Ethereum Blob Fees and ETH Burn in 2026: How L2 Data Actually Affects Supply

C
CryptosEyes ResearchArchived Draft

Site editorial attributionOrganizational attribution

Editorial Review
Required before public discovery
Source Standard
6 source notes
Last Reviewed
2026-07-11

Ethereum Blob Fees and ETH Burn in 2026: How L2 Data Actually Affects Supply

Short answer: Ethereum burns the blob base fee paid by blob-carrying transactions, but blob usage does not guarantee that ETH supply becomes deflationary. Burn depends on both the number of blobs and the blob base fee; issuance continues through proof-of-stake rewards. Fusaka increased blob capacity and introduced a reserve-price mechanism, while Glamsterdam was still being prepared in May 2026 rather than having launched in April. Analyze usage, price, issuance, and rollup economics separately.

An earlier version of this page claimed 1,450 ETH of daily blob burn, 1,200 ETH of additional burn, a 7.2% “real yield,” 80% data-capacity consumption, and an April Glamsterdam activation. It did not provide blocks, fee data, issuance data, or a calculation. Those figures have been removed. This revision publishes the protocol mechanics and a sensitivity model readers can reproduce.

The Core Mechanism in One Equation

EIP-4844 defines one blob as 131,072 units of blob gas. The fee for a blob is:

Blob fee in ETH = 131,072 × blob base fee in wei ÷ 10^18

The protocol deducts that fee from the transaction sender and burns it. The priority and execution-gas components of the same blob transaction follow their own rules. “Blob burn” is therefore not a second token or a special burn event; it is ETH removed through the separate blob fee market.

Daily blob burn can be approximated as:

Daily blob burn = blobs per block × blocks per day × fee per blob

Every term matters. More capacity can allow more blobs while reducing scarcity and fee pressure. A busy blob market at the minimum fee can burn little ETH; a short period of congestion can raise the base fee sharply.

Correction Ledger

Earlier claimProtocol and source auditCorrection
Glamsterdam activated in April 2026Ethereum Foundation May update described teams preparing for the next upgradeNot active at the article date
Glamsterdam introduced dynamic blob pricingEIP-4844 already introduced the self-adjusting blob base fee in 2024Mechanism predates Glamsterdam
Fusaka demand immediately exceeded new supplyNo utilization or fee series was citedRequires measured target utilization and fee data
Blob burn reached 1,450 ETH per dayNo calculation or block sampleRemoved; sensitivity math published below
Blob fees added 1,200 ETH of daily burnNo sustained base fee or blob countWould require roughly 90.8 gwei under stated target assumptions
Rollups consumed 80% of Ethereum DA capacityNo numerator, denominator, or time windowUnsupported percentage removed
ETH became “double deflationary”Both execution and blob fees burn the same ETH supply; issuance continuesNet supply can inflate or deflate
Stakers earned 7.2% real yield including burnBurn is not paid to stakers and “real” requires an inflation/price definitionYield framing corrected
Blobs store proof that data existsBlobs carry rollup data; commitments/proofs serve distinct rolesTechnical description corrected
L2 fees must stay low as blob fees riseRollup fees depend on DA cost, compression, margins, subsidies, and demandConditional, not guaranteed

What a Blob Is

A blob is a temporary data object attached to an EIP-4844 transaction. Rollups can put batches of transaction data into blobs instead of permanent execution calldata. Ethereum consensus nodes make the blob data available for a defined period, while the execution layer can access commitments to the blobs rather than reading arbitrary blob contents inside the EVM.

The distinction is important:

Blob data contains the data a rollup needs to make its state transitions independently checkable.
KZG commitment is a compact cryptographic commitment to that data.
KZG proof lets software verify claims about committed data.
Rollup validity or fraud proof addresses whether a rollup state transition is correct under its own design.
Blob transaction pays execution gas and a separate blob fee.

The old explanation said rollups only post proof that data exists. That confuses data availability with execution validity. Rollups need the underlying transaction or state data available long enough for honest participants to reconstruct and verify the rollup state. Ethereum.org says current blob data is pruned from protocol nodes after roughly 18 days; long-term storage becomes the responsibility of rollup operators, users, indexers, and other services.

Why Temporary Data Is Cheaper

Permanent calldata burdens the execution chain's historical record. Blob data is designed for rollup verification and does not need to remain in every node's history indefinitely. Temporary retention reduces long-run storage pressure and gives blobs a separate resource market.

The separation creates two prices:

1.Execution base fee: paid for EVM execution gas and burned under EIP-1559.
2.Blob base fee: paid for blob gas and burned under EIP-4844.

A blob-carrying transaction can pay both, because it still uses execution gas to submit commitments and transaction metadata. Calling this “double burn” is arithmetically understandable, but it can mislead investors into assuming a multiplier. Total ETH burned is simply the sum of all protocol-burned fee components.

How the Blob Base Fee Adjusts

EIP-4844 tracks blob gas used and excess blob gas. When usage remains above the target, excess accumulates and the blob base fee rises exponentially. When usage remains below target, excess declines toward zero and the fee falls.

This is a target, not a hard cap:

blocks can contain fewer than the target;
blocks can exceed the target up to the maximum;
sustained above-target usage raises future price;
sustained below-target usage lowers it;
the maximum protects node and network resources.

EIP-7918, included in Fusaka, added a reserve-price relationship tied to execution cost. Its purpose was to prevent blob fees from remaining at an economically negligible floor in conditions where the adjustment mechanism responded poorly to changes in demand and execution fees.

The mechanism does not promise a specific burn. It prices a scarce network resource.

Fusaka Changed Capacity, Not the Basic Burn Rule

The Ethereum Foundation scheduled Fusaka for mainnet activation on December 3, 2025. Its headline scaling feature was PeerDAS, or peer data-availability sampling, which changes how nodes obtain and verify portions of blob data so the network can support more blobs without every node downloading every blob in full.

The Foundation then scheduled Blob Parameter Only forks:

EventTarget blobs per blockMaximum blobs per blockScheduled date
Fusaka activation69Dec. 3, 2025
BPO11015Dec. 9, 2025
BPO21421Jan. 7, 2026

These target and maximum increases create more data capacity for rollups. More capacity can reduce user costs, but it can also lower the market-clearing blob fee if demand does not keep pace. Scaling and fee burn can move in opposite directions over some periods.

The Capacity-Burn Tradeoff

Suppose rollup demand is fixed at six blobs per block:

With a target of six, demand sits at target and may sustain some fee pressure depending on prior excess.
With a target of fourteen, the same six blobs are well below target and excess blob gas tends to fall.
Users receive more headroom, but the fee burn can decline.

That is not a protocol failure. Ethereum's scaling objective is affordable, secure data availability, not maximizing fees at any cost.

Glamsterdam Had Not Launched in May 2026

The Ethereum Foundation's May 11, 2026 protocol update said teams were hardening and preparing for Glamsterdam. Earlier Foundation roadmap material described a target of “some time in 2026” and named enshrined proposer-builder separation and block-level access lists as headline features.

The earlier article's April launch and postmortem were therefore impossible on its May 7 publication date. A roadmap name, devnet, testnet, client release, and mainnet activation are separate milestones.

When reviewing any Ethereum upgrade claim, require:

1.finalized EIP scope;
2.client implementation status;
3.testnet or devnet activation;
4.mainnet slot/epoch and timestamp;
5.post-activation monitoring;
6.parameter-only forks that may follow.

Do not infer mainnet behavior from a conference roadmap or draft EIP.

Reproducible Blob-Burn Sensitivity Model

After BPO2, use a target assumption of 14 blobs per block. Ethereum slots are approximately 12 seconds, giving a theoretical 7,200 slots per day before missed slots or other effects. At target utilization:

Blob gas per day = 14 × 7,200 × 131,072 = 13,212,057,600 blob gas

The table converts sustained blob base fees into daily burn.

Blob base feeFee per blobDaily burn at 14 blobs and 7,200 slots
1 wei0.000000000000131072 ETH0.0000000132 ETH
1 gwei0.000131072 ETH13.21 ETH
10 gwei0.00131072 ETH132.12 ETH
50 gwei0.0065536 ETH660.60 ETH
90.83 gweiabout 0.011905 ETHabout 1,200 ETH
100 gwei0.0131072 ETH1,321.21 ETH

These are sensitivity values, not observed May averages. Real daily burn uses actual blobs in each block, actual base fee, missed slots, and parameter changes.

Why the 1,200 ETH Claim Needed a High Fee

At target blob count, 1,200 ETH per day divided by 13.212 billion blob gas implies about 90.83 gwei per blob gas. An article claiming that burn should show evidence that this fee level and utilization persisted across the stated day. A brief spike cannot be annualized as a permanent tokenomic regime.

Maximum Versus Target Utilization

If every block carried the 21-blob maximum, daily blob count would be 50% above the 14-blob target. At a fixed 10 gwei base fee, the arithmetic burn would be about 198.18 ETH per day. But the fee would not stay fixed under sustained above-target use; excess blob gas would push it higher. A static table helps intuition but does not replace block-by-block simulation.

Net ETH Supply: Burn Minus Issuance

ETH supply changes through at least two broad protocol flows:

Issuance: consensus rewards add ETH to validators.
Burn: execution base fees and blob base fees remove ETH.

Simplified:

Net issuance = consensus-layer issuance - execution fee burn - blob fee burn

If burn exceeds issuance over a period, supply contracts. If issuance exceeds burn, supply expands. EIP-1559 explicitly says Ethereum cannot guarantee a fixed or always-deflationary supply because user demand for blockspace changes.

Worked Net-Supply Example

Assume, only for illustration:

2,000 ETH of daily validator issuance;
1,700 ETH of execution base-fee burn;
132 ETH of blob burn, corresponding to the 10 gwei target-utilization example.

Then:

2,000 - 1,700 - 132 = +168 ETH net issuance per day

Supply would still expand despite meaningful blob burn.

If execution burn rose to 2,100 ETH while the other assumptions stayed constant:

2,000 - 2,100 - 132 = -232 ETH per day

Supply would contract. Blob burn contributes at the margin; it does not determine the sign alone.

Fee Burn Is Not Staking Yield

Stakers receive consensus rewards, priority fees in eligible block-production circumstances, and potentially MEV depending on setup. They do not receive burned ETH. Burn may reduce aggregate supply, which can affect every holder economically, but it is not cash paid into a validator account.

Calling staking APR plus burn percentage “real yield” combines unlike quantities:

staking return is earned by participating staked ETH, before provider fees and penalties;
burn affects total ETH supply and all holders;
inflation-adjusted real return normally requires a purchasing-power benchmark;
ETH price movement can dominate both.

A Better Staker Return Decomposition

Net staker return in ETH = consensus rewards + priority fees + MEV - validator/provider fees - penalties/slashing - downtime loss

Net staker return in fiat = ETH-denominated return plus change in ETH market price, with tax and execution effects

Supply contraction can be shown separately as an ETH-wide tokenomic measure. Do not add it directly to staking APR as though both accrue to the same account.

Ethereum's validator documentation also notes that reward rates change with total stake. More staked ETH generally lowers per-validator consensus reward rates under the protocol's issuance curve.

Rollup Economics: Who Pays and Who Captures Value?

A rollup typically collects fees from users, pays costs to execute/sequencer infrastructure and post data or proofs, and may retain a margin. The exact stack differs by optimistic versus validity rollup and by governance design.

Simplified Rollup Income Statement

User fee revenue

minus Ethereum blob and execution costs

minus prover/sequencer infrastructure

minus other chain, bridge, oracle, and operating costs

equals rollup operating margin before incentives and governance distributions

Cheaper blobs can lower user fees, increase rollup margin, subsidize growth, or some combination. The result depends on competition and pricing policy.

Worked Batch Example

Suppose a rollup batch contains 10,000 user transactions and uses two blobs.

Blob base fee: 10 gwei
Fee per blob: 0.00131072 ETH
Two-blob data fee: 0.00262144 ETH
Execution and submission overhead: assume 0.003 ETH
Total Ethereum posting cost: 0.00562144 ETH

Per included transaction, the posting cost is:

0.00562144 ÷ 10,000 = 0.000000562144 ETH

If ETH trades at $2,500 in this illustrative example, that is about $0.00141 per transaction before rollup execution, proving, overhead, margin, failed transactions, and other costs.

If the same batch compresses only 2,000 transactions, posting cost per transaction is five times higher. Compression and batch utilization can matter as much as blob price.

Why More L2 Activity May Burn Less ETH Per User

Ethereum scaling seeks to reduce cost per transaction. Several trends can increase L2 transactions while reducing burn per transaction:

higher blob capacity;
better data compression;
fuller batches;
proof aggregation;
competition among rollups;
subsidized fees;
more efficient state diffs;
migration from calldata to blobs.

That can still benefit Ethereum by expanding use, settlement demand, liquidity, developer activity, and long-run blockspace demand. But the tokenomic thesis must specify whether it depends on transaction count, total data demand, fee price, ETH working balances, collateral demand, or broader network effects.

“Millions of L2 transactions” is not enough to calculate ETH burn.

Blobs Are Data Availability, Not Permanent Storage

Ethereum guarantees blob availability for the protocol retention window, not forever. This design creates responsibilities beyond L1:

rollup operators may archive historical data;
explorers and indexers may preserve it;
users and watchtowers need data during challenge windows;
applications need recovery and state-reconstruction procedures;
researchers need independent archives for long-horizon analysis.

If historical data disappears from every external archive after pruning, users may have difficulty reconstructing old rollup state even though commitments remain. Data availability at settlement time and historical data persistence are distinct properties.

PeerDAS and the Path Beyond Proto-Danksharding

Proto-Danksharding went live with Dencun in March 2024. It introduced the blob transaction format and temporary data availability but initially required broad blob propagation among consensus nodes.

Fusaka's PeerDAS uses sampling and custody distribution so individual nodes need not download every blob in full. This makes higher aggregate blob throughput more practical while preserving confidence that data was available.

Full Danksharding remains a multi-stage roadmap. Ethereum.org lists data-availability sampling, proposer-builder separation, and other protocol work as prerequisites. Roadmap claims of more than 100,000 transactions per second are long-term architecture goals, not current production throughput.

Risks to Monitor as Capacity Expands

bandwidth and storage burden on validators;
sampling and custody implementation defects;
concentration among builders and relays;
KZG implementation and trusted-setup assumptions;
rollup sequencer and prover concentration;
long-term data archiving;
blob fee volatility and inclusion delays;
fallback from blobs to calldata;
client diversity during parameter increases.

Scaling should be judged by reliability and decentralization as well as capacity.

Rollup Security Does Not Come From Blobs Alone

Posting data to Ethereum can give a rollup strong data-availability guarantees, but users still depend on rollup-specific systems:

ComponentQuestion
SequencerCan users submit or force-include transactions if it fails or censors?
Proof systemAre fraud or validity proofs permissionless and active?
ProversHow concentrated is proof generation?
Upgrade keysCan a council or company change contracts immediately?
BridgeWhat assumptions govern withdrawals to Ethereum?
DataIs all state-reconstruction data posted and archived?
ExitHow long and under what conditions can users withdraw?
GovernanceWho can pause, upgrade, or redirect funds?

Ethereum.org explicitly notes that many rollups retain centralized sequencers and small prover sets. Cheap blobs improve one layer of the system; they do not automatically decentralize the rollup.

An ETH Value-Capture Dashboard

Track quantities that connect L2 growth to ETH economics.

MetricWhy it mattersCommon mistake
Blobs per blockMeasures data demandIgnoring target changes
Blob base feePrices scarcityLooking only at blob count
Blob ETH burnedDirect supply removalAnnualizing spikes
Execution base-fee burnLarger burn channel in many regimesCalling all burn “blob burn”
Consensus issuanceOffsets burnAssuming supply always contracts
L2 user feesUser cost and rollup revenueTreating as Ethereum revenue
L2 posting costDemand paid to EthereumIgnoring execution overhead
Transactions per blobCompression and batch efficiencyComparing raw transaction counts
Sequencer/prover concentrationOperational riskTreating rollup as fully decentralized
ETH held for fees/collateralNon-burn demand channelAssuming every transaction buys new ETH

Use the same source and observation window. Parameter changes can make pre- and post-upgrade utilization percentages incomparable.

Scenario Matrix for Blob Economics

ScenarioUsageBlob feeUser costETH burn implication
Capacity grows faster than demandMore total blobs, below targetLowLowerBurn may remain small
Demand matches new targetHigh and stableModerateControlledMeaningful but not necessarily deflationary
Short congestion eventAt/above maxSharp spikeTemporary increaseLarge short burn, poor basis for annual forecast
Sustained DA scarcityAbove target pressurePersistently highCompression/migration responseHigh burn until demand adapts
Rollups move to other DAEthereum usage fallsLowDepends on alternativeLower burn and weaker settlement demand
Compression improves rapidlyMore L2 transactions per blobLower data per userLowerBurn per transaction falls

The healthiest ecosystem outcome need not maximize burn. Low costs with growing secure settlement can be economically valuable even if ETH supply expands modestly.

Frequently Asked Questions

Are Ethereum blob fees burned?

Yes. EIP-4844 specifies that the actual blob fee is deducted from the sender and burned. It is separate from execution gas and is not paid to validators as a blob base fee.

Did Glamsterdam activate in April 2026?

No official source cited here supports that claim. The Ethereum Foundation's May 2026 update described preparation for Glamsterdam, indicating it had not already activated on mainnet.

Did Fusaka introduce blobs?

No. Dencun introduced EIP-4844 blobs in March 2024. Fusaka activated PeerDAS, EIP-7918, and other changes, then used parameter-only forks to increase blob target and maximum capacity.

Does every blob burn the same amount of ETH?

No. Each blob uses the same amount of blob gas under EIP-4844, but the blob base fee changes with excess demand and protocol parameters. Fee per blob equals 131,072 times the current blob base fee.

Does high blob utilization make ETH deflationary?

Not automatically. Net supply depends on consensus issuance plus execution and blob fee burn. Blob burn can rise while total issuance still exceeds total burn.

Is burned ETH part of staking APR?

No. Burn removes supply and affects all ETH holders indirectly. Staking APR comes from validator rewards and fee/MEV components available to the validator setup, minus costs and penalties.

Do blobs contain rollup proofs?

Blobs generally carry rollup data. KZG commitments and proofs verify blob-data commitments, while rollups use separate fraud or validity mechanisms to verify state transitions. The concepts should not be conflated.

Why can L2 transactions get cheaper while ETH burn rises?

Rollups batch and compress many transactions into blobs. Total data demand and blob price can rise even while the cost is spread across more user transactions. The opposite can also happen after capacity increases.

Can rollups stop using Ethereum blobs?

Yes. A rollup can choose calldata, another data-availability system, or a hybrid, depending on its contracts and security model. That choice changes cost and trust assumptions.

Conclusion

Ethereum's blob market is a real fee-and-burn mechanism, but it is not a perpetual deflation switch. Dencun created the market, Fusaka expanded its scaling architecture and capacity, and future upgrades continue the roadmap. Demand determines whether the fee rises above its floor and how much ETH is burned.

The correct investor framework is simple: measure actual blobs, actual blob base fees, execution burn, and issuance over the same period. Then examine whether rollup growth produces durable Ethereum settlement demand without hiding sequencer, prover, bridge, or data-retention risk.

What to Read Next

Continue with <a href="/insights/ethereum-layer-2-evolution-2026">Ethereum Layer 2 Evolution in 2026</a>. It extends this fee-market model into rollup security, sequencer economics, bridge risk, and the conditions under which L2 growth can accrue value to ETH.

CryptosEyes publishes general protocol and market research, not individualized investment advice. Ethereum parameters, upgrade schedules, and rollup designs can change.

Source & Review Basis

This article is reviewed against the source types below. Source links are provided to help readers verify primary documents, market context, and methodology independently.

C

About the Author: CryptosEyes Research

CryptosEyes Research is the site-level attribution used for public data notes and explainers. It is not a fictional analyst, a licensed adviser, or a claim of professional credentials. Research pages remain outside public discovery until their sources, dates, calculations, and material conclusions complete editorial review.

View Full Research Profile
Archived pending source and calculation review
#DATs#Alpha#Web3
Research note: This article is educational market research, not financial advice. Crypto and public equity data can change quickly; see our methodology and editorial policy for sourcing, review, and correction standards.
Important: Educational Purposes OnlyThe data, charts, treasury tracking metrics (including mNAV and SPS), and research provided on CryptosEyes.com are for informational and educational purposes only. They do not constitute certified financial, investment, or trading advice. Digital assets like Bitcoin and Ethereum are highly volatile. Always conduct your own research and consult with a registered financial advisor before making investment decisions.