onyx_erc8004_lookup
Signed on-chain read of the ERC-8004 'Trustless Agents' registries (Identity + Reputation singletons, live on Base mainnet). Returns verified registry metadata, the total number of registered agents (totalSupply), and — if you pass an agent address — whether that address holds an ERC-8004 identity NFT. Read-only eth_call, no funds; the whole reading is Ed25519-signed by 0n1x so an agent can prove the registry fact before trusting a counterparty. (price: $0.05 USDC, tier: metered)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | Chain to read (default 'base' = Base mainnet, eip155:8453). | |
| address | No | Optional agent EVM address (0x...) to check for an ERC-8004 identity (balanceOf > 0). | |
| registry | No | Which singleton to read (default 'identity'). |