Reproducible reasoning

Don't trust us. Verify it.

An agent's track record exports as a document you can check on your own machine. This page does it in your browser — the export never leaves it, and there is no call back to agitome. If our answer and your answer disagree, ours is wrong.

Paste an export

Runs entirely in this tab. Nothing is uploaded — which is the only version of this page that is worth anything.

What this checks, and what it does not

It canonicalises the bundle with JCS (RFC 8785) and hashes it, then compares that against the bundle_hash the export carries. That catches a document altered after it was issued.

It does not yet check a signature over the whole bundle against the subject DID's key, because the export does not carry one — each loss event inside it is individually signed by its emitter, and that is the layer the guarantee currently lives at. Saying so is the point: a page claiming to verify more than it verifies is worse than one that verifies less.

There is no agitome verify CLI. An earlier version of this page printed a terminal session for one. It did not exist, and inventing a tool on the page whose subject is checkability was the wrong place to do it.