Avail DA

Avail is a standalone modular data availability (DA) blockchain — a specialized network designed exclusively to solve one part of the blockchain scaling problem: ensuring transaction data is published and available for verification, at minimal cost. In the rollup scaling model, DA is the critical bottleneck — rollups must post their transaction data somewhere so that anyone can reconstruct state and verify the rollup’s correctness. Posting data to Ethereum L1 (Ethereum calldata) is the most secure option but very expensive. Avail provides cryptographically-secured DA at dramatically lower cost using KZG polynomial commitment schemes and data availability sampling (DAS) — light nodes can verify data availability without downloading the full dataset by sampling random chunks and checking cryptographic commitments. Avail was founded by Anurag Arjun, previously a co-founder at Polygon Labs, after spinning out of Polygon’s data availability research.


How It Works

Component Role
Data availability sampling (DAS) Light nodes verify DA by downloading random data samples — not full blocks
KZG polynomial commitments Cryptographic commitments to block data enabling DAS verification
Erasure coding Block data is encoded redundantly so 50% of samples prove 100% of data was published
Avail validator set Validators store and serve Avail block data; bonded AVAIL stake for security
DA attestation Rollups post data to Avail and receive a DA attestation used to prove data was available

Data Availability Sampling mechanics:

  1. Block data is erasure-coded (doubled/extended) using polynomial commitments
  2. Light nodes randomly sample a small number of data chunks (e.g., 30 samples)
  3. KZG commitments enable each sample to be verified against the block header
  4. Statistical argument: if 30 random samples are all available, the probability the full block is available exceeds 99.99%+
  5. This allows efficient DA verification without full node download requirements

Key Features

Feature Details
Dedicated DA layer Built only for DA — not general computation — optimized specifically for this role
DAS-enabled light clients Mobile/browser clients can verify DA without full node — true decentralized verification
KZG commitments Battle-tested cryptographic scheme (also used in Ethereum Danksharding)
Rollup-agnostic Any rollup or appchain can use Avail DA: EVM, non-EVM, Cosmos, Substrate
Low cost DA costs significantly lower than Ethereum L1 calldata for equivalent data throughput

History

  • 2022: Anurag Arjun (Polygon co-founder) departs Polygon to build Avail as standalone project
  • 2023: Avail incorporated as Avail Project Ltd; public testnet launches; KZG-based DA specification published
  • 2024 (Q1): Avail integrates with multiple rollup frameworks as DA layer option (Polygon CDK, Arbitrum Orbit)
  • 2024 (Mar): Avail Goldberg testnet — production-level feature set with DAS light client
  • 2024 (Jun): AVAIL token TGE; airdrop to early testnet participants; mainnet launches
  • 2024 (Q3-Q4): Multiple rollups deploy using Avail DA; ecosystem partnerships with OP Stack, Arbitrum teams

Common Misconceptions

“Avail competes with Ethereum.”

Avail is not a general-purpose L1 competing with Ethereum — it is a specialized DA service used by rollups that want lower DA costs than Ethereum provides. Rollups using Avail still typically settle on Ethereum for execution verification.

“Using Avail DA means giving up Ethereum security.”

Avail provides its own cryptographic security for data availability — KZG commitments and DAS are mathematically sound. What rollups give up is Ethereum’s economic security (ETH stake) for DA guarantees; they gain cost savings and Avail’s own validator security.


Criticisms

  • Newer, smaller validator set: Avail’s security depends on its validator set — smaller and less battle-tested than Ethereum’s $300B+ staked ETH providing DA guarantees for EIP-4844 blobs; this is the core tradeoff for using any external DA layer
  • Competitive DA market: Avail competes directly with Celestia (first-mover modular DA), EigenDA (backed by EigenLayer’s restaked ETH security), and NearDA — all with similar DAS-based designs; differentiation is challenging
  • Adoption track record: As of 2024, Celestia has more deployed rollup customers than Avail; Avail is newer to production DA service though growing
  • Data retrieval assumptions: DAS proves data was published — not that it remains available long-term; long-term data archiving requires additional assumptions beyond base DAS

Social Media Sentiment

Avail benefits from Anurag Arjun’s credibility as a Polygon co-founder and the modular blockchain narrative’s popularity in 2023-2024. The KZG-based DAS design — same commitment scheme as Ethereum’s danksharding — is well-regarded by Ethereum researchers. The AVAIL airdrop generated significant attention. Developer sentiment is positive; broader community awareness grows as modular DA becomes more prominent.


Related Terms


Sources