Verify compliance evidence without contacting the vendor, installing software, or exposing sensitive data. Everything runs in your browser.
This demo anchor is pre-loaded. Click Verify Anchor below to see verification in action. Then change any number and verify again to see the tamper detection.
When an organization monitors a compliance control (like "are security guardrails active?" or "is the password policy enforced?"), the SWT3 protocol records three numbers as evidence:
These numbers, plus the control identifier and a timestamp, are combined into a SHA-256 hash to produce a unique 12-character fingerprint. That fingerprint is locked inside the anchor token. If anyone changes even a single number after the fact, the fingerprint will not match. That is the tamper-proof guarantee.
Every anchor follows this format. Here is what each segment means:
Enter the anchor token and the evidence factors. This page recomputes the fingerprint locally and compares it.
The control that was checked (e.g. AC-2.1, AI-INF.1)
The organization's environment identifier
What the rule requires
What was measured
Extra detail (often 0)
Exact millisecond when the evidence was recorded
Change any single factor above (even by 1) and click Verify again.
Watch the result flip from green to red. That is the immutability guarantee.
If any value was altered after the anchor was minted, the math catches it. Every time.
If you received a verification bundle from an Axiom export or ledger entry, paste it here. One paste, one click.
Paste a JSON array of verification bundles. Every anchor is verified locally. Results are summarized instantly.
SHA256("WITNESS:" + tenant + ":" + procedure + ":" + A + ":" + B + ":" + C + ":" + timestamp_ms)[0:12]
The same formula is implemented identically in Python, TypeScript, Rust, C#, and Ruby. Any party can independently verify any anchor using standard SHA-256. No proprietary tools or vendor access required.
Want to automate this for your entire organization?
Book a Demo