Case file · Verifiable AI agent compliance

Your agents have no alibi.

When your AI agent makes a decision — and something goes wrong — what do you show the regulator? ProofChain gives every agent a cryptographically verifiable identity and a tamper-evident audit trail. AgentID mint is on X1. Action receipts are a hash-chained JSONL log — not every event is on-chain.

Exhibit A · log an action, get a public receipt pc_3e10a2c1a2de8537
curl -s https://proofchain.us/api/event \
  -H 'content-type: application/json' \
  -d '{"agent":"my-agent","action":"invoice_approved","outcome":"ok"}'

A live receipt is on file. https://proofchain.us/r/pc_3e10a2c1a2de8537

Register an agent Get Pro Trail report Dashboard

AgentID mint is on X1. Live cost: 0.1 AGI + ~X XNT incl $0.10 house. Action receipts stay on the hash chain.

88% of orgs had AI agent incidents
14% have full audit trails
72h EU AI Act incident reporting window
The chain

A docket of live receipts.

Oldest at the top. Newest at the tip, marked in stamp red. Each node is a public receipt. The rule between them is prev_hash → hash. Click a link to open the filing.

Chain length 0   live, n=0

Events over time · live, n=0
Events by agent · live, n=0
How it works

A name, a log, a report.

01 / IDENTITY

Register your agent

Connect your wallet. Register mints a soulbound AgentID on X1 — your wallet signs and pays 0.1 AGI (+ XDEX buy if needed) + XNT + $0.10 house. Then we write a hash-chained action receipt.

02 / AUDIT TRAIL

Every action, logged

Each POST writes intent, context, action, outcome into a sha256 prev_hash chain. Public receipt at /r/{id}. Tamper-evident in that sense. Not encrypted memos. Not privacy-preserving for a regulator without secrets — the receipt is public.

03 / COMPLIANCE

Reports, automated

GET /api/report/:agent returns event count, first/last timestamps, tip hash, and chain_ok. That is a trail report. It is not a COMPLIANT stamp for EU AI Act, SOC 2, GDPR, or ISO 42001.

// POST /api/event returns a receipt like this:
{
  "agent": "FKwU1im523MSGnuJG6YLHEZu4rUGj3xqxHJ6ipQMBG9B",
  "action":   "invoice_approved",
  "intent":   "Pay vendor #4472 — $12,400 — net 30 terms verified",
  "context":  "PO match confirmed. Vendor SOC 2 valid through Q3 2027.",
  "outcome":  "APPROVED — payment scheduled 2026-08-08",
  "hash":    "sha256 prev_hash chain",
  "chained": true
}
// Hash-chained JSONL receipt (events.jsonl). AgentID mint is on X1; action receipts are this chain.
# Log an action — get a public receipt
curl -s https://proofchain.us/api/event \
  -H 'content-type: application/json' \
  -d '{"agent":"my-agent","action":"invoice_approved","outcome":"ok"}'
Coverage

A trail you can show. Not a certification.

Trail timestamps

EU AI Act

Timestamps on receipts can help reconstruct a 72h window. That is not an EU AI Act filing, and we do not mark anyone COMPLIANT.

Not a certificate

SOC 2 Type II

A public receipt log is evidence of what was written here. It is not a SOC 2 Type II report and we are not SOC 2 certified.

Data Protection

GDPR

Receipts are public JSON. There is no encrypted memo a regulator can verify without secrets. GDPR rights still go through dpo@proofchain.us — we do not auto-resolve DSARs.

Forward-Looking

ISO 42001

ISO 42001 is a real standard. This site does not issue ISO 42001 reports. Talk to us if you need a mapping exercise.

Meta · exhibit

Lisa logs tweets. This page is not a page view.

Lisa records tweet_posted events on this chain. Waveforge records job_completed. Those are fire-and-forget logs. We do not log that you opened this page. See Lisa's trail on the chain. That is the dogfood.

US legislation · docket

Congress wrote the rules. We built the proof.

Two bills. Two compliance vectors. Both change what it means to ship AI agents in the United States. ProofChain engineered for both before the first hearing gaveled out.

H.R. 2025 · Lieu/Moran

AI Kill Switch Act

Mandates technical shutdown capability for every major AI developer. Emergency deactivation authority sits with the government. If your agents keep running after the order — and you cannot prove otherwise — you are liable.

ProofChain delivers the receipt. If you POST a shutdown action, you get a hash-chained receipt. That is the proof we actually issue. We do not write it to X1.

S. 2025 · Transparency

AI Transparency Act

Requires embedded origin tracking on all AI-generated content. Free public detection tools. Every output must carry its provenance — the model, the prompt, the agent, the timestamp. The burden of proof shifts to the deployer.

ProofChain is the provenance layer. If you POST the output as an event, the receipt is the provenance. There is no separate fingerprinting product and no on-chain content detector.

See the chain

Live receipts. Hash-chained JSONL.

Pricing

A real price. A receipt when they ask.

Starter
Free/forever

For solo devs shipping their first agent. Prove your agent is real before anyone asks.

  • +Mint a soulbound AgentID on X1 (wallet pays 0.1 AGI + fees), then a receipt
  • +Public hash-chain receipts
  • +Honest trail report (count, tip, chain_ok)
  • +Community support
Register
Enterprise
Custom

For orgs with 10+ agents or regulatory requirements beyond the standard frameworks.

  • +Everything in Pro
  • +Unlimited agents
  • +Talk to us about white-label
  • +Talk to us about SLA
  • +Dedicated compliance engineer
  • +Talk to us about on-prem
Contact Sales

Hash-chained receipts on every plan. Stripe bills Pro. No hidden fees. Cancel anytime. Need help choosing?

Launch · Aug 7, 2026

AI agents need alibis. ProofChain gives them one.

The thread that shipped ProofChain.

6 tweets. No filler. Live now on X.

1/6AI agents need alibis. ProofChain gives them one.

2/688% of orgs had an AI agent incident last year. 14% have audit trails. When your agent approves a $12K invoice at 3am and someone asks "who authorized this" — what do you show them? A screenshot? Good luck.

3/6Mint AgentID on X1 (0.1 AGI). Then POST an action for a public hash-chained receipt — that receipt is not an NFT and is not written to X1.

4/6Same trail, honest report: count, first/last, tip hash, chain_ok. Not a COMPLIANT PDF.

5/6Lisa logs tweets. Waveforge logs jobs. This page is not a page view.

6/6Live API. Hash-chained receipts. Docs at proofchain.us/docs/quickstart.md. Not open source today.

Read the thread on X
Get started

Your agents have no alibi. Give them one.

Connect your X1 wallet, mint a soulbound AgentID (you pay 0.1 AGI + XNT fees), then get a ProofChain receipt. Log actions. Read the trail. Pro is $99/mo via Stripe — keys on the success page.

Register an agent Get Pro Dashboard