Blockchain Smart Contracts with Solidity · Lezione

Disponibilità dei dati e Validium

Esplori la disponibilità dei dati, il suo ruolo nella sicurezza dei rollup e il modo in cui Validium e comitati per la disponibilità dei dati bilanciano i costi e le ipotesi di fiducia.

Lezione 4 di 413 passaggi

Disponibilità dei dati e Validium è una lezione Blockchain Smart Contracts with Solidity gratuita su CoddyKit. Questa è la lezione 4 di 4. Puoi leggere la lezione completa qui gratuitamente — poi esercitati direttamente nel browser con un editor di codice integrato e un tutor IA disponibile 24/7. Fa parte del percorso di apprendimento Blockchain Smart Contracts with Solidity, e i tuoi progressi si sincronizzano tra il web e l'app CoddyKit. Il corso Blockchain Smart Contracts with Solidity include 4 lezioni in totale.

Parti di questa lezione non sono ancora state tradotte e vengono mostrate in inglese.

Why Data Availability Matters

You have studied rollups and bridges. A subtler topic decides how secure a Layer 2 really is: data availability (DA). It is the guarantee that the data needed to reconstruct L2 state is actually published and retrievable.

The Core Question

Rollups post transaction data so anyone can verify or rebuild the chain. But where is that data stored, and can users trust it is available?

If data is withheld, users cannot prove their balances or exit, even if the computation was correct.

Rollups Post Data On-Chain

A standard rollup publishes compressed transaction data to Ethereum L1 as calldata or blobs. Because L1 stores it, DA is inherited from Ethereum's strong guarantees. This is the most secure but also the most expensive option.

The Cost of On-Chain Data

Posting data to L1 is the biggest cost component of a rollup. EIP-4844 introduced blobs, a cheaper, temporary data space, to reduce this. Still, some systems want even lower costs and move DA off-chain.

Enter Validiums

A Validium uses validity (ZK) proofs for correctness like a ZK-rollup, but keeps transaction data off-chain. Only the proof and state root go to L1. This slashes cost but introduces a data availability assumption.

The Validium Trade-off

Because data is off-chain, if the off-chain provider withholds it, users may be unable to compute their state to exit, even though the proofs guarantee no invalid state transition occurred.

  • Funds cannot be stolen (proofs prevent that)
  • But funds could be frozen if data is withheld

Data Availability Committees

Many Validiums rely on a Data Availability Committee (DAC): a set of known parties that sign attestations that they hold the data. Security depends on at least one honest committee member providing data on request.

Volitions: Best of Both

A Volition lets each user choose per transaction whether data goes on-chain (rollup mode, higher security, higher cost) or off-chain (Validium mode, lower cost). Users pick their trust-cost balance.

Data Availability Sampling

Newer DA layers use sampling: light nodes download small random pieces of the data. With erasure coding, if enough samples succeed, the full data is almost certainly available, without anyone downloading all of it.

Dedicated DA Layers

Projects like Celestia and EigenDA provide DA as a standalone service. Rollups post data there instead of Ethereum L1 to cut costs while keeping stronger guarantees than a small committee. This is the basis of many modular blockchain designs.

Choosing a DA Strategy

For high-value DeFi, full on-chain DA (true rollup) is safest. For high-throughput, low-value apps like gaming, Validiums or dedicated DA layers may be acceptable. Always understand who guarantees your data is available.

Quick Check

Test your understanding of data availability.

Recap

You learned about data availability:

  • Rollups post data on-chain for strong DA at higher cost
  • Validiums move data off-chain via committees, cheaper but with a DA assumption
  • Volitions let users choose per transaction
  • Sampling and dedicated DA layers offer modular tradeoffs

DA is a key dimension of Layer 2 security.

Gratis per iniziare

Impara Blockchain Smart Contracts with Solidity con un tutor IA — gratis

Scrivi ed esegui vero codice nel tuo browser, ricevi aiuto istantaneo da un tutor IA disponibile 24/7, e riprendi da dove hai lasciato sul web o nell'app.

Corsi
12
Lezioni
48

Domande Frequenti

La lezione «Disponibilità dei dati e Validium» è gratuita?

Sì — il testo completo di «Disponibilità dei dati e Validium» è gratuito qui sul web. Per esercitarvi in modo interattivo (un editor di codice integrato e un tutor IA 24/7) e sbloccare il resto del corso Blockchain Smart Contracts with Solidity, passa a CoddyKit PRO. Il corso Blockchain Smart Contracts with Solidity include 4 lezioni in totale.

Cosa imparerò in «Disponibilità dei dati e Validium»?

Esplori la disponibilità dei dati, il suo ruolo nella sicurezza dei rollup e il modo in cui Validium e comitati per la disponibilità dei dati bilanciano i costi e le ipotesi di fiducia. Eserciti Blockchain Smart Contracts with Solidity con codice pratico che esegui direttamente nel browser, e un tutor IA 24/7 risponde alle tue domande mentre lavori sulla lezione.

Ho bisogno di esperienza per iniziare Blockchain Smart Contracts with Solidity?

Non è richiesta alcuna esperienza precedente. Blockchain Smart Contracts with Solidity su CoddyKit è strutturato per principianti e studenti avanzati, quindi puoi iniziare da qui o dall'inizio e procedere al tuo ritmo. Questa è la lezione 4 di 4.

Quanto tempo richiede la lezione «Disponibilità dei dati e Validium»?

La maggior parte delle lezioni CoddyKit richiede circa 5–10 minuti. Ogni lezione è breve e interattiva, quindi fai progressi costanti e riprendi esattamente da dove hai lasciato su web e app.

Posso scrivere ed eseguire codice in questa lezione Blockchain Smart Contracts with Solidity?

Sì. Ogni lezione Blockchain Smart Contracts with Solidity include un editor di codice integrato, quindi scrivi ed esegui codice reale direttamente nel tuo browser e ricevi feedback istantaneo dall'IA — nessuna configurazione locale necessaria.

Tutte le lezioni di questo corso

  1. Introduzione alle soluzioni di scalabilità L2
  2. Optimistic Rollup e ZK Rollup a confronto
  3. Comunicazione cross-chain e bridge
  4. Disponibilità dei dati e Validium
← Torna a Blockchain Smart Contracts with Solidity