If you’re building a rollup in 2026, your choice of data availability layer might matter more than your choice of execution environment. DA costs can make or break rollup economics, and the landscape has gotten surprisingly competitive.
Let me break down the three major contenders: EigenDA, Celestia, and Avail. Each takes a fundamentally different approach, and the trade-offs aren’t always obvious.
Why Data Availability Matters
Every rollup needs to post transaction data somewhere so that anyone can reconstruct the state and verify correctness. Post to Ethereum L1? Expensive. Post to a dedicated DA layer? Cheaper, but with different trust assumptions.
Here’s the cost breakdown that got everyone’s attention:
- Ethereum blobs: ~$20.56 per MB
- Celestia: $7.31 per MB (64% cheaper), or $0.81 per MB with SuperBlobs
- EigenDA: Competitive pricing at high volume
When Eclipse switched to Celestia, their DA costs dropped to $0.07 per MB—55 times cheaper than Ethereum blobs. That’s not a rounding error. That’s the difference between profitable and unprofitable for many rollups.
The Three Approaches
EigenDA: Raw Throughput, Different Trust Model
EigenDA is the throughput king. Current mainnet runs at 15-100 MB/s, with Q1 2026 targets of hundreds of MB/s. To put that in perspective, 100 MB/s is approximately 800x Ethereum’s DA throughput.
The architecture is clever: built on EigenLayer, EigenDA uses restaked ETH (4.3 million ETH as of March 2025) to provide economic security. Data is encoded using Reed-Solomon encoding and verified with KZG polynomial proofs.
The catch: EigenDA is a Data Availability Committee (DAC), not a blockchain. This means you can’t publicly verify that data is actually available—you can only verify that committee members have agreed to keep it available. For some use cases, this is fine. For others, it’s a dealbreaker.
Celestia: Sovereignty and Verifiable DA
Celestia pioneered the modular DA approach. It’s a dedicated blockchain that does one thing: data availability and consensus. No smart contracts, no execution.
Current throughput is 1.33 MB/s (8MB blocks every 6 seconds), which sounds modest until you realize the architecture is fundamentally different. Celestia uses Data Availability Sampling (DAS), which means lightweight nodes can verify data availability without downloading entire blocks.
The late 2025 Matcha upgrade brought 128MB blocks, and the roadmap targets 1GB blocks in 2026. The Fibre parallel DA layer promises 1 terabit per second for specialized use cases.
Finality consideration: Celestia blocks finalize in 6 seconds, but DA finality requires a ~10 minute fraud proof challenge period. For most rollup use cases, this is acceptable, but it matters for some applications.
Avail: The Universal DA Layer
Avail emerged from the Polygon ecosystem but was designed to be chain-agnostic from day one. While Celestia and EigenDA focus primarily on Ethereum rollups, Avail aims to serve any blockchain ecosystem.
Current throughput is lower (~0.2 MB/s), but Avail uses KZG commitments for efficient short proofs. The bet is on flexibility and multichain support rather than raw speed.
The Trade-off Matrix
| Factor | EigenDA | Celestia | Avail |
|---|---|---|---|
| Throughput | 100+ MB/s | 1.33 MB/s (scaling to 27+ MB/s) | 0.2 MB/s |
| Public Verification | No (DAC) | Yes (DAS) | Yes (KZG) |
| Security Model | Restaked ETH | Native consensus | Native consensus |
| Ecosystem Focus | Ethereum | Modular/Sovereign | Universal/Multichain |
| Cost per MB | Competitive | $0.81-7.31 | Competitive |
| Finality | Fast | 6s block / 10m DA | Fast |
When to Choose Each
Choose EigenDA if:
- You need maximum throughput (gaming, high-frequency trading, AI applications)
- You’re already embedded in the Ethereum/EigenLayer ecosystem
- DAC trust assumptions are acceptable for your security model
- You’re building something like MegaETH that needs to break performance limits
Choose Celestia if:
- Sovereignty and public verifiability are priorities
- You want a proven modular architecture with clear scaling roadmap
- Your rollup benefits from DAS light client verification
- You’re building a sovereign rollup that wants independence from Ethereum
Choose Avail if:
- You’re building multichain applications
- You need DA across non-EVM ecosystems
- Flexibility and chain-agnostic design matter more than current throughput
- You’re betting on the universal DA thesis
The 2026 Roadmap Race
All three are scaling aggressively:
- EigenDA: Q1 2026 brings hundreds of MB/s with sub-second latency, plus multi-chain expansion beyond Ethereum
- Celestia: 1GB blocks on the roadmap, Fibre at 1 Tbps for specialized use cases
- Avail: Continued multichain integration, improved throughput
The interesting question is whether throughput or trust model wins. EigenDA’s DAC approach enables massive throughput but requires trusting committee members. Celestia and Avail sacrifice some throughput for public verifiability.
The Real Question
Here’s what I think matters most: What’s your security budget?
If you’re a major rollup with billions in TVL, you probably want the strongest trust assumptions (Celestia or Avail with public verification). If you’re building a gaming chain where occasional data unavailability is annoying but not catastrophic, EigenDA’s throughput might be worth the trade-off.
Questions for discussion:
- Which DA layer is your team using, and why?
- How do you evaluate DAC trust assumptions vs public verifiability?
- Is throughput or security model more important for your use case?
- Has anyone migrated between DA layers? What was the experience?
The DA wars are just getting started, and the winner might not be obvious for another 2-3 years.
infrastructure_ivan