Blockchain Smart Contracts with Solidity · บทเรียน

ความพร้อมใช้งานของข้อมูลและ Validium

สำรวจความพร้อมใช้งานของข้อมูล บทบาทของสิ่งนี้ต่อความปลอดภัยของโรลอัป และวิธีที่ Validium กับคณะกรรมการความพร้อมใช้งานของข้อมูลแลกเปลี่ยนต้นทุนกับสมมติฐานด้านความไว้วางใจ

บทเรียน 4 จาก 413 ขั้นตอน

ความพร้อมใช้งานของข้อมูลและ Validium เป็นบทเรียน Blockchain Smart Contracts with Solidity ฟรีบน CoddyKit นี่คือบทเรียนที่ 4 จากทั้งหมด 4 บทเรียน คุณสามารถอ่านบทเรียนทั้งหมดด้านล่างฟรี — จากนั้นลองปฏิบัติด้วยตัวคุณเองในเบราว์เซอร์พร้อมตัวแก้ไขโค้ดในตัวและติวเตอร์ AI ตลอด 24/7 บทเรียนนี้เป็นส่วนหนึ่งของเส้นทางการเรียน Blockchain Smart Contracts with Solidity และความก้าวหน้าของคุณจะซิงค์ข้ามเว็บและแอป CoddyKit คอร์ส Blockchain Smart Contracts with Solidity มีบทเรียนทั้งหมด 4 บทเรียน

บางส่วนของบทเรียนนี้ยังไม่ได้รับการแปล และแสดงเป็นภาษาอังกฤษ

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.

เริ่มต้นได้ฟรี

เรียนรู้ Blockchain Smart Contracts with Solidity ด้วย AI tutor — ฟรี

เขียนและเรียกใช้โค้ดจริงในเบราว์เซอร์ของคุณ รับความช่วยเหลือทันทีจาก AI tutor 24/7 และเรียนรู้ต่อจากที่คุณหยุดบนเว็บหรือในแอป

คอร์ส
12
บทเรียน
48

คำถามที่พบบ่อย

บทเรียน “ความพร้อมใช้งานของข้อมูลและ Validium” ฟรีหรือไม่

ใช่ — ข้อความเต็มของ “ความพร้อมใช้งานของข้อมูลและ Validium” ฟรีให้อ่านที่นี่บนเว็บ เพื่อปฏิบัติแบบโต้ตอบ (ตัวแก้ไขโค้ดในตัวและติวเตอร์ AI ตลอด 24/7) และปลดล็อคส่วนที่เหลือของคอร์ส Blockchain Smart Contracts with Solidity ให้อัปเกรดเป็น CoddyKit PRO คอร์ส Blockchain Smart Contracts with Solidity มีบทเรียนทั้งหมด 4 บทเรียน

คุณจะเรียนรู้อะไรในบทเรียน “ความพร้อมใช้งานของข้อมูลและ Validium”

สำรวจความพร้อมใช้งานของข้อมูล บทบาทของสิ่งนี้ต่อความปลอดภัยของโรลอัป และวิธีที่ Validium กับคณะกรรมการความพร้อมใช้งานของข้อมูลแลกเปลี่ยนต้นทุนกับสมมติฐานด้านความไว้วางใจ คุณปฏิบัติ Blockchain Smart Contracts with Solidity ด้วยโค้ดที่ใช้งานได้จริงที่คุณเรียกใช้โดยตรงในเบราว์เซอร์ และติวเตอร์ AI ตลอด 24/7 ตอบคำถามของคุณขณะที่คุณไปผ่านบทเรียน

คุณต้องมีประสบการณ์ก่อนที่จะเริ่มเรียน Blockchain Smart Contracts with Solidity หรือไม่

ไม่จำเป็นต้องมีประสบการณ์มาก่อน Blockchain Smart Contracts with Solidity บน CoddyKit ออกแบบมาสำหรับผู้เริ่มต้นไปจนถึงผู้เรียนขั้นสูง คุณสามารถเริ่มต้นที่นี่หรือเริ่มจากตัวแรกและเรียนด้วยความเร็วของคุณเอง นี่คือบทเรียนที่ 4 จากทั้งหมด 4 บทเรียน

บทเรียน “ความพร้อมใช้งานของข้อมูลและ Validium” ใช้เวลานานแค่ไหน

บทเรียน CoddyKit ส่วนใหญ่ใช้เวลาประมาณ 5–10 นาที แต่ละบทเรียนจึงสั้นและเป็นแบบโต้ตอบ คุณสามารถก้าวหน้าอย่างต่อเนื่องและกลับมาเรียนต่อจากตรงที่เพิ่งหยุดบนเว็บและแอปได้เลย

ฉันเขียนและรันโค้ดในบทเรียน Blockchain Smart Contracts with Solidity นี้ได้ไหม

ได้ บทเรียน Blockchain Smart Contracts with Solidity ทุกบทมีตัวแก้ไขโค้ดในตัว คุณจึงเขียนและรันโค้ดจริงได้เลยในเบราว์เซอร์ และได้รับข้อเสนอแนะจาก AI ในทันที — ไม่ต้องติดตั้งในเครื่องของคุณ

บทเรียนทั้งหมดในหลักสูตรนี้

  1. บทนำสู่โซลูชันการขยายระบบ L2
  2. ออปติมิสติกโรลอัปเทียบกับ ZK โรลอัป
  3. การสื่อสารข้ามเชนและบริดจ์
  4. ความพร้อมใช้งานของข้อมูลและ Validium
← กลับไปที่ Blockchain Smart Contracts with Solidity