温馨提示:本站仅提供公开网络链接索引服务,不存储、不篡改任何第三方内容,所有内容版权归原作者所有
AI智能索引来源:http://www.bee.com/zh/62594.html
点击访问原文链接

ERC8004: This Web3+AI narrative can make you enjoy a hot takeout meal. | Bee Network

ERC8004: This Web3+AI narrative can make you enjoy a hot takeout meal. | Bee Network Login 熱門新聞 Meme Launchpad AI 代理商 DeSci 熱門鏈瀏覽器 新人必讀 衝百倍幣 蜜蜂遊戲 必備網站 必備APP 必關大神 DePIN 新人必備 教我避坑 基本工具 深度網站 交易所 NFT 工具 你好, 登出 Web3宇宙 遊戲 DApp 蜂巢 增長平台 生態 搜尋 英語 Coins儲值 登入 下載 Web3大學 遊戲 DApp 蜂巢 生態 分析•ERC8004: This Web3+AI narrative can make you enjoy a hot takeout meal. ERC8004: This Web3+AI narrative can make you enjoy a hot takeout meal.分析3 个月前更新懷亞特 15,736 1 The protocol, located at https://eips.ethereum.org/EIPS/eip-8004 , was created in August of this year and is still under review. This article will analyze the problem this protocol solves, provide a simple explanation of its standards, and finally discuss its significance. The article will take approximately 15 minutes to read; feel free to bookmark it.

Problems to be solved First, let’s look at what problem this protocol is trying to solve:

Simply put, it solves the trust issue in the A2A (Agent-to-Agent) process . For example, I have an AI assistant called A, which is an intelligent agent. I ask it to order reliable takeout for me. However, my intelligent agent is not good at this (after all, connecting with delivery drivers and merchants is a big project, which a small AI assistant cannot support). So what do I do?

At this point, you can seek help from other intelligent agents.

So the question arises: how does my intelligent agent find another reliable intelligent agent to help? Isn’t it lacking a trusted institution? Humans are similar; we transact through Taobao, a centralized trusted institution. However, centralized trusted institutions have their limitations, and this problem is even more pronounced in the era of intelligent agents. For intelligent agents to be efficient, they can’t rely on people or centralized institutions for everything; otherwise, humans will hinder AI. Even when using centralized institutions for verification, it’s still necessary to find trusted institutions that operate based on AI or through decentralized methods to maximize AI’s effectiveness.

Therefore, if we could have decentralized, reliable data to help us find trustworthy intelligent agents, our work efficiency would be much higher. This led to the development of the 8004 protocol.

Hmm, doesn’t that seem quite reasonable? Now let’s take a look at how the ERC8004 is designed based on this logic.

Analysis of the specific scheme of the protocol This section analyzes the specific technical solution of the protocol. However, we won’t delve into the overly detailed contract interfaces and parameters of the specification here, aiming to make it as easy to understand as possible. For more details, please refer to the standard documentation of the protocol. Based on the protocol content, we will explain in layman’s terms how this protocol aims to solve the problems we raised above.

Technically speaking, ERC8004 essentially 德菲nes the interface specifications for three types of contracts:

Identity Registry. Based on ERC721 (Non-Fungible 代幣, or NFT), it is used to register smart agents. Each smart agent is essentially an NFT, and its relevant information can be obtained through this NFT. Reputation Registry. Validation Registry: Verify the registry. Simply put, you can think of these three types of contracts as three types of institutions operating on the blockchain.

Organization 1: A smart entity comes over to open an account, just like you open a restaurant. Organization Two: I’ll be responsible for collecting ratings for these intelligent agents, just like how Dianping and Gaode Maps conduct street sweeps. Organization 3: We are a third-party investigation agency responsible for verification. Similar to the quality supervision bureau or the health bureau. 🌐 A specific workflow Let’s take ordering takeout as an example. Suppose you want the AI assistant “Xiao A” to order takeout for you without gutter oil:

Finding partners : “Little A” will first check the identity registration form to find “Little B” with good reviews and check its historical reviews. Establishing initial trust : Next, “Little A” will check the reputation registry to see how other collaborators rate “Little B” and decide whether to hire it. Execution and Verification : If this meal is crucial, “A” or you can hire an independent verifier “C” from the verification registry . “C” will verify whether “B’s” report is accurate and meets the requirements, and will make the verification results public. Settlement and Feedback : You pay “A” via the x402 protocol (a receipt mechanism connecting on-chain payments and off-chain activities; see our previous article on x402 for more details). “A” then pays “B” and “C”. Finally, you leave positive reviews for “A” and “B’s” services; all these payments and actions reinforce or influence their respective reputations in the registry. In summary, ERC-8004, through the mutual invocation and cooperation of these three contracts, builds a decentralized and trustworthy collaborative environment for AI assistants, enabling them to exchange services and value as freely and securely as humans do in the market.

Identity Registry This contract is essentially an NFT contract, containing the ERC721 protocol itself, including transfer rules, but with a redefined and expanded NFT metadata file:

As you can see, you have already provided the Agent’s name, image, description, and corresponding port address.

In addition, the registration method “register” and related events were agreed upon (the ERC721 protocol itself does not specify the mint method, so this method is considered to be the ERC8004 method).

Reputation Registry When deploying this contract, the NFT contract needs to be passed in through the constructor, meaning it is uniquely associated with an identity registry.

Several methods are defined:

`giveFeedback` is a rating function that assigns a score to an NFT in the identity registry, ranging from 0 to 100. (The `agentId` corresponds to the NFT’s TokenID). Calling this method requires a parameter `feedbackAuth`, which is a signature the agent makes when accepting the task. RevokeFeedback. `appendResponse` appends a response. You can add additional information (with specific formatting requirements), such as an offline address plus a hash value for verification. There are also a series of reading methods that can retrieve relevant rating information. The format requirements for supplementary information are as follows:

Verify Registry Similar to the reputation registry, this table also requires the contract address of the province registry to be passed in during construction, and it is uniquely associated with an identity registry. This contract needs to be invoked by the Agent’s Owner (NFT’s Owner), providing the following methods:

The validationRequest is used to request validation. The validationResponse is used to respond to validation requests. The specific details will not be elaborated on here. In essence, ERC8004 defines three contract specifications, which enable us to establish a transparent, decentralized evaluation mechanism for smart agents on the blockchain. This helps smart agents find the smart agents they want to cooperate with, providing a Web3 trust solution for A2A.

Our Practice Based on the design of ERC-8004, we have built a Trustless service capability for Web3 on the Pharos and Jovay networks, which can help users assign a “Trusted Identity Agent DID” in the Web3 world. At the same time, we have also extended the original TEE/ZK verification capability with financial-grade enhancements, which will support higher security verification enhancements in financial scenarios such as machine transactions in the future.

未來展望 It looks wonderful, but it’s also full of challenges. However, challenges can also be opportunities. Let’s see what opportunities might come in the future.

First, while the data resides on the blockchain, and on-chain data is transparent and immutable, ensuring its true authenticity and reliability remains a challenge. Therefore, highly trusted on-chain validators may emerge, essentially representing authoritative institutions behind the scenes. Reliable validators can provide more reliable information through various means, such as historical on-chain data. For example, using a new account to post negative reviews will undoubtedly compromise your credibility.

Following this logic, there are many things that can be done around this protocol:

You could create a service specifically for providing on-chain services to intelligent agents. For example, I could help your intelligent agent deploy a contract that can perform various operations based on this protocol. I could provide such a service through an MCP (Multi-Channel Programming Protocol). You could create an on-chain food street where everyone registers their smart agents on your contract. For example, I could open a fried chicken shop (with AI robots frying chicken!), and register on this food street. As long as the food street has high traffic, it can charge registration fees. Just like ens (the Ethereum domain name). Haha, actually, ens can be understood as a registry, just with some extensions. You could create an on-chain restaurant Black Pearl (Michelin is fine too) to rate and review other people’s food, haha, of course you could make a little money from it. In short, everything done offline can be moved onto the blockchain, and intelligent agents can work in the blockchain world from now on.

Do you guys think it’s reliable? At least I think it’s quite interesting.

This article was written by Fisher (X account @yudao1024 ) of ZAN Team (X account @zan_team ).

本文源自網路: ERC8004: This Web3+AI narrative can make you enjoy a hot takeout meal.

Related: The Birth of the XT RWA Zone: Industry Turning Points Discussed at the AMA Session Against this backdrop, XT 交換 officially launched the XT RWA Zone . This is a brand-new portal specifically designed for global users, helping them understand different types of RWA in a more transparent and simpler way, lowering the barrier to entry and enhancing the experience. To celebrate this important launch, XT hosted an AMA, inviting the XT team, representatives from the Global IB Alliance (RWA), institutional representatives, and community KOLs to jointly interpret industry trends and future directions of RWA. This AMA discussion was candid and pragmatic, supported by data and in-depth insights from the industry. The speakers shared why RWA is experiencing a surge in popularity at this time, how XT improves project quality through rigorous standards, and looked ahead to the potential of the next stage of tokenization…

#分析# 脫機#以太坊#交換#市場#代幣# 網路3© 版權聲明文章版权归作者所有,未经允许请勿转载。 上一篇 2025 US Interest Rate Cuts: A Data-Driven Policy Shift and the Fed's Risk Rebalancing 下一篇 Must-watch items next week: November CPI data release; US SEC to hold roundtable discussion on "Crypto Privacy" (December 15-21). 相關文章 When Wall Street starts to “lock up” Ethereum: a game for a new financial orderRecommended Articles 6086cf14eb90bc67ca4fc62b 22,839 日本升息或引發企業破產潮:今年破產數量已超 6086cf14eb90bc67ca4fc62b 34,275 1 Former FTX employees have secured $35 million in funding to build a unique exchange. 6086cf14eb90bc67ca4fc62b 13,950 The path of on-chain cultural expansion behind the surge in ZORA pricesRecommended Articles 6086cf14eb90bc67ca4fc62b 24,546 2 Is the alt season coming? Bankless is bullish on these 6 tokens 6086cf14eb90bc67ca4fc62b 25,996 1 Reconstructing the on-chain narrative: What new story is the Base ecosystem telling? 6086cf14eb90bc67ca4fc62b 24,884 最新的文章 UniSat Releases Phase Updates and Upgrades, Continuously Building the Bitcoin Ecosystem 11 小時前 507 Jack Dorsey’s Company: 4,000 White-Collar Workers Are Being Replaced by AI 11 小時前 508 Latest Stablecoin Report: Real Distribution and Flow Are Far More Important Than Supply 11 小時前 398 Sui DeFi’s “Three-Engine” Revolution: How New Capabilities, New Assets, and New Programs Are Building the Future of On-Chain Finance? 11 小時前 351 On-chain Investigator ZachXBT Confirms: Axiom Employees Exploited Internal Privileges for Insider Trading 11 小時前 409 熱門網站TempoGAIBLighter滑翔機普朗克雷爾斯BCPokerVooi Bee.com 全球最大的 Web3 入口網站 合作夥伴 CoinCarp Binance CoinMarketCap CoinGecko 幣活 盔甲 下載Bee Network APP開啟您的Web3之旅 白皮書 角色 常問問題 © 2021-2026.版權所有。. 隱私政策 | 服務條款 下載蜜蜂網路APP 並開始 web3 之旅 全球最大的Web3入口網站 合作夥伴 CoinCarp Binance CoinMarketCap CoinGecko Coinlive Armors 白皮書 角色 常問問題 © 2021-2026.版權所有。. 隱私政策 | 服務條款 搜尋 搜尋站內鏈上社群媒體新聞 熱門推薦: 擼毛打金 數據分析 必關大神 教我避坑 繁體中文 English 简体中文 日本語 Tiếng Việt العربية 한국어 Bahasa Indonesia हिन्दी اردو Русский 繁體中文

智能索引记录