FAQ
Short answers to the questions that come up most. Follow a link to go deep.
What does it cost?
A uniform per-capsule price, paid in $DIG at the live rate — the same whether you mint your first one (init / first Publish) or ship an update (commit / re-Publish) — plus a small XCH transaction fee. A store's lifetime cost is the uniform per-capsule price × the number of capsules. The price is uniform by design.
Can I try it for free?
Yes. Scaffolding, building, and previewing cost nothing. You spend DIG only when you publish a capsule on-chain. Start from the Quickstart — build and preview a draft for free, fund a wallet only at the Publish step.
Why is every capsule the same price — isn't a small update cheaper?
No, and that's intentional. Each capsule compiles to a fixed-size module (padded so its length leaks nothing about content size). A price that varied with size would re-leak the size the padding hides — so the price has to be uniform. See why the price is uniform.
Do I need a wallet to start?
Not to build and preview. You connect a Chia wallet only at the moment you publish. Your wallet is your account — no email, no password.
Where do I get DIG?
DIG is the DIG Network token (a Chia CAT). Swap XCH for it on TibetSwap ↗, dexie.space ↗, or 9mm.pro ↗, then send it to your wallet's receive address. See Where to get DIG. DIG asset id: a406d3a9de984d03c9591c10d917593b434d5263cabe2b42f6b367df16832f81.
Is there a testnet?
No. There's no testnet mode; everything runs on Chia mainnet. Use a wallet funded with only as much XCH and DIG as you intend to spend. (You can still iterate for free — see above — because previews never touch the chain.)
How can the host not read my app?
The host only ever stores ciphertext keyed by hashes. Encryption and decryption happen entirely in the client; the URN is both the address and the key, and the URN never reaches the host (only SHA-256(URN) does). The host literally cannot read or scan your content. See URNs & Encryption.