Nomos DA v1

Original Data Matrix: r × 1024

Extended Data Matrix: r × 2048

Formula for Data Sent Per Subnetwork

Each subnetwork is responsible for storing one column of the extended data matrix, meaning the data sent per subnetwork is:

$\text{Total Data per Subnetwork} = \text{column data} +(\text{column comm.s + proofs} )+(\text{row comm.s +proofs})$

$\text{Total Data per Subnetwork} = (r \times 32) + (48 + 48 + 48) + 2\times(r \times 48)$ byte

Total Data Rows (r) Extended Columns Column Data (r × 32 B) Row Proofs (r × 48 B) Row Commitments Total Data per Subnetwork
128 KB 4 2048 128 B 192 B 192 B 656 B
256 KB 8 2048 256 B 384 B 384 B 1.14 KB
512 KB 16 2048 512 B 768 B 768 B 2.14 KB
1 MB 32 2048 1 KB 1.50 KB 1.50 KB 4.14 KB
8 MB 256 2048 8 KB 12 KB 12 KB 32.14 KB
16 MB 512 2048 16 KB 24 KB 24 KB 64.14 KB
32 MB 1024 2048 32 KB 48 KB 48 KB 128.14 KB

Nomos DA v2

Data Representation & Encoding

Chunk Size Calculation