Generate a proof receipt before action.
This page creates a deterministic receipt for a governed action. It records the proposed action, verdict, evidence references, policy reference, canonical JSON, and SHA-256 receipt hash. A refusal or human deferral is treated as a valid proof outcome, not a failure.
Create receipt
Enter a proposed action and generate a deterministic proof receipt.
Receipt output
Copy or download the generated receipt. The verifier recomputes the hash from canonical receipt material.
FAQ and proof boundaries
This section is intentionally plain. It prevents overclaiming and makes the demo easier for engineers, buyers, and skeptical reviewers to understand.
Yes. The page creates receipt material, canonicalizes it with sorted-key JSON, and hashes it with SHA-256 in the browser.
No. This public demo is browser-generated. Server signing is a production upgrade.
No. It proves the generated receipt content matches the displayed hash. Execution proof requires backend settlement or logs.
No. It binds evidence references into the receipt. It does not independently validate the truth of external evidence.
Because safe systems need proof of non-action too. A refusal or human deferral can be the correct terminal outcome.
Someone can edit a file, but the verifier should detect that the edited receipt no longer matches the original hash.
No. It is a technical proof demo. Production use should be reviewed against the policies and laws of the actual deployment.
AEG Gate can add server signing, append-only settlement, external anchoring, policy bundles, identity, and replay verification.