LogoLogo
English
English
  • Introduction
  • API
  • Methodology
    • Blockspace
    • Fundamentals
      • 🕓Activity
      • ⭐Value Locked
      • 💳Economics
      • 🔀Convenience
  • General Layer 2 Knowledge
    • 📜Data Availability
      • ⚪Light/client and full nodes
      • ❌Fault Proofs
      • 🏄‍♂️Onchain Data Availablity
        • 📄EIP-4844
        • 🧫Data Availability Sampling
      • 🕊️Offchain Data Availability
        • ⚙️General Purpose DACs Mechanism
        • 📚Sources and Extra Material
  • Developer Content
    • ⚖️Which Layer 2 approach is for you?
      • ↔️State Channels
      • ⚡Plasma
      • 🌀Rollups
      • 🔐Validiums
    • ⛽Transaction Costs
      • ⚔️Optimistic vs. Zero Knowledge Rollups
      • 🤝Validium Hybrids
      • 🖼️What EIP 4844 means for Layer 2s
    • ⭐Rollup Performance
      • ⌛General Stats
      • 📨Messaging Latency and Cost
  • OP Chains
    • 🧰OP Stack
    • 🌟Superchain
    • 🛣️Road to Superchain
      • ✅Chain Factories
      • ✅Permissionless Proof System
      • ☑️Configurable Sequencer per OP Chain.
    • ⛓️Chain Knowledge
      • 🔵Base
      • ⚪Zora
      • 🟢Public Goods Network
Powered by GitBook
On this page
  • What is not Data Availability?
  • Ever heard of the data availability problem? 🤔
  1. General Layer 2 Knowledge

Data Availability

PreviousConvenienceNextLight/client and full nodes

Last updated 1 year ago

For example, Polygon Mainnet is making moves to become a Validium, while Celo and Mantle are teaming up with @eigenlayer for their off-chain Data Availability. 🔄 These are just a couple of the unique paths chains are exploring.

What is not Data Availability?

It does not necessarily mean that the data is accessible forever. Data availability is the assurance that full nodes can access and verify the full set of transactions associated with a specific block. Thanks for the clarity, ! 👓

Ever heard of the data availability problem? 🤔

It's all about making sure that when we add a summary of transaction data to the blockchain, it's legit and represents real, valid transactions. We need to do this without making every node download all the data.

A good example is the case of and . They need to be sure about data availability, but they don't want to download and process all the transaction data. That's their secret sauce! It's what keeps light nodes light and makes rollups a killer way to scale things up.

📜
Ethereum.org
Light nodes
Layer 2 rollups