Every enforcement decision, signed.
Receipt wraps every enforcement decision in a regulator-ready signed envelope. Receipts include the rule, the age, the jurisdiction, the audit, and a cryptographic signature. Regulators can replay decisions years later; adopters can prove compliance without exposing user data.
Four properties of a signed Receipt.
What is in the envelope, how it is signed, how it replays, and what it deliberately leaves out.
Rule ID, age (age signal), jurisdiction, capability invoked, audit, citation.
EIP-712-style typed-data envelope. ed25519. Domain-separated by spec version.
Signed receipts are replayable. Regulators can request a receipt by ID and verify against the OCSS Charter's public key.
Receipts carry no PII. The age is a derived age signal; the user identity is not revealed.
A signed Receipt envelope.
The full Receipt specification.
Envelope schema, signature algorithm, replay protocol, and the regulator-verification flow — in one place.