ANCHORED RETENTION RECEIPTS
Six wire types covering the full data retention lifecycle — scheduled expiry, subject-initiated erasure, legal hold, anonymisation, archive transition, and Merkle-batched bulk events. The data-lifecycle counterpart to ACR.
WIRE TYPES
ar.erasure.v1
Records the execution of a data subject's right to erasure under Art. 17. Carries a trigger_receipt field linking to the withdrawal or subject-rights request that initiated it — anchoring the 30-day Art. 12(3) response window.
ar.expiry.v1
Records scheduled deletion after a declared retention period expires. Non-terminal — the chain remains open if further lifecycle events follow.
ar.hold.v1
Records a legal hold preventing deletion — compliance, litigation, or regulatory. Flips hold_active on the per-target chain. Reversible: a subsequent event can release the hold.
ar.anonymization.v1
Records anonymisation of personal data in place of deletion. Terminal event — the chain is closed for personal-data purposes once anonymisation is anchored.
ar.archive.v1
Records transition of data to long-term archive. The chain remains open if the archive lifecycle persists, allowing further retention events on archived data.
ar.batch.v1
Bulk-emission receipt carrying a state_snapshot_root Merkle root. Standalone — no prev chain. Used for periodic sweeps that affect many records at once.
WHAT IT PROVES
WHAT IT DOESN'T PROVE
COMPOSES WITH
ARR receipts reference other family members via body-level composition pointers — verifier-coordinated, not signature-mandated.
An ACR withdrawal may trigger an ARR erasure — the trigger_receipt field confirms the 30-day Art. 12(3) window.
An ASR Art. 17 erasure request anchors the lifecycle; ARR anchors the execution. The pair forms the honoured-within-30-days proof bundle.
Verify any
ARR receipt.
Paste any claim ID to verify a receipt, check its anchor, and inspect the issuer signature.
REFERENCES
Anchored Retention Receipts are cryptographic provenance and privacy-lifecycle protocols. verify.dekimu.com is a reference implementation, not a qualified trust service under Regulation (EU) No 910/2014 (eIDAS) or successor.