ANCHORED GROUNDING RECEIPTS
A signed, anchored receipt that the claims in a generated answer were bound to specific spans of named source documents, with a reproducible binding-integrity check and a method-attributed support score. Each citation hash-commits to the exact source span it points at, so anyone holding the sources can re-verify that cited claims resolve to real text. It records citation-binding provenance, never a guarantee that the answer is true.
WIRE TYPES
ar.grounding.v1 (grounding.rag)
Single canonical wire type for RAG answers. Commits to the full answer (SHA-256), lists each named source by id and document hash, each claim by id and commitment, and each citation with its source span offsets, a SHA-256 commit of that span, a support level (supported / partial / unsupported) and a score from a named scorer method. Carries deterministic coverage (fraction of claims cited) and grounded_count, scored at a UTC time.
WHAT IT PROVES
WHAT IT DOESN'T PROVE
COMPOSES WITH
AGrR receipts reference other family members via body-level composition pointers — verifier-coordinated, not signature-mandated.
Both record output-side provenance for a generated answer: AQR scores it against an eval suite, AGrR binds its claims to sources — quality provenance and grounding provenance for the same output.
Deliberately distinct: AER carries EU AI Act accuracy and transparency attestations at the system level; AGrR carries per-answer citation binding. Neither family carries the other's claims.
Verify any
AGrR receipt.
Paste any claim ID to verify a receipt, check its anchor, and inspect the issuer signature.
REFERENCES
Anchored Grounding 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.