Anyone holding a receipt can confirm it was issued by EdgeRecord and has not been altered — no special tooling required beyond standard cryptographic libraries.

Three ways to verify

  1. Web — paste the receipt into the home page demo on EdgeRecord.
  2. API — send it to POST /v1/verify via API & Agents.
  3. CLI — run edgerecord verify ./receipt.json with the CLI.

What verification proves

  • The receipt was signed by an EdgeRecord key.
  • The hash chain to the ledger anchor is intact.
  • The timestamp is within an acceptable skew.

What verification does not prove

EdgeRecord proves that something was recorded. It does not certify whether the underlying claim is correct. Pair receipts with your own domain controls.

Continue