Series 1  ·  live on Verus

Learn

Bitcoin Kali uses a handful of Verus primitives to put seven NFTs entirely on chain — identity, provenance, encrypted delivery, rights, and marketplace — with nothing trusted and everything verifiable from public RPC.

These ten pages walk through each primitive with real mainnet data: actual i-addresses, transaction IDs, block heights, and hex values you can check yourself. Every page links to the live viewer so you can watch the proof reconstruct in front of you.

These aren't just NFT tools. They're primitives for any system where identity, provenance, and delivery matter — supply chains, credentials, legal documents, autonomous agents, and more.

  1. VDXF Keys How semantic keys are deterministically derived from URIs
  2. contentmultimap The on-chain key-value store inside every identity
  3. signdata How data gets signed into a Merkle Mountain Range
  4. verifysignature One RPC call to verify any signature, no auth required
  5. VerusID Self-sovereign identity as the container for everything
  6. sendcurrency Encrypted file delivery via shielded transactions
  7. On-Chain Rights Rights assertions that travel with identity control
  8. The Trust Model How all the pieces compose into zero-trust verification
  9. ID Control Tokens How definecurrency creates a transferable token bound to an identity
  10. Verus Marketplace Decentralized atomic swaps with makeoffer, getoffers, and takeoffer