ANCHORED DELEGATION RECEIPTS
Records that a principal delegated a bounded authority to an agent — controller-to-processor instructions, AI deployer mandates, EUDI Wallet powers of representation, and DSA legal-representative chains. Scope-subset enforcement: each delegation verifies it is within the parent's scope.
WIRE TYPES
ar.delegation.v1 (delegation.granted)
Records the grant of a bounded authority — the scope, conditions, expiry, and whether the delegation is itself delegable (sub-delegation tree). Chain head for the authority lifecycle.
ar.delegation.v1 (delegation.revoked)
Records revocation of a previously granted delegation. Cascading — revoking a parent grant revokes all descendants in the sub-delegation tree. Terminal event.
ar.delegation.v1 (delegation.suspended)
Records temporary suspension of a delegation. Reversible — the suspended_until field declares the expected resumption. No Status List flip (suspension is not revocation).
ar.delegation.v1 (delegation.reinstated)
Records reinstatement of a previously suspended delegation.
ar.delegation.v1 (delegation.scope_amended)
Records a narrowing of the delegation scope. The predecessor's Status List bit flips to revoked (the narrowed grant supersedes the original).
ar.delegation.v1 (delegation.expired)
Records natural expiry of a delegation. The verifier checks expiry against the original grant's validity window.
WHAT IT PROVES
WHAT IT DOESN'T PROVE
COMPOSES WITH
ADR receipts reference other family members via body-level composition pointers — verifier-coordinated, not signature-mandated.
Processor-to-sub-processor transfers may reference an ADR grant for the upstream authority.
Joint controller essence events may reference ADR grants for each controller in the arrangement.
Verify any
ADR receipt.
Paste any claim ID to verify a receipt, check its anchor, and inspect the issuer signature.
REFERENCES
Anchored Delegation 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.