Skip to content

Receipt Verification

VaultCrux receipts are signed evidence records that allow independent replay and audit of retrieval/proof outcomes.

What a receipt proves

  • Which tenant-scoped request produced the result.
  • Which evidence/chunk lineage supported the outcome.
  • Which service/version context produced the response.
  • That payload integrity has not changed since signing.

Verification workflow

  1. Capture the receipt ID from your API or tool response.
  2. Fetch the receipt/proofpack payload from the published endpoint for that flow.
  3. Validate signature/integrity fields against the payload body.
  4. Compare referenced chunks/artifacts to your expected corpus context.
  5. Store the verification result in your audit log.

API surfaces

  • Receipt-bearing responses are exposed by retrieval/proof workflows.
  • Proofpack retrieval route: GET /v1/proof/receipts/:receiptId/proofpack
  • Canonical contract reference: OpenAPI JSON
  • Treat receipt validation as a required step for high-risk or externally shared outputs.
  • Archive original receipt payloads with immutable timestamps.
  • Alert on signature mismatch, missing referenced artifacts, or lineage drift.

Common failure states

  • Receipt missing: response path did not produce a receipt-eligible action.
  • Signature mismatch: payload changed after issuance or signature validation key mismatch.
  • Stale lineage: receipt is valid but source evidence has since drifted.

Copyright 2026 CueCrux