Skip to content

XRPL Creator Capsule

XRPL Creator Capsule treats the XRP Ledger as a durable control plane for ownership, payment, access, and survivability around creative work. It is not a marketplace — it is the infrastructure that makes marketplaces optional.

New to Capsule? Start with the Beginners Guide — a step-by-step walkthrough for creatives using the desktop app. No blockchain experience required.

A creator should be able to:

  1. Issue a release with a deterministic, tamper-evident identity
  2. Mint editions as NFTs on XRPL with receipts that reconcile against the chain
  3. Gate access to benefits based on on-chain ownership
  4. Recover the full release without the original app
  5. Govern revenue through an auditable approval chain

Every claim is backed by hash-stamped artifacts and verifiable against the ledger.

PhaseWhat it proves
A — Creator IntentManifest identity is deterministic and tamper-evident
B — Mint TruthNFTs on XRPL match the manifest exactly
C — Access TruthOwnership unlocks real off-chain access
E — Durability TruthA release survives frontend death
D — Governance TruthRevenue is governed through auditable approval

The system is a TypeScript monorepo with 5 workspace packages:

  • @capsule/core — Canonical contracts, AJV schemas, validation, deterministic hashing
  • @capsule/xrpl — XRPL client (connect, mint, verify, holder checks)
  • @capsule/storage — Content store + delivery provider interfaces
  • @capsule/xaman — Wallet-mediated signing via Xaman
  • @capsule/cli — 15 CLI commands for the full release lifecycle