AIS-1 defines a bonded identity pair linking an autonomous AI agent to its accountable sponsor — enabling identity, compliance, and legal standing for the agent economy.
AIS-1 defines an open smart contract standard for a bonded identity pair — a single cryptographic token that permanently links an AI agent's identity to its sponsor's identity. Neither party can be separated from the other without revoking the bond.
The standard addresses what we call the Wild Agent Problem: the near-total absence of formal identity, legal accountability, and compliance infrastructure for the hundreds of millions of autonomous AI agents currently active globally.
A single mandatory standard would fail — forcing full KYC on a prototype agent achieves nothing. AIS-1 defines three tiers: enter at Basic with no friction, graduate to Verified when commercial stakes require it, achieve Sovereign status when full legal standing is needed.
Any counterparty calls verifyBond(bondId) before transacting with an agent.
It returns everything needed for AML/KYC compliance in a single on-chain call.
// Counterparty verification flow — before any agent transaction const result = await ais1.verifyBond(bondId); // Returns: // valid bool — is this bond active and not revoked? // tier uint8 — 0=Basic · 1=Verified · 2=Sovereign // sponsorDid string — DID of the accountable sponsor // amlStatus uint8 — 0=unverified · 1=cleared · 2=suspended if (result.valid && result.tier >= 1 && result.amlStatus === 1) { // Agent is Verified, AML-cleared, accountable // Proceed with transaction } else { // Reject — agent not cleared for commerce }
This is customer due diligence at agent-commerce speeds — performed once by the authorised issuer, readable by every counterparty in milliseconds, for the lifetime of the bond. KYC done once. Compliance everywhere.
Feedback is invited from AI agent developers, blockchain engineers, legal and regulatory professionals, enterprise AI deployers, standards organisations and government bodies. The comment period closes 30 June 2026. A revised v0.3 will incorporate substantive feedback.
We are actively seeking input from AI developers, blockchain engineers, legal and regulatory professionals, and enterprise deployers. All submissions are reviewed by the AIS-1 team and will inform the v0.3 revision. The comment period closes 30 June 2026.
We are looking for:
Technical review of the smart contract interface and SOA implementation · Feedback on the tier structure and KYC/AML architecture · Input from regulatory bodies on FATF compliance mapping · Review from W3C DID Working Group on the did:ais1 method and resolution algorithm · Proposals for authorised issuer status · Real-world deployment use cases and edge cases · Support for formal standardisation through IEEE, ISO or IETF