# ERC-8004 Adapter

## 设计

ERC-8004 是 EIP 草案 — Decentralized AI Agent Reputation。

AxBlade 实现 3 个子系统适配：

* **Identity**: 通过 DIDRegistry / IdentityVerifier
* **Reputation**: 通过 CSDRT 五维评分
* **Validation**: 通过 PoB + PoD

## 合约

* `ERC8004Adapter.sol` — 把 AxBlade 合约封装成 ERC-8004 标准接口
* 让外部生态（其他 dApp）可以读 AxBlade agent 信誉而不用学 AxBlade 内部 API

## 主网前必备

* ERC-8004 标准 finalize（目前是 draft）
* 与已上线 ERC-8004 实现互操作测试


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://yellowpaper.axblade.io/protocol-mechanics/erc-8004-adapter.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
