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

ccn.comОпубликовано 2026-01-28Обновлено 2026-01-28

Введение

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

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

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.

Похожее

Has the 'Digital Gold' Narrative for BTC Failed?

**Title: Has the "Digital Gold" Narrative for Bitcoin Failed?** The article argues that Bitcoin's "digital gold" narrative remains valid despite a recent sharp price decline (from a peak near $126k in Oct 2025 to briefly under $61k in Feb 2026). It presents a long-term investment framework based on three core points: **1. Viewing Bitcoin as an Asset:** Bitcoin is presented as a superior potential store of value compared to gold. Key arguments are its absolute scarcity (21 million cap), superior portability, and transparent auditability via its public ledger. While acknowledging its current use in early, volatile stages (~3-4% global adoption), the author draws parallels to the early, disruptive phases of the internet and e-commerce. **2. Understanding the Recent Downturn:** The current ~50% correction is framed as a predictable, consensus-driven cycle following its post-halving peak (the 2024 halving preceded the Oct 2025 high). A crucial factor is a historic "changing of hands": the influx of new institutional buyers via ETFs allowed early, low-cost holders (miners, OG believers) to take profits. The author notes that while severe, Bitcoin's historical drawdowns (e.g., 93% in 2011, 77% in 2021-22) have been progressively smaller, suggesting maturing holder structure and decreasing volatility over time. **3. The Long-Term Perspective:** The long-term thesis hinges on Bitcoin capturing a portion of gold's market value. With Bitcoin's market cap at ~$1.4 trillion (at $70k) versus gold's ~$20 trillion, significant upside potential exists if the "digital gold" narrative is partially realized. However, the author strongly cautions that short-term risks remain, the bottom is unpredictable, and high volatility is inherent. The real risk is not Bitcoin failing but poor personal position management (over-leverage, wrong capital) and a lack of deep understanding, which can force investors out during severe downturns. The conclusion uses Amazon's 95% crash post-2000 dot-com bubble and subsequent 42x recovery as an analogy. The ultimate question is not if Bitcoin's price will rise, but if an investor's strategy and conviction can withstand the volatility to see the long-term play out. The recent divergence (gold up, Bitcoin down) is posed not as a narrative failure, but as potential evidence of this ongoing, painful transition from a speculative asset to a mainstream allocation.

marsbit7 ч. назад

Has the 'Digital Gold' Narrative for BTC Failed?

marsbit7 ч. назад

Has BTC's 'Digital Gold' Narrative Failed?

The article discusses Bitcoin's "digital gold" narrative, its recent price drop, and long-term outlook through the perspective of "Jason". It argues the narrative is not a failure but that Bitcoin represents a superior, new asset class due to its fixed supply (21 million), portability, and auditability. The piece compares its current ~3-4% global adoption rate to early internet/e-commerce, suggesting significant growth potential. Regarding the 2025-2026 price decline (from ~$126k to briefly under $61k), the author views it as a predictable, consensus-driven sell-off within Bitcoin's ~4-year cycle post-halving, exacerbated by a major "handover" from early, low-cost holders to new institutional buyers via ETFs. A key observation is that historical peak-to-trough drawdowns have lessened over time (e.g., 93% in 2011 to ~50% in 2026), indicating maturing volatility as holder structure changes. For the long term, the author uses a simple framework: Bitcoin's total market cap (~$1.4T at $70k) is only about 7% of gold's (~$20T). Even capturing 30-50% of gold's value would imply substantial upside. However, the article strongly cautions against viewing this as investment advice, emphasizing extreme volatility and the critical importance of risk management, position sizing, and deep fundamental understanding to survive severe drawdowns. It concludes by drawing a parallel to Amazon's 95% crash in 2000 and subsequent 42x recovery, stressing that the key is surviving market cycles to realize long-term potential.

链捕手7 ч. назад

Has BTC's 'Digital Gold' Narrative Failed?

链捕手7 ч. назад

From Code to Cognition: A Ten-Thousand-Word Guide to the Evolution of the Robot Brain

"From Code to Cognition: The Evolution of Robot Brains" The journey of robotic intelligence has shifted dramatically from manually coded systems to AI-driven brains. For decades, robots relied on layered software stacks—perception, state estimation, planning, control—each handcrafted. While predictable, they lacked adaptability. The 2010s saw deep learning revolutionize perception (e.g., object detection) and control (via reinforcement learning), but learned skills remained narrow. The arrival of Large Language Models (LLMs) marked a turning point. LLMs acted as high-level planners, interpreting natural language instructions and generating sequences of actions for traditional robotic systems to execute. However, true integration came with Visual-Language-Action (VLA) models, which fused vision, language, and motion prediction into a single network. Pioneered by models like RT-2 and open-source projects like OpenVLA, VLAs enable robots to reason and act directly from visual input and commands. The most advanced humanoid robots now employ a "dual-brain" architecture: a slow-thinking, large VLA (System 2) for reasoning and planning, and a fast-reacting, small network (System 1) for high-frequency motion control, sometimes with an even lower-level System 0 for balance. This split balances cognition with the physics of real-time movement. Computation is split between onboard hardware (e.g., NVIDIA Jetson) for safety-critical control loops and cloud/edge servers for non-critical tasks like learning and interfaces. A crucial driver is the open-source ecosystem—models like GR00T and OpenVLA allow startups to build upon pre-trained brains and fine-tune them with their own data, accelerating development. Despite progress, current systems struggle with recovery from errors, sample inefficiency, and long-horizon tasks. This has spurred the rise of **World Models**—neural networks that predict the consequences of actions. By simulating possible futures before acting (like NVIDIA Cosmos or Meta V-JEPA), robots can plan, recover, and generalize better. This represents the next frontier: shifting intelligence from learned reactions to an internal model of physics and cause-and-effect. The field is rapidly evolving. While not yet at its "ChatGPT moment," the convergence of cheaper hardware, scalable simulation, and world models points toward robots that are increasingly capable, adaptive, and useful. The question is shifting from "what can robots do?" to "what *should* they do?"

marsbit7 ч. назад

From Code to Cognition: A Ten-Thousand-Word Guide to the Evolution of the Robot Brain

marsbit7 ч. назад

Торговля

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

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

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

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

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

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

Неделя обучения по популярным токенам 14: Glamsterdam — самое ожидаемое обновление Ethereum в 2026 году

Ordinals/Runes по-прежнему стимулируют доходы от комиссий за блоки и активность разработчиков, рассматриваются как отправная точка «нативной эмиссии активов» в сети.

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

Неделя обучения по популярным токенам 14: Glamsterdam — самое ожидаемое обновление Ethereum в 2026 году

Обсуждения

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

活动图片