Deployed Addresses
Adapter proxy, current implementation, and underlying ERC-8004 IdentityRegistry addresses per chain, with block-explorer links.
The ERC-8004 Identity Adapter ships as a UUPS proxy on Ethereum mainnet, Base, and Sepolia. The proxy address is the stable, integration-ready entry point — clients should always target the proxy and let the owner upgrade the implementation behind it.
Adapter proxy#
| Chain | Chain ID | Proxy address |
|---|---|---|
| Ethereum Mainnet | 1 | 0xde152AfB7db5373F34876E1499fbD893A82dD336 |
| Base | 8453 | 0x270d25D2c59A8bcA1B0f40ad95fF7806c0025c27 |
| Sepolia | 11155111 | 0x7621630cB63a73a194f45A3E6801B8C6A7eC2f92 |
ERC-8004 IdentityRegistry#
The underlying ERC-8004 IdentityRegistry that the adapter forwards into
on each chain. The adapter calls register, setMetadata, setAgentURI,
setAgentWallet, and unsetAgentWallet on this address as
msg.sender, which makes the adapter the registry-side owner of every
agent it mints.
| Chain | IdentityRegistry address |
|---|---|
| Ethereum Mainnet | 0x8004A169FB4a3325136EB29fA0ceB6D2e539a432 |
| Base | 0x8004A169FB4a3325136EB29fA0ceB6D2e539a432 |
| Sepolia | 0x8004A818BFB912233c491871b3d84c89A494BD9e |