Ack clock
2 hours
Owner confirms the case is assigned and shares review ETA.
An end-to-end fraud lock scenario showing receipts, owners, clocks, exceptions, and remedies.
Scenario
An automated lock must remain enforceable even under fraud risk, legal holds, or safety escalations.
Jump to
Key sections
Overview
A fraud model freezes access after detecting anomalous behavior. The system must still issue a receipt, assign authority, and deliver a remedy within bounded clocks.
Receipt
The receipt is proof that a decision happened, who owns it, and how to contest it.
{
"schema_version": "1.0.0",
"receipt_id": "RCP-2026-0441",
"issued_at": "2026-02-14T14:03:22Z",
"owner": {
"name": "Risk Operations",
"role": "System owner",
"contact": "risk-ops@company.example",
"on_call": true
},
"subject": {
"id": "usr-103991",
"type": "account"
},
"action": {
"class": "WRITE",
"description": "Lock account access for review",
"reversible": true,
"tools": ["fraud_model", "account_admin_api"]
},
"decision": {
"decision_type": "account_lock",
"reason_codes": ["FRAUD-THRESHOLD", "VELOCITY-SPIKE"],
"inputs": ["score:0.93", "velocity:4.2x"]
},
"clocks": {
"ack": { "hours": 2 },
"review": { "hours": 24 },
"remedy": { "hours": 72 }
},
"appeal_path": {
"url": "/appeals/account-lock",
"channel": "in-app form",
"expected_response": "Human review within 24 hours"
},
"evidence_pack": {
"href": "/evidence-packs/std-02#std-02-2-1",
"standard_refs": ["STD-01.1.1", "STD-02.2.1"]
}
}
Receipt includes clause references (STD-01.1.1, STD-02.2.1), the appeal path, and the evidence pack anchor used during review. Align payloads to the canonical receipt schema.
Owner + authority
The lock cannot be anonymous. Ownership is explicit and time-bound.
Clocks
Each clock is visible to the person impacted and logged in the decision record.
2 hours
Owner confirms the case is assigned and shares review ETA.
24 hours
Human reviewer validates the lock, exception, or reversal.
72 hours
Unlock, compensate, or provide a safe fallback path.
Exception handling
Exceptions never erase the receipt or clocks. They only delay specific actions.
Remedy path
A remedy path guarantees contestability and reduces collateral harm.
Generated artifacts
These artifacts prove the system is proof-carrying, not just policy-driven.
MEC-01 record of the model output, dissenting reviewer notes, and review outcome.
Open artifactProof bundle for STD-01 and STD-02 clauses tied to contestability and remedy.
Open artifactMEC-06 appeal path captures the dispute, pre-filled context, and decision trace.
Open artifactBounded exception entry if the lock is tied to security or legal hold.
Open artifactGlossary anchors
This worked example ties back to glossary terms that bind clocks, artifacts, and ownership.