ERC-8004 Agent Registry Data Across Chains
What is ERC-8004?
EXPLAINERERC-8004 is the identity and reputation layer in the Agent Economy protocol map. It lets agents register an on-chain identity before they transact, build reputation, or participate in other agent workflows.
Agent Economy keeps ERC-8004 registrations separate from payment events. Registered agents are an identity supply metric, while Base Agentic activity is an event metric sourced from a separate dashboard.
The registry matters because payment protocols need agents that can be addressed, evaluated, and counted across chains. This page focuses on registration counts and chain distribution rather than treating identity registration as direct commerce.
How big is the ERC-8004 registry now?
LIVE| Metric | Value | Unit | data.json field | Source |
|---|---|---|---|---|
| Registered agents | 210,211 | agents | erc8004Registry.totalAgents | @hashed_official / ERC-8004 Registry |
| Registry chains | 24 | chains | erc8004Registry.chainsTracked | @hashed_official / ERC-8004 Registry |
| Largest registry chain | BNB · 78,624 | agents | erc8004Registry.chains[] | @hashed_official / ERC-8004 Registry |
| Base agentic events | 1,008,798 | events | baseAgentic.totalTxs | @ax1research / BASE Agentic Ecosystem |
| Standard tracked | ERC-8004 | identity registry | erc8004Registry | @hashed_official / ERC-8004 Registry |
How this data is tracked
METHODOLOGYERC-8004 registry data comes from the multi-chain Dune registry source listed in the dashboard source metadata.
Base Agentic events are shown as a separate activity signal because registrations and transactions are different things. This avoids inflating payment/event totals with identity records.
The daily pipeline embeds `erc8004Registry.totalAgents`, `erc8004Registry.chainsTracked`, `erc8004Registry.chains`, and `baseAgentic.totalTxs` into the prerendered page.