# DIG Network > Deploy a frontend, dapp, or NFT collection to a network no host can read, change, or take down. The URL is the key, the chain is the proof. Deploy frontends, build dapps, and host NFT collections — decentralized end to end on Chia. DIG Network is a decentralized content layer on Chia. You deploy a frontend, dapp, or NFT collection to a network no host can read, change, or take down: the URL is the decryption key, and the chain is the proof. Hosts only ever see ciphertext keyed by hashes; all verification and decryption happen client-side. This site (https://dig.net) is the marketing + orientation front door for the ecosystem. ## Canonical entrypoints - [DIGHUb](https://hub.dig.net) — the GitHub-shaped blind host: push and publish encrypted stores, manage domains and badges. - [Deploy your first app](https://hub.dig.net/new) — connect a wallet and ship a frontend live on DIG. - [Documentation](https://docs.dig.net) — the authoritative developer reference (DigStore format + the dig RPC protocol). - [DIG SDK docs](https://docs.dig.net/docs/sdk) — the typed npm SDK for wiring a Chia wallet + the DIG read path into any app. - [DIG Browser download](https://github.com/DIG-Network/DIG_Browser/releases) — a Chromium browser that resolves chia:// verified content natively (no extension, no sidecars). ## Get $DIG $DIG is the network token (Chia CAT, asset id `a406d3a9de984d03c9591c10d917593b434d5263cabe2b42f6b367df16832f81`). It is available from three venues, in canonical order: - [TibetSwap](https://v2.tibetswap.io/) — XCH ↔ DIG AMM - [dexie](https://dexie.space/offers/a406d3a9de984d03c9591c10d917593b434d5263cabe2b42f6b367df16832f81/XCH) — DIG / XCH on the dexie DEX - [9mm](https://xch.9mm.pro/token/a406d3a9de984d03c9591c10d917593b434d5263cabe2b42f6b367df16832f81) — DIG token on 9mm.pro ## Languages This site ships in 14 languages: en, zh-CN, zh-TW, ko, ja, ru, es, pt-BR, fr, de, tr, vi, id, hi. English (`en`) is unprefixed at the site root (e.g. `https://dig.net/tokenomics`); every other locale is prefixed with its code (e.g. `https://dig.net/ru/tokenomics`, `https://dig.net/zh-CN/build`). Every page declares hreflang alternates for all 14 languages plus `x-default` (the English URL), so any language variant can be discovered from any other. ## Core concepts - **chia://** — what a user types or clicks to open verified DIG content (the scheme the DIG Browser registers). - **store** — the on-chain singleton identity of a body of content (a CHIP-0035 DataLayer singleton; `storeId` = its launcher id). - **capsule** — one immutable generation of a store, written `storeId:rootHash`. A store is a sequence of capsules (one per commit). Each capsule compiles to one fixed-size WebAssembly module and is hosted, priced, and retrieved as a whole. - **URN** — `urn:dig:::[/]` names a capsule; the retrieval key is `SHA256(URN)`. Location and decryption key are combined. ## On-chain DIG is a Chia Layer-2 content network. Stores are anchored on Chia mainnet as CHIP-0035 DataLayer singletons; the $DIG CAT pays for hosting. Everything served is provider-blind ciphertext, verified against the on-chain root. ## Machine-readable - [Sitemap](https://dig.net/sitemap.xml) — every public route on this site. - [Structured data (JSON-LD)](https://dig.net/) — schema.org Organization/WebSite/SoftwareApplication is baked into the homepage HTML. - [Documentation](https://docs.dig.net) — protocol specs, the dig RPC method/error reference, and the OpenRPC/OpenAPI machine specs live on docs.dig.net. - [GitHub](https://github.com/DIG-Network) — all source repositories for the ecosystem. ## Links - Whitepapers: https://dig.net/whitepapers (Consensus · DFSP · DigStore) - Tokenomics: https://dig.net/tokenomics - Run a node: https://dig.net/run-a-node - Build on DIG: https://dig.net/build - Brand assets: https://dig.net/brand - Discord: https://discord.gg/v78aygUZt - X / Twitter: https://x.com/digdotnet