Independent Verification

Verify Trust Receipts

Verify any SONATE trust receipt independently in your browser. Validate the Ed25519 signature, receipt hash, and chain integrity locally, then inspect the constitutional score and kernel outcome carried by the receipt.

Ed25519 Signed
Cryptographic Integrity
Hash Chain Verified
Independent Audit
Ed25519 Signed
SHA-256 Chained
Publicly Verifiable
Immutable Records
SONATE Public Key (Ed25519)
741f8d7fe0400962...858883dd3dfc3351

Verification runs locally in your browser. No receipt data is sent to the backend.

How to Verify

1

Get Receipt

Export a trust receipt from the SONATE platform or receive it from a trusted party.

2

Paste JSON

Paste the complete receipt JSON in the form above. Include all fields.

3

Verify

Click verify to check the signature against our public key and validate integrity.

Developer SDK

Integrate This in Your App

Generate with @sonate/trust-receipts and verify with @sonate/verify-sdk.

npm install @sonate/trust-receipts @sonate/verify-sdk