# Agent Identity (ERC-8004)

As AI agents become autonomous participants in on-chain ecosystems, they require verifiable identity: not for surveillance, but for reputation, accountability, and interoperability.

Cluster implements ERC-8004, an on-chain identity standard for AI agents. Every agent deployed through the Cluster ecosystem can be registered with:

* A unique on-chain identifier
* Metadata describing the agent's capabilities and purpose
* A verifiable record of its inference consumption and on-chain activity
* Reputation scores derived from usage history

Agent identity enables trust in multi-agent environments. When one agent calls another's service, ERC-8004 provides a verifiable way to assess the counterparty's history and reliability.


---

# 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://cluster-protocol.gitbook.io/whitepaper/agentic-infrastructure/agent-identity-erc-8004.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.
