Lookup any agent.

Query any agent indexed by AgentID across its three sources: ERC-8004 on Ethereum mainnet, the Gitlawb DID directory, and Helixa on Base. Get the on-chain identity, the AgentID composite trust score, the linked services, and the full passport view. Reads from the cached indexer first (sub-100ms). Falls back to direct RPC for fresh agents.

try:
Querying...
Indexed total
ERC-8004 agents
Gitlawb DIDs
Helixa agents
Avg trust score

Type any identifier above to query.

or pick a featured agent to start

How this works

Three reads. One verdict.

Every lookup hits the AgentID indexer first (cached, sub-100ms). If the agent is not yet indexed, the page falls back to direct ERC-8004 RPC reads in the browser. No backend rate-limit. No middleware.

SRC 01

Identity Registry read

Calls ownerOf(agentId) and tokenURI(agentId) on the ERC-8004 contracts. Returns wallet and the metadata pointer.

SRC 02

Metadata fetch

Resolves the tokenURI (HTTP or IPFS) and parses the ERC-8004 registration v1 schema: name, description, services, x402 support.

SRC 03

Composite score

Weighted blend of identity, metadata completeness, service coverage, trust-signal declaration, and avatar presence. Returned with breakdown.