What you need
An anchored record comes with an anchor receipt (a small JSON sidecar) that tells you where the fingerprint lives on the ledger. This example is synthetic. It shows the shape of an anchor receipt, not a real call or customer record.Verify it yourself
Compute the record's fingerprint
Run SHA-256 over the exact signed record file you downloaded (This is the same fingerprint Klariqo anchored. Nothing Klariqo-specific is involved.
.vcon.json), byte for byte. Do not pretty-print, re-save, or reformat the JSON before hashing.Open the public ledger entry
Open the
mirror_url from the anchor receipt in any browser, or read it on the Hedera explorer. No account and no Klariqo login are required. The entry is served by Hedera, not by Klariqo.Decode and compare
In the mirror node response, copy the Confirm that this value matches the fingerprint you computed in step 1. The mirror response also includes the consensus timestamp for the ledger entry.
message value. It is base64-encoded. Decode it, then read the vcon_sha256 field in the decoded JSON.What this proves
| Check | What it tells you |
|---|---|
| Fingerprint matches the ledger entry | This exact record, unchanged, was registered on the public ledger. |
| Consensus timestamp | The record existed no later than that moment according to Hedera consensus time. |
| Entry is served by Hedera, not Klariqo | The proof does not depend on trusting Klariqo. |
Verify a vCon
Check the signature and tamper-evidence of a record.
Third-party witnessing
See how an independent witness records that a signed record existed.