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#

Current implementation#

The current implementation behind the proxy on each chain (rolled out on 2026-05-15 — counterfactual surface, full event coverage, reentrancy guards). Read live by calling cast implementation <proxy> or by reading the EIP-1967 implementation slot 0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc.

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.

Owner (multisig)#

The adapter is owned across all three chains by a Gnosis Safe v1.4.1 (threshold 2), deployed at the same address on Mainnet, Base, and Sepolia. Future upgrades, registry repointing, and migration helpers are proposed and signed through this Safe.

Safe app links:

Historical context: the contract was deployed by EOA 0xF8e03bd4436371E0e2F7C02E529b2172fe72b4EF on 2026-04-05 and ownership was transferred to the Safe on 2026-05-15. The EOA no longer has any onlyOwner authority.