Verification and Proof
Verification Portal
Locally verify SovereignAuditRecord (SAR) hash chains and RFC 3161 timestamps without sending data to our servers.
SovereignAuditRecord (SAR) Verifier
The ABS Core engine produces cryptographic proof of every AI agent decision in the form of a JSON SovereignAuditRecord.
You can use the offline verifier below to independently validate the Ed25519 signature, the SHA-256 hash continuity, and the RFC 3161 timestamp (if present) for any SAR file.
Drag & Drop SAR Verification
Your JSON file is parsed and validated entirely in your browser. No data leaves your machine.
Drop a SovereignAuditRecord JSON here
or click to select file
Technical Details
The verification portal validates the following components of the SAR v4.1.0 schema:
- Schema Check: Validates that
version,payload, andsignaturesobjects exist. - Ed25519 Signature: Parses the public key and signature buffer from
signatures.ed25519to authenticate the agent. - Hash continuity: Checks the integrity of
previous_block_hashinsidepayload.contextagainst the ledger. - Goverance Policy Result: Extracts the exact AST decision (
payload.decision.authorization).