데이터 가용성과 밸리디움
데이터 가용성과 롤업 보안에서의 역할을 살펴보고, 밸리디움과 데이터 가용성 위원회가 비용과 신뢰 가정을 어떻게 절충하는지 알아봅니다.
데이터 가용성과 밸리디움은(는) CoddyKit의 무료 Blockchain Smart Contracts with Solidity 강의입니다. 이것은 4개 중 4번째 강의입니다. 아래에서 전체 강의를 무료로 읽을 수 있으며, 내장 코드 에디터와 24/7 AI 튜터와 함께 브라우저에서 직접 실습할 수 있습니다. 이 강의는 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.
자주 묻는 질문
“데이터 가용성과 밸리디움” 강의는 무료인가요?
네 — “데이터 가용성과 밸리디움” 전체 내용을 이 웹사이트에서 무료로 읽을 수 있습니다. 인터랙티브하게 실습하려면(내장 코드 에디터와 24/7 AI 튜터), CoddyKit PRO로 업그레이드하면 Blockchain Smart Contracts with Solidity 강의 전체를 잠금 해제할 수 있습니다. Blockchain Smart Contracts with Solidity 강의에는 총 4개의 강의가 포함되어 있습니다.
“데이터 가용성과 밸리디움”에서 뭘 배우나요?
데이터 가용성과 롤업 보안에서의 역할을 살펴보고, 밸리디움과 데이터 가용성 위원회가 비용과 신뢰 가정을 어떻게 절충하는지 알아봅니다. 브라우저에서 직접 실행하는 실습 코드로 Blockchain Smart Contracts with Solidity을(를) 배우며, 24/7 AI 튜터가 강의를 진행하면서 질문에 답변해줍니다.
Blockchain Smart Contracts with Solidity을(를) 시작하는 데 경험이 필요한가요?
사전 경험은 필요하지 않습니다. CoddyKit의 Blockchain Smart Contracts with Solidity은(는) 초급자부터 고급 학습자까지를 위해 구성되어 있으므로, 여기서 시작하거나 처음부터 시작할 수 있으며 자신의 속도대로 진행할 수 있습니다. 이것은 4개 중 4번째 강의입니다.
“데이터 가용성과 밸리디움” 강의는 얼마나 걸리나요?
대부분의 CoddyKit 강의는 약 5~10분이 소요됩니다. 각 강의는 간결하고 인터랙티브하여 꾸준한 진행이 가능하며, 웹과 앱에서 중단한 부분부터 바로 시작할 수 있습니다.
이 Blockchain Smart Contracts with Solidity 강의에서 코드를 작성하고 실행할 수 있나요?
네. 모든 Blockchain Smart Contracts with Solidity 강의에는 내장 코드 에디터가 포함되어 있으므로, 브라우저에서 바로 실제 코드를 작성하고 실행한 후 즉시 AI 피드백을 받을 수 있습니다 — 로컬 설정이 필요 없습니다.
이 강의의 모든 강의
- L2 확장 솔루션 입문
- 옵티미스틱 롤업과 ZK 롤업 비교
- 크로스체인 통신 및 브리지
- 데이터 가용성과 밸리디움