Core properties
- Content-addressed. Every blob is identified by its BLAKE3 hash. Clients verify the bytes they receive — they do not trust any node to return the right content.
- Paid per megabyte. Every byte delivered is paid, including node-to-node cache-miss pulls. Payments run on off-chain channels in governance-allowlisted ERC-20s, with on-chain settlement only at channel open and close.
- Origin-hidden. Origin backends (S3, R2, B2, NFS, local disk) are opaque per-node configuration. No external origin URL is ever exposed to the network.
- Staked and slashable. Nodes stake TOKEN to join the peer mesh. Slashable offenses have on-chain evidence paths that anyone can challenge.
- No single operator. Gossip for discovery. A DHT for content location. Optimistic challenge-response for disputes. Token-weighted governance with a timelock for parameter updates.
What it isn’t
- Not a blockchain or storage network — durability relies on cheap, reliable object storage (S3-class) owned by origin operators.
- Not DRM or content protection — encryption is optional, operated by the content provider’s own app server (ADR 006). The CDN is oblivious.
- Not a transcoding or search service — delivery only. Search and discovery are future work.
- Not multi-chain. Contracts live on Arbitrum One; cross-chain channels are out of scope.
Who this site is for
Four audiences, four top-level tabs:| Tab | For | Start with |
|---|---|---|
| Protocol | Protocol designers, implementers, auditors | The full ADR-derived reference |
| Origin Operators | Teams with content they want delivered by deCDN | How to configure an origin-backed node and (optionally) an app server for encryption |
| Node Operators | Teams running caching nodes to earn delivery fees | Staking, onboarding, economics, disputes |
| Clients | End-users or applications consuming content | Bootstrap, account setup, payment channels |
Authority
The authoritative design record is the ADR set in thedecdn/ repository. This site distills those decisions for operators and clients. When in doubt, trust the ADRs.