The Stack · Notary
Every enforcement decision, signed.
Phosra Notary wraps every enforcement decision in a regulator-ready signed envelope. Receipts include the rule, the bearing, the jurisdiction, the verdict, and a cryptographic signature. Regulators can replay decisions years later; adopters can prove compliance without exposing user data.
WHAT'S SIGNED
Rule ID, bearing (age signal), jurisdiction, capability invoked, verdict, citation.
SIGNATURE FORMAT
EIP-712-style typed-data envelope. ed25519. Domain-separated by spec version.
REPLAY
Signed receipts are replayable. Regulators can request a receipt by ID and verify against the Phosra Charter's public key.
PRIVACY
Receipts carry no PII. The bearing is a derived age signal; the user identity is not revealed.
Sample receipt
A signed Notary envelope.
{
"id": "ntry_018d4cb13f...",
"rule": "recommender_off_minor",
"capability": "lens",
"bearing": { "age_band": "13-17", "method": "platform_attested" },
"jurisdiction": "US-CA",
"cite": ["KOSA-§4(b)(2)", "CA-AADC-§22675"],
"verdict": { "allow": false, "reason": "minor_recommender_off" },
"issued_at": "2026-05-11T13:24:45Z",
"spec": "PCSS-v1.0",
"sig": "ed25519:0x4a8c...f209"
}Phosra Notary
The full Notary specification.
Envelope schema, signature algorithm, replay protocol, and the regulator-verification flow — in one place.
Read the full Notary spec