EU AI Act Compliant · 6 Networks Live · ERC-8004

Every AI Agent
Needs a Witness.

Immutable on-chain audit trails for autonomous AI agents.
EU AI Act compliant across 6 blockchain networks.
Know Your Agent — before it acts on your behalf.

Art. 50 · Transparency
Aug 2, 2026
MiCA Enforcement
Jul 1, 2026
Annex III High-Risk
Dec 2, 2027
Open Dashboard View on GitHub Get Free Pilot →
13:42:07 TRANSFER_APPROVED 0x3f8a...c291
13:42:11 RISK_SCORE_HIGH 0x7d1b...f044
13:42:19 ZK_PROOF_VERIFIED 0xa92c...3e17
13:42:33 AUDIT_LOG_WRITTEN 0x55fe...09ab
13:42:41 COMPLIANCE_VERIFIED 0xc7d9...881f
Mantle
Live
Base
Live
Arbitrum One
Live
Optimism
Live
Polygon
Live
Robinhood Testnet
Testnet
// Why AgentAudit AI

Audit logs that can't be altered.

Off-chain logs can be modified. Databases can be wiped. On-chain logs are permanent by design — across 6 networks simultaneously.

🔗

Immutable Storage

Every action written to the blockchain. No admin key. No delete function. No exceptions. 6 networks, one SDK.

🔐

ZK-Proof Layer

ZKAuditProof.sol — prove compliance without revealing sensitive data. 169 tests passing. Regulator-ready.

🇪🇺

EU AI Act Native

Satisfies Articles 9, 11, 12, 13, 14, 19, 26, 72, 73. Legal co-founder with EU AI Act expertise.

🤖

ERC-8004 Standard

Full implementation of Trustless Agents standard. Only EU AI Act-aware ERC-8004 reference implementation.

📋

Auto-Generated Reports

EUAIActReporter.sol generates audit-ready compliance reports automatically. 127 tests passing.

MCP Server + SDK

4 on-chain tools via MCP protocol. TypeScript SDK with ElizaOS + LangChain integrations.

// Compliance Coverage

Built article by article.

Every EU AI Act requirement mapped to a specific on-chain contract. Not a checkbox — an immutable evidence layer.

Article Requirement AgentAudit Contract
Art. 9LIVE Risk management system AuditVault + Risk Scoring HIGH/MEDIUM/LOW
Art. 11LIVE Technical documentation (AIBOM) AIBOMRegistry.sol — CycloneDX 1.6 schema
Art. 12LIVE Record-keeping for high-risk AI systems AuditVault — immutable on-chain log per action
Art. 13LIVE Transparency and information to users Every action timestamped, publicly readable on-chain
Art. 14LIVE Human oversight Dashboard + on-chain override mechanisms
Art. 19LIVE Logging requirements Automatic per-action logging via AuditVault
Art. 26LIVE Obligations for deployers AgentRegistration + KYA fields enforced on-chain
Art. 50LIVE AI content transparency Decision Provenance + on-chain logs
Art. 72LIVE Post-market monitoring PostMarketMonitor.sol — continuous activity log
Art. 73LIVE Incident reporting (15/10/2 day timelines) IncidentRegistry.sol — automated reporting
// Integrations

Plug in. Stay compliant.

Drop-in integrations for the most popular AI agent frameworks. One SDK, any chain, any runtime.

🦄
ElizaOS Plugin
Live

Native @elizaos/plugin-agentaudit — automatic EU AI Act logging for every ElizaOS agent action. Zero config.

import agentAuditPlugin from '@elizaos/plugin-agentaudit';
character.plugins.push(agentAuditPlugin);
🔗
LangChain Handler
Live

Callback handler for LangChain agents. Every LLM call, tool use, and chain step logged on-chain automatically.

const chain = new AgentExecutor({
  callbacks: [new AgentAuditHandler()]
});
🖥️
MCP Server
Live

4 on-chain tools via Model Context Protocol. Works with Claude, Cursor, and any MCP-compatible runtime.

npx @agentauditai/mcp-server
# tools: logAction, getAuditLog,
# verifyProof, getReport
📦
TypeScript SDK
Live

@agentauditai/sdk — universal SDK for any TypeScript agent. Supports all 5 networks. Two lines to start logging.

npm install @agentauditai/sdk
const audit = new AgentAudit({ network: 'base' });
await audit.log({ action: 'TRANSFER' });
// Quick Start

Two lines to compliance.

Open-source core. Drop into any AI agent runtime in minutes.

// Install
npm install @agentauditai/sdk

// Initialize — pick any of 5 networks
import { AgentAudit } from '@agentauditai/sdk';

const audit = new AgentAudit({
  network: 'base', // mantle | base | arbitrum | optimism | polygon
  privateKey: process.env.AGENT_PRIVATE_KEY,
});

// Log any action — returns txHash on-chain
const receipt = await audit.log({
  action: 'TRANSFER_APPROVED',
  riskLevel: 'HIGH',
  metadata: { amount: '100 USDC', recipient: '0x...' },
});

console.log(receipt.txHash); // EU AI Act Art. 12 ✅
⚡ Wave 1 Founding Members — 5 Spots Globally

$25K value.
$0 cost.

Get full AgentAudit AI infrastructure — all 5 networks, all contracts, SDK + MCP server — completely free as a Founding Member pilot. Aug 2 deadline is not a suggestion.

Full EU AI Act coverage
5 networks live
Dedicated onboarding
Case study featured
No lock-in
5 spots · 0 cost · May 31, 2026 deadline