Skip to content

Commit 92a4248

Browse files
concepts/dac style checked
1 parent 5145ff6 commit 92a4248

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/cdk/concepts/dac.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ Data availability in blockchain technology refers to whether or not transaction
33
If data is available on-chain, then each node has to store every piece of data related to every transaction. This can be costly for node operators as hardware and storage requirements are high. Moving data off-chain streamlines node architecture and operations.
44

55
!!! info "Recommended resource"
6-
See Ethereum.org's discussion on [data availability](https://ethereum.org/en/developers/docs/data-availability/).
6+
See [Ethereum.org's discussion on data availability](https://ethereum.org/en/developers/docs/data-availability/).
77

8-
## Data availability committees
8+
## Data availability committee (DAC)
99

10-
Polygon's CDK validium has an optional data availability committee (DAC).
10+
Polygon's CDK validium has an optional DAC.
1111

1212
A DAC is an off-chain network of nodes that implements a data storage layer in a modular chain architecture like CDK. Some advantages are:
1313

@@ -24,7 +24,7 @@ The CDK validium DAC is a secure consortium of nodes that ensures off-chain data
2424

2525
## DAC data flow
2626

27-
![CDK validium DAC dataflow](../../img/cdk/cdk-val-dac-02.png)
27+
![CDK validium data availability dataflow](../../img/cdk/cdk-val-dac-02.png)
2828

2929
The DAC works together with the sequencer to control the flow of data. The process can be broken down as follows:
3030

0 commit comments

Comments
 (0)