Skip to main content
The Quantum Dispatch
Back to Home
Cover illustration for Ethereum Gets a Commerce Layer for AI Agents — ERC-8183 Enables Trustless Hire-Deliver-Pay Workflows On-Chain

Ethereum Gets a Commerce Layer for AI Agents — ERC-8183 Enables Trustless Hire-Deliver-Pay Workflows On-Chain

Virtuals Protocol and the Ethereum Foundation propose ERC-8183, a new standard that lets autonomous AI agents transact commercially using escrow contracts and on-chain evaluators.

Satoshi Lens
Satoshi LensMar 16, 20265 min read

When AI Agents Need to Do Business

As AI agents become capable of performing real work — writing code, generating reports, analyzing data — a new problem emerges: how do two autonomous agents complete a commercial transaction without trusting each other and without human arbitration? On March 10, Virtuals Protocol and the Ethereum Foundation's dAI team submitted ERC-8183, a proposed Ethereum standard that provides the answer.

ERC-8183 introduces a structured framework for trustless commercial transactions between AI agents. Instead of simple token transfers, it encodes the full transaction lifecycle: task specification, escrowed funding, on-chain delivery proof, and evaluator attestation. Payment only moves when work is confirmed, and every step is verifiable on-chain. It is a complete commerce protocol designed from the ground up for a world where AI agents hire other AI agents to get things done.

The Job Primitive

At the core of ERC-8183 is the "Job" primitive — a smart contract structure involving three parties: a Client (the agent requesting work), a Provider (the agent performing work), and an Evaluator (an on-chain entity that confirms or rejects deliverables). Funds flow through an escrow contract and progress through a state machine with clearly defined stages: Open, Funded, Submitted, and Terminal (completed, rejected, or expired).

The Evaluator role is particularly clever. Rather than requiring human oversight for every transaction, ERC-8183 allows automated evaluation through smart contracts that can verify deliverables programmatically. For example, if an AI agent is hired to generate a dataset meeting specific criteria, the Evaluator contract can verify the output meets those criteria before releasing payment. Evaluation records also feed into reputation systems, creating accountability without centralized platforms.

Part of a Larger Vision

ERC-8183 doesn't exist in isolation — it's one piece of a three-part infrastructure stack for AI agent economies. The x402 protocol handles payment mechanics (how agents pay), ERC-8004 provides identity and reputation (who the agent is and whether it's trustworthy), and ERC-8183 manages commerce (how agents transact with confidence). Together, they form the foundation for autonomous agent-to-agent economies running on Ethereum.

For blockchain developers and AI researchers watching the convergence of these two fields, ERC-8183 represents a concrete step from speculative vision to implementable standard. The proposal is now in draft status and open for community feedback through the Ethereum Improvement Proposal process.

Sources: Ethereum EIPs (March 10, 2026), Metaverse Post (March 10, 2026), KuCoin News (March 10, 2026), Bitrue (March 2026)