ANCHORED AGENT-TRACE RECEIPTS
A signed, anchored receipt for how an agent run executed — the named pipeline stages it passed through, in order, each with a duration and status, the outcome it reached, and a commitment to the full detailed trace. The body carries only the non-PII execution skeleton in plaintext; anything data-bearing stays behind a salted commit. It records execution provenance, never verified behaviour.
WIRE TYPES
ar.trace.v1 (agent.trace)
Single canonical wire type, one receipt per agent run. Records the ordered pipeline stages (each a fixed plaintext label like validate / oversight / execute, with a duration in ms and status of ok / error / skipped), the terminal outcome (ok / error / denied / checkpoint), total elapsed time, and a salted SHA-256 commit over the full detailed trace. Joins to the run's other receipts by request_id_commit.
WHAT IT PROVES
WHAT IT DOESN'T PROVE
COMPOSES WITH
AgTR receipts reference other family members via body-level composition pointers — verifier-coordinated, not signature-mandated.
Same run, two receipts joined by request_id_commit: the AActR records what authority the agent consumed, the AgTR records how the run executed stage by stage.
An AQR for a run's output and an AgTR for that run share the same request_id_commit — output quality and execution path cross-referenced to one agent run.
Verify any
AgTR receipt.
Paste any claim ID to verify a receipt, check its anchor, and inspect the issuer signature.
REFERENCES
Anchored Agent-Trace 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.