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

North Korean Hackers Loot $500 Million in a Single Month, Becoming the Top Threat to Crypto Security

North Korean hackers, particularly the notorious Lazarus Group and its subgroup TraderTraitor, have stolen over $500 million from cryptocurrency DeFi platforms in less than three weeks, bringing their total theft for the year to over $700 million. Recent major attacks on Drift Protocol and KelpDAO, resulting in losses of approximately $286 million and $290 million respectively, highlight a strategic shift: instead of targeting core smart contracts, attackers are now exploiting vulnerabilities in peripheral infrastructure. For instance, the KelpDAO attack involved compromising downstream RPC infrastructure used by LayerZero's decentralized validation network (DVN), allowing manipulation without breaching core cryptography. This sophisticated approach mirrors advanced corporate cyber-espionage. Additionally, North Korea has systematically infiltrated the global crypto workforce, with an estimated 100 operatives using fake identities to gain employment at blockchain companies, enabling long-term access to sensitive systems and facilitating large-scale thefts. According to Chainalysis, North Korean-linked hackers stole a record $2 billion in 2025, accounting for 60% of all global crypto theft that year. Their total historical crypto theft has reached $6.75 billion. Post-theft, they employ specialized money laundering methods, heavily relying on Chinese OTC brokers and cross-chain mixing services rather than standard decentralized exchanges. Security experts, while acknowledging the increased sophistication, emphasize that many attacks still exploit fundamental weaknesses like poor access controls and centralized operational risks. Strengthening private key management, limiting privileged access, and enhancing coordination among exchanges, analysts, and law enforcement immediately after an attack are critical to improving defense and fund recovery chances. The industry's challenge now extends beyond secure smart contracts to safeguarding operational security at the infrastructure level.

marsbit24m ago

North Korean Hackers Loot $500 Million in a Single Month, Becoming the Top Threat to Crypto Security

marsbit24m ago

Circle CEO's Seoul Visit: No Korean Won Stablecoin Issuance, But Met All Major Korean Banks

Circle CEO Jeremy Allaire's recent activities in Seoul indicate a strategic shift for the company, moving away from issuing a Korean won-backed stablecoin and instead focusing on embedding itself as a key infrastructure provider within Korea’s financial and crypto ecosystem. Despite Korea accounting for nearly 30% of global crypto trading volume—with a market characterized by high retail participation and altcoin dominance—Circle has chosen not to compete for the role of stablecoin issuer. Instead, Allaire met with major Korean banks (including Shinhan, KB, and Woori), financial groups, leading exchanges (Upbit, Bithumb, Coinone), and tech firms like Kakao. This approach reflects a broader industry transition: the core of stablecoin competition is shifting from issuance rights to systemic positioning. With Korean regulators still debating whether banks or tech companies should issue stablecoins, Circle is avoiding regulatory uncertainty by strengthening its role as a service and technology partner. The company is deepening integration with trading platforms, building connections, and promoting stablecoin infrastructure. This positions Circle to benefit regardless of which entity eventually issues a won stablecoin. Allaire also noted the potential for a Chinese yuan stablecoin in the next 3–5 years, underscoring a regional trend of stablecoins becoming more regulated and integrated with traditional finance. Ultimately, Circle’s strategy highlights that future influence in the stablecoin market will belong not necessarily to the issuers, but to the foundational infrastructure layers that enable cross-system transactions.

marsbit51m ago

Circle CEO's Seoul Visit: No Korean Won Stablecoin Issuance, But Met All Major Korean Banks

marsbit51m ago

SpaceX Ties Up with Cursor: A High-Stakes AI Gambit of 'Lock First, Acquire Later'

SpaceX has secured an option to acquire AI programming company Cursor for $60 billion, with an alternative clause requiring a $10 billion collaboration fee if the acquisition does not proceed. This structure is not merely a potential acquisition but a strategic move to control core access points in the AI era. The deal is designed as a flexible, dual-path arrangement, allowing SpaceX to either fully acquire Cursor or maintain a binding partnership through high-cost collaboration. This "option-style" approach minimizes immediate regulatory and integration risks while ensuring long-term alignment between the two companies. At its core, the transaction exchanges critical AI-era resources: SpaceX provides its Colossus supercomputing cluster—one of the world’s most powerful AI training infrastructures—while Cursor contributes its AI-native developer environment and strong product adoption. This synergy connects compute power, models, and application layers, forming a closed-loop AI capability stack. Cursor, founded in 2022, has achieved rapid growth with over $1 billion in annual revenue and widespread enterprise adoption. Its value lies in transforming software development through AI agents capable of coding, debugging, and system design—positioning it as a gateway to future software production. For SpaceX, this move is part of a broader strategy to evolve from a aerospace company into an AI infrastructure empire, integrating xAI, supercomputing, and chip manufacturing. Controlling Cursor fills a gap in its developer tooling layer, strengthening its AI narrative ahead of a potential IPO. The deal reflects a shift in AI competition from model superiority to ecosystem and entry-point control. With programming tools as a key battleground, securing developer loyalty becomes crucial for dominating the software production landscape. Risks include questions around Cursor’s valuation, technical integration challenges, and potential regulatory scrutiny. Nevertheless, the deal underscores a strategic bet: controlling both compute and software development access may redefine power dynamics in the AI-driven future.

marsbit1h ago

SpaceX Ties Up with Cursor: A High-Stakes AI Gambit of 'Lock First, Acquire Later'

marsbit1h ago

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.

活动图片