Whitepapers
The full technical specifications behind DIG Network, in three parts. These are the deep, protocol-level references — most builders won't need them to ship. If you're publishing a site or integrating the SDK, start with the DIG Network overview and the DigStore docs; come here when you want the protocol-level detail.
The shared unit throughout is the capsule: one immutable store generation, compiled to a fixed-size WASM, that is hosted, priced, and retrieved as a whole.
| Part | Paper | What it covers |
|---|---|---|
| 1 | Consensus | A Proof-of-Stake Layer 2 on Chia — finality, L1 anchoring, the validator lifecycle |
| 2 | DFSP | The Decentralized File Storage Protocol — availability-audited capsule hosting |
| 3 | Digstore | The content-addressable WASM store format — capsules, URN-derived keys, ZK proofs |
Each part is a complete v1.0 specification, available as a PDF.
Related
- Consensus — the Proof-of-Stake Layer 2 on Chia
- DFSP — availability-audited capsule hosting
- Digstore — the content-addressable WASM store format
- What is DigStore? — the practical store format docs
- Concepts & glossary — the capsule and other core entities defined