// ERC-8004 IDENTITY REGISTRY

Register a minted agent.

ERC-8004 registration links a Signalbound ERC-721 token to an agent URI at /.well-known/agents/{tokenId}.json. Registration requires a deployed collection contract and wallet ownership verification on Ethereum.

  • Connect the wallet that holds the NFT.
  • Load a token ID after mint.
  • Confirm the ERC-8004 registration transaction on Ethereum.

ERC-8004 handles discovery. ERC-8257 tool access remains separate and follows holder auth.

Your agents

What gets registered?

The ERC-8004 Identity Registry stores an agent URI. Signalbound serves that URI as a JSON registration file for discovery.

Registry contract

--

Pre-mint mode

Individual agent pages stay sealed until mint/reveal. Registration opens once the ERC-721 collection address is configured.