I have been building L2 infrastructure for six years – first at Polygon Labs, then at Optimism Foundation, and now at a stealth rollup startup. In all that time, I have never seen a single upgrade change the economics of running an L2 as dramatically as Fusaka’s PeerDAS activation on December 3, 2025.
Let me break down what happened, why blob fees paradoxically jumped 15 million times while L2 costs dropped, and why this is the most important scaling milestone since The Merge.
What PeerDAS Actually Does (EIP-7594)
Before Fusaka, every Ethereum validator had to download every blob in every block to verify data availability. This created a hard ceiling: the network could only support as many blobs as the slowest validator could download. The practical limit was 6 blobs per block (target) and 9 (max).
PeerDAS (Peer Data Availability Sampling) fundamentally changes this. Instead of downloading everything, validators now:
- Extended blob data is divided into 128 columns using erasure coding (Reed-Solomon)
- Each node subscribes to at least 8 randomly chosen column subnets out of 128
- Nodes only download 1/16th of all data (which represents 1/8th of the original data due to the 2x extension)
- The network collectively verifies that all data is available through random sampling
This is not a minor optimization. It is an 87.5% reduction in bandwidth requirements for validators, which directly translates to the network being able to support dramatically more blobs per block.
The 15 Million-Fold Blob Fee Increase (EIP-7918)
Here is where it gets counterintuitive. Blob fees jumped 15 million times after Fusaka – and this is actually a good thing.
Before Fusaka, blob fees had a floor of 1 wei (essentially zero). This meant L2s were posting data to Ethereum for practically nothing, which sounds great until you realize:
- Validators were not being compensated for the compute cost of KZG proof verification
- Blob space had no meaningful price signal for congestion management
- ETH was not capturing any value from L2 transaction volume
EIP-7918 introduced a minimum blob base fee tied to L1 execution costs – specifically, at least 1/15.258 of the L1 execution base fee, equivalent to a minimum of 8,192 gas per blob. This creates a floor that reflects the actual computational cost of verifying blobs.
The result: blob fees went from 1 wei to approximately 15 million wei. In absolute terms, this is still incredibly cheap – we are talking fractions of a cent per blob. But the mechanism now properly prices the resource and contributes meaningfully to ETH burning.
The BPO Fork Innovation
One of the most underappreciated innovations in Fusaka is the Blob Parameter Only (BPO) fork mechanism. Instead of bundling blob capacity increases with major hard forks (which ship every 12-18 months), the Ethereum Foundation introduced lightweight parameter-only forks that can adjust blob targets independently.
The rollout has been aggressive:
| Fork | Date | Blob Target | Blob Max | Capacity vs Pre-Fusaka |
|---|---|---|---|---|
| Pre-Fusaka | Before Dec 3, 2025 | 6 | 9 | 1x |
| BPO1 | Dec 9, 2025 | ~10 | 15 | 1.67x |
| BPO2 | Jan 7, 2026 | 14 | 21 | 2.33x |
| BPO3 (planned) | TBD | TBD | TBD | Target: higher |
| BPO4 (planned) | TBD | TBD | TBD | Target: 128 max |
In just over a month, Ethereum more than doubled its blob capacity. The target of 128 blobs per block would represent a 21x increase from pre-Fusaka levels.
What This Means for L2 Costs
As an L2 engineer, here is what I am seeing in practice:
Data availability costs dropped 40-90% for most rollups within the first month of Fusaka. The exact savings depend on the L2’s blob usage patterns and timing, but the direction is unmistakable.
Average L2 transaction fees are now consistently under $0.01. For simple transfers on optimistic rollups, we are seeing fees in the $0.001-0.005 range. ZK rollups are slightly higher due to proof verification costs, but still dramatically cheaper than pre-Fusaka.
The economics have shifted from “data availability is our biggest cost” to “execution and proof generation are now the dominant expenses.” This is exactly the progression the Ethereum roadmap predicted.
The Bigger Picture: Ethereum as the DA Layer
What makes PeerDAS so significant is not just the immediate cost savings. It is the architectural statement: Ethereum is committed to being the dominant data availability layer, and it is willing to radically restructure its networking protocol to maintain that position.
The scaling roadmap beyond BPO4 includes full danksharding (EIP-4844’s endgame), which would push blob capacity even further. Combined with the gas limit increases to 80M+ that are being discussed, Ethereum is positioning itself to handle orders of magnitude more L2 throughput.
For L2 operators like me, this changes the competitive calculus. Alternative DA layers like Celestia and EigenDA had a compelling pitch when Ethereum’s blob space was constrained and expensive. With PeerDAS making Ethereum DA cheap and abundant, the security premium of posting data to Ethereum L1 becomes much harder to argue against.
Questions for the Community
- For other L2 operators: what fee reductions are you actually seeing post-Fusaka?
- How do you think the BPO mechanism changes Ethereum’s governance and upgrade cadence?
- At 128 blobs per block, do alternative DA layers still have a viable market?
I would love to hear perspectives from different angles – protocol engineers, data analysts, traders, anyone who has been tracking this.