Skip to content

Verify a Deed

  1. Open the StreetLedger verify page
  2. Paste any hash (with or without the sha256: prefix)
  3. Hit search · either the canon owns it or it does not
  1. Same verify page
  2. Type a slug like probability-of-close or a DDEED id like DDEED-VOCAB-CRE_TERMS-CAP-RATE-v1
  3. Match returns the full deed + canonical hash

Mode 3 · by pasted canonical JSON (planned)

Section titled “Mode 3 · by pasted canonical JSON (planned)”
  1. Same verify page · third panel
  2. Paste any DDEED-VOCAB JSON
  3. The browser computes SHA-256 client-side (crypto.subtle.digest)
  4. Compare against the published canonical json_sha256

DefendableCloud already supports zero-trust verification of its per-org DCR-* receipt chain:

  • Client-side recomputeGET /ledger, then recompute receipt_sha256 over the canonical JSON (orjson sorted-keys) of each receipt and confirm it matches the stamped value and parent-hash link.
  • Server recomputeGET /ledger/verify walks the whole chain, recomputes every hash, checks sequential org_seq, and checks each parent_hash link. Tamper with a stored payload and ok flips to false, pinpointing the offending receipt.

Zero round-trip · zero trust required. The math is the math.


🐝 Operator-grade · books and records · to the shed.