Governance Receipts

The anatomy of a governance receipt

A governance receipt is the evidence record produced for a governed event. It records, at minimum, the fields below.

Synthetic example — not a live record

Event reference
Identity of the governed event. evt:governed/2026/sample-0001
Content binding
The bound representation of the event's material content. cb:sha-256:SYNTHETIC-EXAMPLE-DIGEST
Authority context
The human/institutional authority under which the event occurred. authority: institution / role (synthetic)
Proof structure
The constructed verifiable proof over the content. proof: consistency-structure (synthetic)
Signature
The authoritative signature establishing origin. sig: authoritative-signing (synthetic)
Preservation reference
Where and how the record is preserved. preservation: evidence-store/ref (synthetic)
Timestamp & sequence
Position of the event in the ordered record. seq: 000123 · ts: 2026-07-19T00:00:00Z (synthetic)
Trust tier
The tier of assurance the record currently carries. tier: signed content-bound proof (synthetic)
Technical metadata — synthetic example

The same synthetic record in its technical shape. Every value below is an illustration; none is a production identifier, digest or signature.

{
  "event_reference":       "evt:governed/2026/sample-0001",
  "content_binding":       "cb:sha-256:SYNTHETIC0000000000000000000000000000000000000000000000000000000",
  "authority_context":     "authority: institution / role (synthetic)",
  "proof_structure":       "proof: consistency-structure (synthetic)",
  "signature":             "sig: authoritative-signing (synthetic)",
  "preservation_reference":"preservation: evidence-store/ref (synthetic)",
  "sequence":              "seq: 000123",
  "timestamp_utc":         "2026-07-19T00:00:00Z (synthetic)",
  "trust_tier":            "signed content-bound proof (synthetic)"
}

What a receipt is — and is not

A governance receipt is a description of a governed event bound to that event's material content, signed under authoritative signing, and preserved as a durable record. It is designed to be independently verified and replayed.

A receipt makes no claim of an always-on, unauthenticated verification endpoint, a fixed guaranteed retention period, or that records are impossible to remove. It records the authority context of an event; it does not replace that authority.

Request institutional access