In-Depth Explanation of ERC-8183: Ethereum's Solution to the AI Agent Trust Challenge

Odaily星球日报Опубликовано 2026-03-10Обновлено 2026-03-10

Введение

Analysis of ERC-8183: Ethereum's Solution to AI Agent Trust Issues On March 10, the Ethereum Foundation's dAI team and Virtuals Protocol introduced ERC-8183, a new standard designed to enable trustless commercial transactions between AI Agents. This standard addresses the core problem of how two untrusted Agents can securely complete a "hire-deliver-settle" workflow without relying on a centralized platform. ERC-8183 introduces a "Job" concept with three roles: the Client (task publisher), the Provider (task executor), and the Evaluator (task validator). The Evaluator, which can be an AI Agent, a ZK-verifier smart contract, or a multi-sig/DAO, is the core innovation, determining whether a job is completed or rejected based on submitted proofs. A Job progresses through four states: Open (task creation), Funded (client deposits funds into escrow), Submitted (provider submits work), and Terminal (evaluator approves or rejects, funds are distributed accordingly). The standard also supports modular Hooks for added functionality like reputation checks or bidding systems. ERC-8183 complements other standards like x402 (a payment protocol for Agents) and ERC-8004 (an identity/reputation standard). Together, they form a foundational stack for a decentralized, autonomously operating AI Agent economy, with ERC-8183 specifically solving the trust problem in transactions.

Original | Odaily Planet Daily (@OdailyChina)

Author | Azuma (@azuma_eth)

On March 10, the dAI team under the Ethereum Foundation, which focuses on promoting the "deep integration of artificial intelligence (AI) and blockchain," today jointly launched a new standard, ERC-8183, with Virtuals Protocol.

Regarding this standard, Davide Crapis, the AI lead at the Ethereum Foundation, stated that ERC-8183 is one of the missing components in the open Agent economy system being built by the Ethereum community. This standard can be used in combination with x402 and ERC-8004 to serve as infrastructure for secure interactions between Agents. The dAI team will support the adoption of ERC-8183 and is committed to making it a neutral standard.

What Problem Does ERC-8183 Aim to Solve?

According to the introductory article released by Virtuals Protocol, ERC-8183 is specifically designed for commercial transactions between AI Agents. This standard defines a set of on-chain rules that enable two mutually untrusting Agents to complete a business process such as "hire-deliver-settle" without relying on a centralized platform.

The core problem ERC-8183 attempts to solve is: when Agents hire and cooperate with each other, how can transactions be completed without a platform, without legal frameworks, and without human arbitration?

For example, suppose a marketing-oriented Agent A wants to hire an image-generation-oriented Agent B to create a batch of marketing posters. Here lies a commercial trust issue — the two parties do not know each other and have no basis for trust. When should the payment be made? If A pays first, B might go on strike or return unsatisfactory work results; if B works first, A might refuse to pay...

In the traditional internet world, users and businesses also face similar commercial trust issues, and platforms play a key intermediary role — the platform is responsible for escrowing A's funds, judging whether B's service is completed, and handling the final fund release. Familiar platforms like Taobao, JD.com, Meituan, and Didi are essentially this type of platform intermediary.

What the Ethereum Foundation and Virtuals Protocol aim to do is abstract the platform's functions into an on-chain protocol through ERC-8183, executed by smart contracts, thereby assuming a decentralized intermediary role in the Agent economy.

Breakdown of the ERC-8183 Working Mechanism

The operating mechanism of ERC-8183 is not complicated. This standard introduces a new concept called a Job (you can think of it as a "task"). Each Job can be regarded as a complete commercial transaction, which includes three different roles:

  • Client: The "customer," simply put, is the Agent that publishes various tasks;
  • Provider: The "service provider," the Agent responsible for completing the task;
  • Evaluator: The most special role, responsible for judging whether the task is completed.

Here, the Evaluator needs special explanation; the introduction of this role is the core design of ERC-8183. In this standard, the Evaluator is only defined as an on-chain address, but from a broader perspective, this address can correspond to various execution forms.

  • For subjective tasks such as writing, design, or analysis, the Evaluator can be an AI Agent that reads the submitted results, compares them with the initial task requirements, and makes a judgment;
  • For deterministic tasks such as computation, proof generation, or data transformation, the Evaluator can be a smart contract encapsulating a zero-knowledge verifier (ZK verifier). The Provider submits the proof, the Evaluator verifies it on-chain, and automatically calls 「complete」 or 「reject」 to complete or reject the task;
  • In high-value or high-risk task scenarios, the Evaluator can also be a multi-signature account, a DAO, or a validation cluster supported by a staking mechanism.

ERC-8183 does not distinguish between these different forms. The protocol layer only cares about one thing — whether an address calls 「complete」 or 「reject」. What runs behind this address, whether it's an AI Agent driven by an LLM or a ZK circuit, is not within the scope of the protocol's consideration.

Returning to the Job, the lifecycle of each Job will have the following four states, which also correspond to different processes during the operation of ERC-8183.

  • Open: The Client creates the Job in this phase, publishes the task, and specifies requirements;
  • Funded: The Client transfers the commission to a smart contract escrow address, rather than directly to the Provider;
  • Submitted: The Provider completes the work and submits proof;
  • Terminal (Completed / Rejected / Expired): The Evaluator is responsible for reviewing the task, judges whether the task is completed based on the review results (Completed or Rejected), and transfers the funds to the Client or Provider accordingly; if no Provider responds or completes the task within the required time, the funds are returned to the Client.

In addition to the above standard process, ERC-8183 can also achieve more derivative functions through modular extension features called Hooks to correspond to complex commercial use cases in the real world. Hooks are optional smart contracts attached when a Job is created. They can execute custom logic before or after various lifecycles of the Job, such as reputation thresholds, bidding mechanisms, fee distribution, or other special requirements.

How is ERC-8183 Different from x402 and ERC-8004?

From x402 to ERC-8004, and now to ERC-8183, unfamiliar readers might be confused, wondering why a new thing is created every now and then. But in fact, these three are located in three different segments of the AI Agent economy system, aiming to solve different problems.

x402 is an HTTP payment protocol; it aims to solve the problem of enabling AI Agents to pay directly as if calling an API; ERC-8004 is an AI Agent identity and reputation standard; it solves the problem of how to judge whether an Agent is reliable; ERC-8183 targets the commercial transaction环节, aiming to break through the challenge of how to enable two untrusting Agents to complete a transaction.

To put it in one sentence: x402 is responsible for solving "how to pay"; ERC-8004 is responsible for knowing "who the other party is and whether they are reliable"; ERC-8183 is responsible for handling "how to transact with confidence".

The three are not competitive but complementary. They collectively point to the same goal — building a decentralized, self-operating AI Agent economy system.

Связанные с этим вопросы

QWhat is the core problem that ERC-8183 aims to solve?

AERC-8183 aims to solve the core problem of enabling two untrusted AI Agents to complete a commercial transaction (such as hire-deliver-settle) without relying on a centralized platform, addressing the issue of commercial trust in agent-to-agent interactions.

QWhat are the three key roles defined in an ERC-8183 Job?

AThe three key roles are: Client (the agent that publishes tasks), Provider (the agent that completes the tasks), and Evaluator (the address responsible for judging whether the task is completed).

QHow does the Evaluator role function in ERC-8183, and what forms can it take?

AThe Evaluator is a chain address that determines task completion. It can be an AI Agent (for subjective tasks), a smart contract with a ZK verifier (for deterministic tasks), or a multi-signature account/DAO (for high-value scenarios). The protocol only cares whether the address calls 'complete' or 'reject'.

QWhat are the four lifecycle states of a Job in ERC-8183?

AThe four states are: Open (task creation), Funded (commission escrowed), Submitted (proof submitted by Provider), and Terminal (Completed, Rejected, or Expired, determined by Evaluator).

QHow do ERC-8183, x402, and ERC-8004 complement each other in the AI Agent economy?

Ax402 handles payments (how to pay), ERC-8004 handles identity and reputation (who to trust), and ERC-8183 handles secure transactions (how to trade trustlessly). They are complementary components building a decentralized AI Agent economy.

Похожее

From Theft to Re-entry: How Was $292 Million "Laundered"?

A sophisticated crypto laundering operation was executed following the $292 million hack of Kelp DAO on April 18. The attack, attributed to the North Korean Lazarus group, began with anonymous infrastructure preparation using Tornado Cash to fund wallets untraceably. The hacker exploited a vulnerability in Kelp’s cross-chain bridge, stealing 116,500 rsETH. To avoid crashing the market, the attacker used Aave and Compound as laundering tools—depositing the stolen rsETH as collateral to borrow $190 million in clean, liquid ETH. This move triggered a bank run on Aave, causing an $8 billion drop in TVL. After consolidating funds, the attacker fragmented them across hundreds of wallets to evade detection. A major breakpoint was THORChain, where over $460 million in volume—30 times its usual activity—was processed in 24 hours, converting ETH into Bitcoin. This shift to Bitcoin’s UTXO model exponentially increased tracing complexity by shattering funds into countless untraceable fragments. The final destination was Tron-based USDT, the primary channel for illicit crypto flows. From there, funds were cashed out via OTC brokers in China and Southeast Asia, using unlicensed underground banks and UnionPay networks outside Western sanctions scope. Ultimately, the laundered money supports North Korea’s weapons programs, which rely heavily on crypto hacking for foreign currency. The incident underscores structural challenges in DeFi: its openness, composability, and lack of central control make such laundering not just possible, but inherently difficult to prevent.

marsbit1 ч. назад

From Theft to Re-entry: How Was $292 Million "Laundered"?

marsbit1 ч. назад

Google and Amazon Simultaneously Invest Heavily in a Competitor: The Most Absurd Business Logic of the AI Era Is Becoming Reality

In a span of four days, Amazon announced an additional $25 billion investment, and Google pledged up to $40 billion—both direct competitors pouring over $65 billion into the same AI startup, Anthropic. Rather than a typical venture capital move, this signals the latest escalation in the cloud wars. The core of the deal is not equity but compute pre-orders: Anthropic must spend the majority of these funds on AWS and Google Cloud services and chips, effectively locking in massive future compute consumption. This reflects a shift in cloud market dynamics—enterprises now choose cloud providers based on which hosts the best AI models, not just price or stability. With OpenAI deeply tied to Microsoft, Anthropic’s Claude has become the only viable strategic asset for Google and Amazon to remain competitive. Anthropic’s annualized revenue has surged to $30 billion, and it is expanding into verticals like biotech, positioning itself as a cross-industry AI infrastructure layer. However, this funding comes with constraints: Anthropic’s independence is challenged as it balances two rival investors, its safety-first narrative faces pressure from regulatory scrutiny, and its path to IPO introduces new financial pressures. Globally, this accelerates a "tri-polar" closed-loop structure in AI infrastructure, with Microsoft-OpenAI, Google-Anthropic, and Amazon-Anthropic forming exclusive model-cloud alliances. In contrast, China’s landscape differs—investments like Alibaba and Tencent backing open-source model firm DeepSeek reflect a more decoupled approach, though closed-source models from major cloud providers still dominate. The $65 billion bet is ultimately about securing a seat at the table in an AI-defined future—where missing the model layer means losing the cloud war.

marsbit7 ч. назад

Google and Amazon Simultaneously Invest Heavily in a Competitor: The Most Absurd Business Logic of the AI Era Is Becoming Reality

marsbit7 ч. назад

Торговля

Спот
Фьючерсы

Популярные статьи

Manyu: восходящая мем-звезда на Ethereum, готовая открыть новую эру культуры Shiba

Manyu - это мемтокен на Ethereum, который приносит децентрализованную культурную и развлекательную ценность через вирусное влияние в соцсетях и вовлечённость сообщества.

1.9k просмотров всегоОпубликовано 2025.11.27Обновлено 2025.11.27

Manyu: восходящая мем-звезда на Ethereum, готовая открыть новую эру культуры Shiba

Обсуждения

Добро пожаловать в Сообщество HTX. Здесь вы сможете быть в курсе последних новостей о развитии платформы и получить доступ к профессиональной аналитической информации о рынке. Мнения пользователей о цене на ETH (ETH) представлены ниже.

活动图片