ERC-8004 ‘Agents’ Standard Nears Mainnet as Ethereum Teases Rollout

ccn.comPublished on 2026-01-28Last updated on 2026-01-28

Abstract

Ethereum's ERC-8004 draft standard, designed to help AI agents discover each other and establish portable credibility, is nearing mainnet deployment. According to Ethereum’s official X account and MetaMask AI lead Marco De Rossi, the rollout is expected around Thursday at 9 a.m. ET. ERC-8004 is an application-layer standard, not a protocol upgrade, and proposes a shared framework for AI agents to prove identity, accumulate reputation, and request validation using Ethereum as a neutral reference layer. It includes three on-chain registries: identity (using ERC-721 tokens), reputation (for portable feedback), and validation (for proof-of-work attestations). The standard aims to enable agent discovery and trust across platforms without centralized intermediaries, addressing the growing need for interoperable AI services that handle real-world value. However, the reputation system may be vulnerable to spam and Sybil attacks, requiring careful filtering. Deployment involves publishing registry contracts and addresses on Ethereum mainnet for developers to integrate.

Key Takeaways
  • Ethereum’s official X account said ERC-8004 is going live on mainnet “soon,” promoting it as a way to help AI agents discover each other.
  • MetaMask AI lead Marco De Rossi said development is “frozen” and a mainnet deployment is “probably” midweek, citing Thursday around 9 a.m. ET as a target window.
  • ERC-8004 is a draft application-layer standard, not an Ethereum protocol upgrade.

Ethereum is signaling a near-term rollout of ERC-8004 , a draft standard that proposes a shared framework for AI agents to prove identity claims, accumulate reputation, and request validation using the network as a neutral reference layer.

In a Jan. 27 post on X, the blockchain’s official account said “ERC-8004 is going live on mainnet soon,” framing the standard as a way to enable agent discovery and portable credibility across platforms without centralized intermediaries.

Try Our Recommended Crypto Exchanges
Sponsored
Disclosure
We sometimes use affiliate links in our content, when clicking on those we might receive a commission at no extra cost to you. By using this website you agree to our terms and conditions and privacy policy.

Bitget

promotions
New user rewards up to 6,200 USDT.
Coins
88
Claim Offer

Bitunix

promotions
Receive up to $100,000 worth of exclusive gifts for newcomers upon registration.
Coins
151
Claim Offer

BTCC

promotions
Get up to 10,055 USDT when you register, verify, and make the first deposit and the first trades.
Coins
162
Claim Offer
Explore All Offers

ERC-8004 Nears Mainnet, But It Isn’t A Network Upgrade

ERC-8004 is not an Ethereum hard fork, and it does not change Ethereum’s consensus rules.

It is a standards-track ERC, meaning it defines application-layer interfaces and data formats that developers can implement in smart contracts and tooling.

That makes the phrase “going live on mainnet” easy to misunderstand.

In practice, a “mainnet launch” typically means:

  • the ERC-8004 registry contracts are deployed to Ethereum mainnet,
  • addresses are published for developers to integrate,
  • indexers and explorers begin tracking agent identities and trust signals.

On the ERC-8004 page, the proposal is labeled Draft and Standards Track: ERC, with a created date of 2025-08-13.

The author list includes Marco De Rossi and Davide Crapis, alongside contributors with Google and Coinbase email addresses shown in the document metadata.

The proposal also lists required standards: EIP-155 (chain identifiers), EIP-712 (typed signatures), EIP-721 (NFT-style identities), and EIP-1271 (smart contract signature verification).

Community signals suggest the rollout could happen as early as Thursday, Jan. 29, but confirmation will come from on-chain deployments.

The Ethereum Foundation did not immediately respond to a request for comment.

What ERC-8004 Actually Standardizes

ERC-8004 aims to standardize a basic “trust layer” for agents, especially for scenarios where agents interact across different companies and ecosystems.

The proposal defines three lightweight on-chain registries: identity, reputation, and validation.

Identity: Agents as ERC-721 IDs

The identity component treats agents as ERC-721 identities, where each agent is represented by a token ID in a registry.

Metadata is pointed to via an “agentURI,” which can describe services, endpoints, and capabilities off-chain.

This design makes agents indexable in familiar Ethereum tooling. It also makes identity portable in a way that works across apps.

Reputation: Portable Feedback, With Spam Risks

The reputation layer standardizes how clients can publish feedback about an agent and how others can query it.

That portability is the point: a reputation signal should be reusable across marketplaces and platforms.

The trade-off is predictable. If anyone can post feedback, then reputation becomes vulnerable to low-quality inputs and Sybil activity.

The proposal explicitly warns that consumers should filter reputation sources rather than treating raw signals as authoritative.

Validation: A Hook for “Proof the Work Happened”

The third layer, validation, is meant for cases where “reputation” is not enough.

It defines a way for agents to request validation and receive responses from validators, which could represent many approaches, from crypto-economic checks to cryptographic attestations.

ERC-8004 does not mandate a single validation method. It standardizes the interface so different validation markets can plug in.

Why This Matters Now

AI agents are moving from experiments to systems that touch real-world value: payments, data access, and automated decision-making.

Designers built most trust models for humans. They assume slow-moving identity, institutional accountability, and legible intent.

Agent-to-agent interaction breaks those assumptions. It scales faster, routes around organizational boundaries, and often operates through APIs and wallets rather than contracts and signatures on paper.

ERC-8004’s bet is that Ethereum can act as a neutral coordination layer for this shift.

It offers a shared format for identity and trust signals while leaving most compute and interaction off-chain.

Supporters have framed this as an expansion of Ethereum’s role beyond finance and toward infrastructure for interoperable AI services.

Top Picks for Ethereum
  • Best Exchanges for Ethereum Get A Great Offer When You Join These Exchanges
  • Buy Ethereum Fast & Easy How To Buy Ethereum With a Credit Card Now
  • Best Online Casinos for Ethereum See Our Picks for the Best Crypto Gambling Sites

Related Questions

QWhat is ERC-8004 and what is its primary purpose?

AERC-8004 is a draft application-layer standard (not an Ethereum protocol upgrade) that proposes a shared framework for AI agents to prove identity claims, accumulate reputation, and request validation using the Ethereum network as a neutral reference layer. Its primary purpose is to enable agent discovery and portable credibility across platforms without centralized intermediaries.

QWhen is the expected mainnet deployment for ERC-8004 according to MetaMask AI lead Marco De Rossi?

AAccording to MetaMask AI lead Marco De Rossi, development is 'frozen' and a mainnet deployment is 'probably' midweek, with a target window of Thursday around 9 a.m. ET.

QWhat are the three key components or registries defined by the ERC-8004 standard?

AERC-8004 defines three lightweight on-chain registries: 1) Identity (agents as ERC-721 identities), 2) Reputation (standardizes how clients can publish and query feedback about an agent), and 3) Validation (a way for agents to request validation and receive responses from validators).

QHow does ERC-8004 handle agent identity component technically?

AThe identity component treats agents as ERC-721 identities, where each agent is represented by a token ID in a registry. Metadata is pointed to via an 'agentURI,' which can describe services, endpoints, and capabilities off-chain, making agents indexable in Ethereum tooling and portable across applications.

QWhat is a potential risk associated with the reputation layer in ERC-8004?

AThe reputation layer is vulnerable to low-quality inputs and Sybil activity because anyone can post feedback. The proposal explicitly warns that consumers should filter reputation sources rather than treating raw signals as authoritative to mitigate spam risks.

Related Reads

Trading

Spot
Futures

Hot Articles

Discussions

Welcome to the HTX Community. Here, you can stay informed about the latest platform developments and gain access to professional market insights. Users' opinions on the price of ETH (ETH) are presented below.

活动图片