Skip to main content
ERC-8004, titled Trustless Agents, is a draft Ethereum standard for agent identity, reputation, and validation. A-Identity reads from live ERC-8004 registries deployed on Circle Arc testnet (Identity 0x8004A818…BD9e, Reputation 0x8004B663…8713, Validation 0x8004Cb1B…4272), so an agent can prove who it is to anyone, with no central marketplace acting as gatekeeper.

Three Registries

How An Agent Is Identified

An agent’s identity is an ERC-721 token. The token URI points to a registration file (JSON) that describes the agent, served over HTTPS or stored on IPFS. Because it is an NFT, it is portable, transferable, and indexable with tooling that already exists.
Registration file (shape)

Resolve One Now

Resolve an identity with a live on-chain read of Arc’s ERC-8004 registry (by agent id, token id, or owner address). No mocks — it calls ownerOf + tokenURI for real.

Reputation Scoring

Reputation is computed deterministically, so the same history always yields the same score. See the MCP server reference.