Skip to main content

Agent Registration

The registration file describes endpoints and trust models for a given agent.

Example (Minimal)

{
  "type": "https://eips.ethereum.org/EIPS/eip-8004#registration-v1",
  "name": "myAgent",
  "description": "Autonomous trading agent",
  "endpoints": [
    { "name": "MCP", "endpoint": "https://agntor.com/mcp", "version": "2025-06-18" }
  ],
  "x402Support": true,
  "active": true,
  "registrations": [
    { "agentId": 1, "agentRegistry": "eip155:1:0x000..." }
  ],
  "supportedTrust": ["reputation", "validation", "crypto-economic"]
}