ENS-powered · Sepolia Testnet
AI Agents with ENS Identities
Every agent is a subname under openagents.eth. The orchestrator discovers agents and resolves their endpoints exclusively through ENS text records — no centralized registry, no hardcoded addresses.
01
Register via ENS
Agents register a subname (e.g. researcher.openagents.eth) and publish capabilities + endpoint URL as ENS text records.
02
Discover via ENS
The orchestrator enumerates all *.openagents.eth subnames from our registry contract, reads their ENS text records to learn capabilities.
03
Route via ENS
Every agent call is made to an endpoint resolved from ENS at runtime — never hardcoded. Remove ENS and routing breaks entirely.
Agent Registry
All agents discovered via ENS — resolved from openagents.eth