One API call → immutable blockchain record. Give regulated clients the compliance proof they need. Let AI agents self-certify via x402 + USDC.
If your agency generates AI content for banking, pharma, insurance, or legal clients — compliance isn't a feature. It's a contract requirement.
From August 2026, every AI-generated output must be machine-readable marked. No exceptions for agencies.
Banking & pharma compliance officers need documented, verifiable proof of content origin for every campaign.
Centralized logs require trust in the operator. Regulators need independent, third-party verification.
Autonomous agents generating content 24/7 need cryptographic AI compliance — no human in the loop.
Integrate in 20 minutes. Certify every piece of AI content. Hand clients a verification link they can forward to auditors.
Hash + metadata → immutable Base L2 record + C2PA Content Credential. Returns certificate ID and public verify URL.
Public endpoint. No API key. No account. Anyone — regulators, auditors, clients — can verify any certificate independently.
Enterprise dashboard. All certs, compliance reports, content type breakdown. Exportable PDF/CSV. GRC webhook integration.
import vottun_ai_compliance client = vottun_ai_compliance.Client("vt_live_...") # Certify AI-generated marketing copy for regulated client cert = client.certify( content=blog_post_html, content_type="text/html", ai_system="claude-sonnet-4-5", classification="fully_ai_generated", # EU AI Act content type metadata={ "client": "Pharma Corp", "campaign": "Q1 Product Launch", "deployer": "agency-name" } ) print(cert.verify_url) # → https://verify.vottun.com/c/0x7f3a... print(cert.tx_hash) # → Base L2 transaction hash print(cert.c2pa_manifest) # → C2PA Content Credential JSON
Every feature maps to a regulatory requirement. Banking, pharma, insurance — we speak their language.
SHA-256 hash on Base L2. No one can alter or delete. Independent third-party verification built-in.
ImmutableFull C2PA 2.1 standard. Same format used by Adobe, Google, Microsoft, Sony cameras. Industry-standard AI compliance.
StandardPublic endpoint. No API key, no account. Regulators verify independently. No trust in Vottun required.
OpenExportable compliance reports. Content type breakdown. Verification failure log. GRC tool integration via webhooks.
EnterpriseMachine-readable marking. AI compliance chain tracking. Content type classification. Deployer disclosure records.
Aug 2026Creator identities pseudonymized on-chain. Full identity off-chain under access control. Privacy by design.
PrivacyAI agents with a USDC wallet certify content autonomously. HTTP 402 → payment → certificate. No humans. No API keys. Wallet is identity.
The x402 protocol (Cloudflare + Coinbase) enables machine-to-machine HTTP payments. Your AI agent generates content, calls the certification endpoint, pays €0.01–0.02 USDC from its wallet on Base L2, and receives an immutable AI compliance record — all in under 4 seconds.
# AI agent self-certifies via x402 response = requests.post( "https://api.vottun.com/v1/certify", headers={ "X-402-Payment": usdc_proof, "X-Agent-Wallet": "0x..." }, json={ "content_hash": sha256, "ai_system": "agent-v2", "classification": "fully_ai_generated" } ) # No API key — wallet IS the identity
HTTP 402 with USDC payment instructions.Pay per certification. No seats. No tiers. Start free, scale to millions.
x402: AI agents pay €0.01–0.02 USDC per cert. No API key needed. Wallet = identity.
Free tier. No credit card. 20-minute integration. Be compliant before August 2026.