EU AI Act full enforcement in · Now accepting early access requests
NOW IN PRIVATE BETA

When regulators ask
for proof, you'll have it

Tamper-proof audit trails for every AI decision. Compliant with EU AI Act — and 12 more frameworks. One import. One function call. Evidence anyone can verify offline.

Generous free tier · No credit card required · Open standards, zero lock-in

< 50ms
Added latency
3
Open standards
5 min
To first receipt
13
Regulatory presets
Built for teams using
EU AI Act Full Enforcement --
US regulations active now — see coverage →

See it in action

Run an AI decision and watch Veratum generate a cryptographic receipt in real time.

loan_decision.py Python
1import veratum 2 3# Wrap your existing LLM client 4client = veratum.wrap(openai_client) 5 6# Every call is now audited automatically 7response = client.create( 8 model="gpt-4", 9 messages=[{ 10 "role": "user", 11 "content": "Evaluate loan application #4827" 12 }] 13) 14 15# receipt = response.veratum_receipt 16# Hash chain + timestamp + credential 17# Verifiable offline. Zero config needed.
receipt_output
Click "Run Decision" to generate
a cryptographic receipt
Receipts generated this session: 0

Three steps to compliance

No new databases. No infrastructure changes. One import, one function call, and every AI decision is covered.

01

Wrap your AI call

Add two lines of code. Veratum intercepts every LLM call, captures the input, output, model, and metadata. PII is detected and redacted before anything leaves your infrastructure.

02
🔗

Evidence is created

Each decision gets a cryptographic receipt: tamper-proof, independently timestamped, and verifiable by anyone. The receipt is added to an append-only transparency log that no one can alter.

03

Prove it on demand

When an auditor asks for proof, export your receipts. Each one is independently verifiable — no Veratum servers needed. Cryptographic proofs confirm nothing was deleted or modified.

Auditor-Ready Output

This is what your auditor sees

A cryptographically signed compliance report — generated in seconds, verifiable forever.

veratum-compliance-report-2026-04.pdf
Veratum Compliance Report
Cryptographic Audit Trail · AI Decision Accountability
VERIFIED ✓
Subject: Lending AI Model v3.2
Period: Jan 1 – Mar 31, 2026
Decisions Audited: 12,847
Cryptographic Verification Summary
PASSED SHA-256 hash chain integrity
PASSED Merkle tree inclusion proofs (12,847 / 12,847)
PASSED Qualified timestamps (eIDAS Art. 41)
PASSED W3C Verifiable Credential signatures
PASSED Transparency log consistency proofs
PASSED Witness cosigning verification
Chain-of-Custody Evidence
Tree Head : sha256:a3f8c1...e92b04 Tree Size : 12,847 entries Root Hash : sha256:7d2f91...c84a17 Signed by : veratum-witness-01, veratum-witness-02 Timestamp : 2026-03-31T23:59:59Z (RFC 3161)
Legal Note: This report constitutes a cryptographic proof of record under eIDAS Article 41 and satisfies audit trail requirements under EU AI Act Article 12, CFPB 1002.12, and Colorado SB 21-169. All evidence is independently verifiable without Veratum infrastructure.
Download Full Sample Report ↓ Get Your First Report Free →

Your compliance dashboard

Every AI decision, accounted for.

app.veratum.ai/dashboard
Decision ID Model Timestamp Chain Hash Status
recv_1h7x8q2n gpt-4-turbo 2026-04-04 14:32:15 UTC a3f7b2c1e9d4f8 ✓ Verified
recv_2k9m1p5r claude-sonnet-4 2026-04-04 14:28:42 UTC f8e2c5a9d1b3g6 ✓ Verified
recv_3w4t6v2x gpt-4-turbo 2026-04-04 14:25:08 UTC c7g4e1f9h2k5d8 ✓ Verified
recv_4j2l8q3s claude-opus-4 2026-04-04 14:21:55 UTC d9h3f1e7c2b5a4 ✓ Verified
recv_5n6o9p2m gpt-4-turbo 2026-04-04 14:18:22 UTC b2f5g8h1d4e7c9 ✓ Verified

Receipt Detail: recv_1h7x8q2n

Receipt ID
recv_1h7x8q2n
Chain Hash
sha256:a3f7b2c1e9d4f8a9c2e5d7f1b3
Timestamp
2026-04-04 14:32:15 UTC
Credential
vc:did:veratum:ae9c3f2d
Jurisdiction
EU AI Act (Article 12)
Audit Level
FULL (timestamps + VC)

Built for teams of every size

Start with a generous free tier. Scale as your compliance needs grow.

Free
$0
forever · no credit card
  • 10,000 receipts / month
  • Full verification pipeline
  • 3 regulatory presets
  • 30-day data retention
  • 3 projects
  • Offline verification included
  • Community support
Get Started Free
Team
Custom
tailored to your volume
  • 250,000+ receipts / month
  • Everything in Pro
  • Witness cosigning
  • Extended data retention
  • SSO / SAML
  • Custom regulatory presets
  • Dedicated support
Talk to Us
Enterprise
Custom
for large-scale deployments
  • Unlimited receipts
  • On-prem / VPC deployment
  • Unlimited data retention
  • Dedicated customer success
  • SLA + BAA + DPA
  • Audit-ready compliance reports
  • Custom integrations
  • Phone + Slack support
Talk to Sales

Cryptographic proof is a different category. Governance platforms help you write policies. Observability tools help you monitor models. Veratum gives you tamper-proof, independently verifiable evidence that holds up in court — and it works alongside your existing stack.

Logging records what happened.
Veratum proves it.

Here is what changes when you add Veratum to your stack.

Without Veratum

Logs can be edited or deleted after the fact
No proof of when a decision was actually made
Auditors have to trust your word
Evidence depends on your infrastructure staying up
Building compliance in-house takes months
No standard format across jurisdictions

With Veratum

Append-only hash chain detects any tampering
Qualified timestamps from a trusted third-party authority
Every receipt is independently verifiable offline
Evidence exists even if Veratum goes down
Two lines of code to start capturing evidence
Pre-configured presets for EU and US regulations

Regulatory coverage

European Union

  • EU AI Act (Article 12) AUG 2026
  • GDPR (Article 22) ACTIVE
  • eIDAS Regulation ACTIVE
  • Digital Markets Act ACTIVE

United States

  • NYC Local Law 144 ACTIVE
  • Colorado SB24-205 ACTIVE
  • EEOC AI Guidance ACTIVE
  • CFPB / ECOA ACTIVE
  • Illinois AIVA ACTIVE
  • Texas RAIGA ACTIVE
  • FINRA Rules ACTIVE
  • NAIC Model Act ACTIVE
  • SEC Proposed Rules PENDING

Hiring

EEOC · NYC LL144 · EU AI Act

Lending

CFPB · ECOA · Colorado

Healthcare

HIPAA · GDPR Art. 22 · MDR

Insurance

NAIC · State Regulators

Finance

FINRA · SEC · MiFID II

Custom

Your jurisdictions · Your rules

Add Veratum in five minutes

One import. One function call. Works with any LLM provider. Your existing code stays exactly the same.

app.py
# Your existing code from openai import OpenAI client = OpenAI() # Add Veratum: just these two lines ↓ import veratum client = veratum.wrap(client) # wraps in-place # Everything below is YOUR existing code — unchanged response = client.chat.completions.create( model="gpt-4", messages=[{"role": "user", "content": "Evaluate loan #4827"}] ) # receipt = response.veratum_receipt # → hash chain + qualified timestamp + verifiable credential # → PII redacted automatically. Verifiable offline.
// Your existing code import OpenAI from "openai"; let client = new OpenAI(); // Add Veratum: just these two lines ↓ import { wrap } from "veratum"; client = wrap(client); // wraps in-place // Everything below is YOUR existing code — unchanged const response = await client.chat.completions.create({ model: "gpt-4", messages: [{ role: "user", content: "Evaluate loan #4827" }] }); // receipt = response.veratum_receipt // → hash chain + qualified timestamp + verifiable credential // → PII redacted automatically. Verifiable offline.

Open-source verification

Our verification tools are open source and MIT-licensed. Verify any Veratum receipt offline, without our servers, without trusting us. Zero external dependencies.

MIT License Zero dependencies Offline verification CLI included
$ pip install veratum-verify $ veratum-verify receipt.json ✓ Hash chain valid ✓ Timestamp verified ✓ Credential valid ✓ Inclusion proof OK

Frequently asked questions

Is Veratum a replacement for our existing logging?

No. Veratum adds a cryptographic evidence layer on top of your existing stack. Your logs stay in your logging system. Veratum creates receipts with hash chains, timestamps, and verifiable credentials so you can demonstrate to auditors that your records have not been modified.

What happens if Veratum goes down?

Your AI keeps running. The SDK buffers receipts locally with a write-ahead log and syncs when connectivity returns. Every receipt can be verified offline without our servers. Our service is designed to be helpful but never a single point of failure.

Is this legally admissible?

Veratum uses open standards designed for evidentiary use: qualified timestamps (which carry legal presumption under eIDAS Article 41 in the EU) and W3C Verifiable Credentials. However, Veratum is infrastructure, not legal advice. Whether evidence meets a specific court's or regulator's standard depends on your jurisdiction and use case. We recommend consulting legal counsel.

How is this different from blockchain?

Blockchains are designed for public consensus — they are slow, expensive, and expose data. Veratum gives you the same tamper-proof guarantees using proven cryptographic techniques, but keeps your data private, runs at API speed, and does not require public validation. Same trust guarantees, none of the overhead.

Can I self-host?

Enterprise plans include on-prem and VPC deployment options. Receipts use open standards, so you can always verify them independently — with or without Veratum infrastructure.

What if I exceed my receipt limit?

You are never cut off. We offer flexible overage handling so there are no surprises and no sudden service interruptions. Scale at your own pace.

Why we built Veratum

From our team

We saw the same gap everywhere: companies shipping AI fast but having zero infrastructure to prove those decisions were compliant. Regulators are catching up. The EU AI Act has a deadline. US states are already enforcing. And most teams still have nothing to show when someone asks for the audit trail.

Veratum is the layer that fixes that — cryptographic evidence for every AI decision, built on open standards, designed so you never have to choose between moving fast and being ready for regulation.

Request early access

Tell us what you are building. We will get you set up with a free developer account.

Why teams choose Veratum

Two-line integration

Wrap any LLM call. No infrastructure changes. No new databases to manage.

🔒

Privacy by design

PII never leaves your infrastructure. Client-side redaction with cryptographic commitments.

⚖️

Built on open standards

Industry-standard cryptography, verifiable credentials, and qualified timestamps. Every receipt verifies offline.

🌐

13 regulatory presets

Pre-configured for EU AI Act, GDPR, NYC LL144, EEOC, CFPB, and more. Custom presets available.

Verify any receipt. Right now.

Paste a receipt hash to verify it exists in a Veratum chain. No login needed — verification is public by design.