A complete technical reference for the AI Act 50 certification protocol. Each layer maps to a specific requirement in the EU AI Office Code of Practice. Built on C2PA 2.1.
Every AI Act 50 certification applies all four layers in a single API call. Each layer is independently verifiable. No layer depends on trusting AI Act 50 as an operator.
Every layer maps to a specific requirement in the EU AI Office Code of Practice. The first three exist in other tools. Only AI Act 50 connects all four.
# Certify AI output — all 4 layers in one call cert = client.certify( content=ai_output, content_type="text/html", ai_system="claude-sonnet-4-5", classification="fully_ai_generated", metadata={"deployer": "agency", "client": "Corp"} ) # Returns: cert.verify_url · cert.tx_hash · cert.c2pa_manifest
# Any regulator, auditor, or client — no API key needed GET https://api.vottun.com/v1/verify/0x7f3a... # Returns: 4-layer compliance report · C2PA credential · blockchain proof
AI Act 50 is the only certification protocol designed natively for autonomous AI agents. Using the x402 protocol and the MCP Server, any agent can certify its output without an API key, without pre-registration, and without human approval — the wallet is the identity.
The AI Act 50 MCP Server exposes certification as a tool that any MCP-compatible agent — Claude, GPT, or custom models — can call directly. The agent calls certify() as part of its workflow, just like any other tool.
The x402 protocol (Cloudflare + Coinbase) enables agents to pay for certification autonomously. The agent receives an HTTP 402 response with USDC payment instructions, pays from its Base L2 wallet, and retries — all in under 4 seconds, with no human involved.
The agent's Base L2 wallet address is its cryptographic identity. No certificate authority, no account creation, no API key. Any agent with a wallet can certify any output — immediately, at any scale.
Open source SDK. 20-minute integration. Free on testnet.