Skip to content

Deed Schema

A DDEED is the books-and-records artifact class for DefendableLedger. Deeds are distinct from DefendableCloud receipts:

Receipt (deployed)Deed (roadmap)
SurfaceDefendableCloud Vault — LIVEDefendableLedger (books-and-records surface) — roadmap
Chainper-org hash chain (Cloud)append-only JSONL ledger (DefendableLedger)
LaneRun, Eval, Cook, Incident, Dataset-download, Model-pinVocabulary terms (DDEED-VOCAB) · Media artifacts (DDEED-MEDIA-*) · Founder origin (DDEED-FOUNDER-ORIGIN) · etc.
StatusCloud Runs mint a defendablecloud.receipt/v1-family receipt on approval.The deed is the books-and-records artifact class for DefendableLedger — declared, not yet wired to a mint endpoint.

Receipts and deeds share the same in-house hashing discipline and the same no-external-anchoring doctrine (Kill Hedera).

{
"deed_type": "DDEED_<CLASS>",
"deed_id": "DDEED-<CLASS>-<TOPIC>-<SLUG>-v<N>",
"deed_version": "v1",
"five_proofs": {
"origin": { "speakers": ["..."], "recorded_at": "..." },
"quality": { "verdict": { /* defendablecloud.verdict/v1 */ } },
"process": { "pipeline_version": "...", "rulebook_version": "..." },
"economics": { "cost_to_mint": { "compute_usd": 0.0, "human_review_min": 0, "storage_kb": 0 } },
"trust": { "payload_sha256": "...", "ledger_seq": 42, "parent_hash": "..." }
},
"hashes": {
"markdown_sha256": "...",
"json_sha256": "..."
},
"minted_at_utc": "..."
}

Common classes seen in DefendableLedger:

ClassPurpose
DDEED_VOCABULARY_TERMA canonical Defend-A-Pedia term + its provenance.
DDEED_MEDIA_POSTA blog post on offensetotheshed.com.
DDEED_MEDIA_PODA podcast episode on painintheshed.com.
DDEED_FOUNDER_ORIGINA founder-voice canonical record (immutable books-and-records).
DDEED_ENGAGEMENT_RECORDA signed engagement award (e.g. listing brokerage).
ProofWhat it carries
OriginWho said / produced it · when · in what session / setting.
QualityThe verdict from the referee when applicable. (For media + vocabulary deeds, the verdict is the linguistic curator’s output; for engagement deeds it is the signed agreement.)
ProcessWhat pipeline version produced this deed. Which rulebook version was applied.
EconomicsCost to mint — compute, human review time, storage, energy. (See Cost to Mint for the dimensions.)
TrustThe hash chain coordinates — payload_sha256, position in the ledger, parent hash. No external chain anchor field.
  1. Canonicalize the deed JSON: sorted keys · no whitespace · UTF-8.
  2. SHA-256 over the canonical bytes.
  3. The result is the deed’s json_sha256.
  4. The deed’s position in the DefendableLedger JSONL carries the parent_hash to the prior ledger record (see DefendableLedger · Hash-Chain Format).
Old fieldNew treatment
five_proofs.trust.hedera_topicRemoved. No external chain anchoring on the spine — see Kill Hedera doctrine. Trust proof carries the in-house chain coordinates only.
Classification HONEY/ROYAL_JELLY/JELLY/PROPOLIS on five_proofs.qualityReplaced with the defendablecloud.verdict/v1 shape (3 severities + 3 tiers + risk_breakdown).
validator_confidence 0-1Removed. Confidence dial superseded by declared rules + flag tiers.

🐝 Books and records · in-house hashes · no external anchor · to the shed.