블로그/What Is Ethereum Dencun? How the Upgrade Slashed Layer 2 Fees
status-network-blog

What Is Ethereum Dencun? How the Upgrade Slashed Layer 2 Fees

Kamila LipskaKamila Lipska
Mar 13, 2026
Ethereum Dencun upgrade EIP-4844 blob transactions reducing Layer 2 rollup   costs and gas fees. Visual guide.

The Ethereum Dencun upgrade, activated on March 13, 2024, introduced EIP-4844 (proto-danksharding). This created a new data type called "blobs" that Layer 2 rollups use to post transaction data back to Ethereum. Blobs are cheaper than traditional calldata. The result: L2 fees dropped by up to 10x overnight, making rollups far more viable for everyday use.

What Changed in the Dencun Upgrade?

Dencun combined two simultaneous upgrades. The execution layer upgrade was named "Cancun." The consensus layer upgrade was named "Deneb." Together they form "Dencun."

The upgrade included nine Ethereum Improvement Proposals (EIPs). EIP-4844 was the headliner. It introduced blob-carrying transactions, a new transaction type purpose-built for rollup data.

Other EIPs in Dencun improved smart contract functionality. EIP-1153 added transient storage opcodes. EIP-6780 limited the SELFDESTRUCT opcode. But EIP-4844 drove the most visible impact.

How Did EIP-4844 Reduce Layer 2 Fees?

Before Dencun, rollups posted compressed data to Ethereum using calldata. Calldata lives permanently on-chain. It competes for block space with regular transactions. This made data posting expensive.

EIP-4844 created a separate data channel: blobs. Blobs have their own fee market. They do not compete with regular transactions for gas.

Each blob holds about 128 KB of data. Each Ethereum block can carry up to six blobs. This new capacity is reserved for rollups.

Blobs are temporary. Ethereum nodes prune blob data after roughly 18 days. This is enough time for rollups and other parties to store the data elsewhere.

Because blobs have a separate fee market and a dedicated supply, the cost of posting rollup data dropped dramatically.

How Much Did Fees Actually Drop?

The impact was immediate and measurable. Several major rollups saw fee reductions of 90% or more within days of the upgrade.

Rollup Pre-Dencun Avg Fee Post-Dencun Avg Fee Reduction
Optimism ~$0.50 ~$0.01 ~98%
Arbitrum ~$0.30 ~$0.01 ~97%
Base ~$0.25 ~$0.005 ~98%
zkSync Era ~$0.20 ~$0.01 ~95%

These figures varied by transaction type and network congestion. The trend was consistent: posting data as blobs cost a fraction of what calldata required.

Why Temporary Data Storage Works

Permanent data storage on Ethereum is expensive by design. Every full node must store calldata forever. This creates a growing burden on the network.

Blob data follows different rules. Nodes hold it for about 18 days. After that, the data is pruned from the consensus layer.

This works because rollups do not need Ethereum to store raw data forever. They need Ethereum to verify that data was available at the time of posting. This concept is called data availability.

Once the data has been verified and the rollup state is finalized, the raw data can live on cheaper storage layers. Archival services and rollup operators typically retain it.

What Is Proto-Danksharding?

EIP-4844 is called proto-danksharding because it lays the groundwork for full danksharding. Full danksharding will increase blob capacity from 6 per block to 64 or more.

Proto-danksharding introduced the blob transaction format. It introduced the separate fee market. It introduced KZG polynomial commitments for verifying blob data.

Full danksharding will add data availability sampling (DAS). DAS lets nodes verify blobs without downloading the entire dataset. This is how Ethereum plans to scale to hundreds of blobs per block.

Proto-danksharding gave rollups immediate relief. Full danksharding will unlock far greater throughput in the future.

What Does This Mean for Layer 2 Networks?

Cheaper data posting changes the economics of running an L2. Rollups spend less on their primary cost: settling data to Ethereum. This savings can flow to users as lower fees.

For rollups focused on high-volume, low-value transactions, Dencun was transformative. Social apps, games, and micropayment systems became economically viable on L2.

The fee reduction also opened design space for gasless execution models. When data costs drop, networks can explore alternative funding mechanisms that do not rely on per-transaction user fees.

How Status Network Builds on This Foundation

Status Network is a gasless Ethereum Layer 2 implemented as a sovereign fork of the Linea zkEVM stack. It utilizes the blob-based data posting enabled by the Dencun upgrade to settle transaction data back to Ethereum efficiently. While other rollups use these cost savings to lower user fees, Status Network addresses a deeper structural failure: the spam auction, where MEV search bots consume the majority of block space on high-throughput chains while paying only a fraction of total fees.

The network replaces the traditional fee-market abstraction with a reputation-based execution model where users pay zero transaction fees for standard interactions. This model is powered by a native funding pool governed by the community. Rather than extracting fees from users, the network generates revenue from bridged yield, such as ETH staked via Lido V3 stVaults and stablecoins lent on Morpho, and protocol fees from native L2 applications like the Orvex DEX and FIRM CDP.

Karma holders (the network's reputation earners) govern the allocation of this yield through on-chain voting. Dencun blobs and subsequent upgrades like Fusaka (December 2025) have made this model structurally sustainable. Because blobs reduced the primary operational cost of the network, settling transaction data to Ethereum, the native yield and application fee revenue can cover far more user transactions than was possible with traditional calldata.

What Comes After Dencun?

Ethereum's next major upgrade, Pectra, continues the scaling roadmap. EIP-7691 (included in Pectra) increases the blob target from 3 to 6 per block and the maximum from 6 to 9.

Further ahead, PeerDAS will enable data availability sampling. This is the bridge between proto-danksharding and full danksharding.

Each upgrade reduces L2 data costs further. This benefits every rollup, including gasless networks like Status Network that reinvest cost savings into public goods funding.

Frequently Asked Questions

What is the Ethereum Dencun upgrade?

Dencun is a combined Ethereum upgrade (Cancun + Deneb) activated in March 2024. It introduced EIP-4844, which created blob transactions to reduce Layer 2 data posting costs.

What are blobs in EIP-4844?

Blobs are temporary data objects attached to Ethereum transactions. Each blob holds about 128 KB of rollup data and is pruned after roughly 18 days.

How much did Dencun reduce Layer 2 fees?

Most major rollups saw fee reductions of 90% to 98%. Transactions that previously cost $0.20 to $0.50 dropped to $0.01 or less.

Why are blobs cheaper than calldata?

Blobs have a separate fee market and are not stored permanently. Calldata competes with regular transactions for block space and must be stored by every full node forever.

What is proto-danksharding?

Proto-danksharding (EIP-4844) is the first phase of Ethereum's danksharding roadmap. It introduces blob transactions and KZG commitments without yet implementing full data availability sampling.

Does Status Network benefit from Dencun's fee reductions?

Yes. Status Network is an Ethereum L2 built on Linea's zkEVM stack. Lower blob costs reduce the network's data posting expenses, making its gasless execution model more sustainable.

What is data availability and why does it matter for rollups?

Data availability means the underlying data for rollup transactions was accessible when posted to Ethereum. Rollups need this guarantee so anyone can verify state transitions and detect fraud.

What Ethereum upgrades come after Dencun?

The Pectra upgrade increases blob capacity per block. PeerDAS will later introduce data availability sampling, moving Ethereum closer to full danksharding with dramatically higher rollup throughput.