Free 30-min Web3 Consultation
Book Consultation
Smart Contract Security Audits
View Audit Services
Custom DeFi Protocol Development
Explore DeFi
Full-Stack Web3 dApp Development
View App Services
Free 30-min Web3 Consultation
Book Consultation
Smart Contract Security Audits
View Audit Services
Custom DeFi Protocol Development
Explore DeFi
Full-Stack Web3 dApp Development
View App Services
Free 30-min Web3 Consultation
Book Consultation
Smart Contract Security Audits
View Audit Services
Custom DeFi Protocol Development
Explore DeFi
Full-Stack Web3 dApp Development
View App Services
Free 30-min Web3 Consultation
Book Consultation
Smart Contract Security Audits
View Audit Services
Custom DeFi Protocol Development
Explore DeFi
Full-Stack Web3 dApp Development
View App Services
LABS
Glossary

EigenDA

EigenDA is a data availability (DA) service built on EigenLayer that uses restaked ETH to secure a high-throughput data availability layer for rollups and modular blockchains.
Chainscore © 2026
definition
DATA AVAILABILITY LAYER

What is EigenDA?

EigenDA is a high-throughput data availability layer built on Ethereum, designed to scale rollups by providing secure and low-cost data publishing.

EigenDA is a data availability (DA) service built as a cryptoeconomic security layer on top of Ethereum, leveraging restaking via EigenLayer. It allows rollups (like Optimistic and ZK Rollups) to publish their transaction data to a network of operators instead of directly to Ethereum's expensive calldata, significantly reducing transaction costs while inheriting Ethereum's security. This is achieved by using a technology called data availability sampling (DAS), where light clients can verify that data is available without downloading it all.

The system's security is derived from Ethereum validators who opt-in to restake their ETH and run EigenDA software, becoming operators. These operators form a committee that collectively attests to the availability of data blobs. If they act maliciously by withholding data, their restaked ETH is slashed. This model, known as restaking, allows EigenDA to bootstrap a secure network without launching a new, fragile token, creating what is termed intersubjective forking to resolve disputes over data availability.

For rollup developers, integrating EigenDA typically involves modifying their sequencer to post data blobs to EigenDA nodes instead of Ethereum L1. The associated data availability certificates or attestations are then posted back to a smart contract on Ethereum, providing a verifiable record. This architecture enables modular blockchain design, where execution, settlement, consensus, and data availability are separated into specialized layers. EigenDA is a core component of the EigenLayer ecosystem, which aims to provide a marketplace for decentralized trust.

Key performance metrics for EigenDA include throughput, measured in megabytes per second (MB/s) of data, and cost, which is a fraction of the equivalent cost to publish on Ethereum L1. Its design prioritizes high scalability and low latency for data posting, making it suitable for high-frequency applications. As a DA layer, it does not execute transactions or provide consensus for settlement; it solely guarantees that the data necessary to reconstruct a rollup's state is published and accessible.

The primary use case is scaling Ethereum Layer 2 solutions. By offloading the most expensive component of a rollup's operation—data publication—EigenDA can reduce user fees by orders of magnitude. It also enables new design spaces for sovereign rollups and validiums, which trade off some security guarantees for even greater scalability. Its development is closely tied to proto-danksharding (EIP-4844) on Ethereum, which introduced blob transactions, a native data format that EigenDA and other DA layers utilize.

how-it-works
MECHANISM

How EigenDA Works

EigenDA is a data availability (DA) layer built on Ethereum using restaking and EigenLayer's decentralized validator network to provide high-throughput, low-cost blob data attestations.

EigenDA operates as a cryptoeconomic security marketplace where operators who have restaked their ETH via EigenLayer provide attestations to the availability of data blobs. These operators run EigenDA nodes that sign cryptographic attestations, forming a Data Availability Committee (DAC). When a rollup or application submits data, the committee collectively attests to its availability, generating a Data Availability Certificate. This certificate, secured by the slashing conditions of the restaked ETH, is then posted back to the originating rollup's smart contract on Ethereum L1, proving the data is retrievable.

The system's architecture separates consensus from data availability. EigenDA does not run its own consensus for transaction ordering; instead, it relies on the underlying Ethereum consensus for the canonical ordering of its attestations. This design allows it to focus exclusively on scalable data attestation. Through techniques like KZG polynomial commitments and erasure coding, EigenDA ensures data can be reconstructed even if some committee members are offline or malicious. The dispersal process involves splitting the data blob into chunks and distributing them across the operator network.

Performance is achieved through horizontal scaling via quorum-based security. A rollup can choose its security parameters by specifying the number and type of operators in its committee. This creates a trade-off between cost, throughput, and security. EigenDA's throughput—measured in megabytes per second (MB/s)—scales with the number of active operators, as the work of attesting to data is parallelized across the decentralized network. This model contrasts with monolithic blockchains where throughput is limited by a single, global consensus mechanism.

The finality of data availability is soft-confirmed upon receiving the requisite threshold of operator signatures and is economically finalized once the attestation transaction is included in an Ethereum block. This dual-layer finality provides fast guarantees for rollups while inheriting Ethereum's robust settlement security. Fault proofs and slashing mechanisms penalize operators for equivocation or for failing to store and serve their assigned data chunks, ensuring the cryptoeconomic security of the entire system.

key-features
EIGENDA

Key Features

EigenDA is a high-throughput data availability layer built on Ethereum using restaking and EigenLayer's decentralized trust network.

01

Restaking for Security

EigenDA leverages EigenLayer's restaking mechanism, where Ethereum stakers can opt-in to validate the network by restaking their ETH or LSTs. This reuses Ethereum's economic security to protect the data availability layer without requiring a new token or validator set.

02

High Throughput & Low Cost

The system is designed for high data throughput (targeting 10 MB/s initially) at a low cost compared to posting data directly to Ethereum. It achieves this by using a Disperser node to encode and distribute data blobs across the operator network, with only attestations posted to Ethereum.

03

Decentralized Operator Network

The network is validated by a permissionless set of Operators, who are EigenLayer Actively Validated Service (AVS) operators. They run EigenDA software to:

  • Store data chunks
  • Attest to data availability
  • Serve data upon request Their performance is cryptographically verified and subject to slashing.
04

Data Availability Sampling (DAS)

Light clients and rollups can verify data availability without downloading entire blobs using Data Availability Sampling (DAS). By randomly sampling small chunks from operators and receiving consistent proofs, they can probabilistically guarantee the entire dataset is available.

05

Ethereum L2 Integration

EigenDA is primarily designed as a modular data availability layer for Ethereum rollups (Optimistic and ZK). Rollups post their transaction data (blobs) to EigenDA instead of Ethereum L1, significantly reducing their operational costs while maintaining strong security guarantees.

06

Cryptographic Attestations

Operators produce KZG commitments (cryptographic fingerprints) for the data they store. These commitments and aggregated signatures (BLS) are posted to Ethereum as attestations, providing a verifiable, on-chain record that the data is available and correct without storing the full data on-chain.

ecosystem-usage
EIGENDA

Ecosystem Usage & Integrations

EigenDA is a data availability (DA) layer built on Ethereum using EigenLayer's restaking mechanism. It provides a high-throughput, low-cost alternative for rollups and other protocols that need to publish and verify data.

02

Modular Stack Integration

EigenDA is a core component of the modular blockchain stack, decoupling execution, settlement, consensus, and data availability. It integrates with rollup frameworks like the OP Stack, Arbitrum Orbit, and Polygon CDK, allowing developers to select EigenDA as their designated DA layer during chain deployment.

  • Interoperability: Provides a plug-and-play DA solution for custom rollups.
  • Throughput: Designed for high data throughput (MB/s), enabling scalable block space for applications.
03

Active Data Attestation

The system relies on a network of operators who have restaked ETH via EigenLayer. These operators run EigenDA nodes that collectively attest to the availability of data blobs. Clients, like rollup sequencers, disperse data across this node network using erasure coding (specifically, Reed-Solomon encoding).

  • Process: Data is split into chunks and coded to allow reconstruction even if some nodes are offline.
  • Verification: Light clients can verify data availability with cryptographic proofs without downloading the entire dataset.
04

Prover Networks & Layer 3s

Beyond traditional rollups, EigenDA is used by zk-prover networks and Layer 3 (L3) solutions that require cheap, abundant data publishing. ZK co-processors and verifiable compute platforms use EigenDA to post proof inputs and outputs, enabling off-chain computation with on-chain verification.

  • Use Case: A gaming L3 can post high-frequency state updates cheaply.
  • Example: Platforms like Lagrange and Risc Zero can leverage EigenDA for data availability in their proving systems.
05

Cost Structure & Economics

EigenDA introduces a distinct fee market for data bandwidth, separate from Ethereum's gas fees. Costs are determined by blob size and network demand, but are designed to be orders of magnitude cheaper than Ethereum L1 calldata. Payments are made in ETH or potentially the rollup's native token.

  • Economic Security: Fees are distributed to EigenDA operators (restakers) as rewards, aligning incentives for network security and performance.
06

Developer Tooling & SDKs

To facilitate integration, EigenDA provides developer SDKs and APIs for rollup teams and dApp builders. This includes libraries for data dispersal, retrieval, and availability verification. Key tools integrate with popular rollup SDKs and node client software.

  • Integration Path: Developers use the EigenDA client to post blobs and verify KZG commitments.
  • Ecosystem: Supported by infrastructure providers for node operation and data indexing.
ARCHITECTURE

Data Availability Layer Comparison

A technical comparison of key design and performance characteristics across major data availability solutions.

Feature / MetricEigenDAEthereum (Calldata)Celestia

Throughput (MB/s)

10-15 MB/s

~0.06 MB/s

~8 MB/s

Cost Model

Proof-of-Stake + Attestations

Gas Auction (L1 Gas)

Proof-of-Stake + Data Availability Sampling

Data Availability Guarantee

Cryptoeconomic Security (Restaking)

Consensus-Level Security

Data Availability Sampling (Light Nodes)

Settlement Layer

Ethereum

Ethereum

Celestia

Data Blob Format

EigenDA Blob (KZG-based)

EIP-4844 Blob

Celestia Block Data

Finality Time

~1-2 minutes

~12 minutes (Ethereum Finality)

~15 seconds

Decentralization

Permissionless Operators (Planned)

Fully Permissionless

Permissionless Validators

security-model
EIGENDA

Security Model & Guarantees

EigenDA is a data availability (DA) layer built on Ethereum that leverages the security of restaked ETH via EigenLayer, providing a scalable and secure foundation for rollups and other applications.

EigenDA is a data availability (DA) service that provides a cryptoeconomic security model derived from EigenLayer's restaking mechanism. Its core security guarantee is that data blobs posted by rollups are available for download by any network participant, enforced by a decentralized set of operators who have staked (or, more precisely, restaked) ETH. If an operator withholds data or attests to its availability incorrectly, they are subject to slashing penalties on their restaked capital. This model allows EigenDA to inherit a significant portion of Ethereum's economic security without requiring a new, independent token or validator set.

The security model operates through a dual-attestation system. First, a Disperser node receives data from a rollup sequencer, erasure codes it into chunks, and distributes these chunks to the operator set. Operators then cryptographically attest—by signing a message—that they have received and stored their assigned data chunks. These attestations are aggregated into a single proof and posted to the EigenDA management contract on Ethereum. For a user or a rollup node to be convinced the data is available, they must only verify this aggregated signature against the known operator set and then be able to successfully retrieve a sufficient number of chunks from the network to reconstruct the original data.

A critical component is the Data Availability Committee (DAC), which in EigenDA's case is not a small, permissioned set but the entire decentralized operator set. The security scales with the total amount of restaked ETH delegated to these operators. The system employs proof-of-custody schemes, where operators must periodically prove they are physically storing the data assigned to them, not just attesting to it. Failure to provide a valid proof-of-custody can also trigger slashing. This combination of cryptographic attestations, economic penalties, and direct proofs of storage creates a robust deterrent against data withholding attacks.

EigenDA's security is actively verified by a role called the Watchtower. Watchtowers are permissionless entities that continuously monitor the network, challenge incorrect operator attestations, and can initiate slashing proposals. This creates a verification game similar to optimistic rollups, where security relies on the presence of at least one honest verifier. The final security backstop is Ethereum itself: all slashing proposals and dispute resolutions are ultimately settled on the Ethereum L1, ensuring the enforcement of the system's rules is as secure as the underlying blockchain.

benefits-for-rollups
EIGENDA

Benefits for Rollups & Developers

EigenDA is a high-throughput, low-cost data availability layer built on Ethereum using restaking, offering distinct advantages for rollup scalability.

02

High Throughput & Scalability

The system is designed for massive parallel data writes, supporting high blob throughput. This allows rollups to scale their transaction capacity without being bottlenecked by Ethereum's base layer data bandwidth, facilitating higher TPS (Transactions Per Second) for applications.

03

Ethereum-Aligned Security

Security is derived from Ethereum's economic security via restaking. Operators who perform data availability tasks are slashed if they act maliciously, creating a cryptoeconomically secure layer that inherits robustness from Ethereum's validator set.

04

Flexible Data Guarantees

Rollups can configure their desired level of security and cost through data availability committees (DACs) and dispersal parameters. They can choose the number of operator nodes that must attest to data availability, allowing for trade-offs between fault tolerance and performance.

05

Developer-Friendly Integration

EigenDA offers a sequencer-focused API that is simple for rollup teams to integrate. It handles the complexities of data dispersal and availability proofs, allowing developers to focus on their core application logic and rollup state transition functions.

06

Modular Interoperability

As a modular DA layer, EigenDA can be used by any rollup stack (OP Stack, Arbitrum Orbit, Polygon CDK, etc.) that adopts its standard. This promotes ecosystem interoperability and prevents vendor lock-in, giving developers freedom of choice.

EIGENDA

Technical Details

EigenDA is a data availability layer built on Ethereum, designed to provide high-throughput, low-cost data availability for rollups and other scaling solutions.

EigenDA is a data availability (DA) service that allows rollups to inexpensively post transaction data, enabling anyone to verify state transitions and reconstruct the rollup's state. It operates as a set of Actively Validated Services (AVS) on EigenLayer, where node operators re-stake their ETH to provide security guarantees. Rollups send data blobs to a Disperser, which erasure codes the data, splits it into chunks, and distributes them to the network of operators. These operators then attest to the data's availability by signing a Data Availability Certificate (DACert), which the rollup can use to prove its data is stored and retrievable.

EIGENDA

Frequently Asked Questions

Essential questions and answers about EigenDA, a data availability layer built on EigenLayer.

EigenDA is a data availability (DA) service built as an actively validated service (AVS) on the EigenLayer restaking protocol. It provides a secure, high-throughput, and low-cost layer for rollups and other applications to publish and verify the availability of their transaction data. It works by having a decentralized network of operators, who have restaked Ethereum's ETH or LSTs via EigenLayer, attest to the availability of data blobs. Rollups post data to EigenDA, and the network's operators generate Data Availability Attestations (DAAs), cryptographic proofs that the data is available for download, which the rollup's smart contract can then verify before finalizing its state.

ENQUIRY

Get In Touch
today.

Our experts will offer a free quote and a 30min call to discuss your project.

NDA Protected
24h Response
Directly to Engineering Team
10+
Protocols Shipped
$20M+
TVL Overall
NDA Protected Directly to Engineering Team