{
    "type": "https://eips.ethereum.org/EIPS/eip-8004#registration-v1",
    "name": "NEUS",
    "description": "NEUS makes trust portable across the internet — so people, apps, and AI agents can prove what is real before access, payout, or execution. NEUS turns identity, ownership, authority, risk, content, and actions into reusable trust receipts for access, delegation, audit, and payments. Discover agents and verify proofs via the NEUS API. MCP is available for tool-based integrations at https://mcp.neus.network/mcp (open access; API enforces signer, payment, and rate limits).",
    "image": "https://neus.network/images/neus-brand-pack/neus-mark-128.png",
    "services": [
      {
        "name": "web",
        "endpoint": "https://neus.network/"
      },
      {
        "name": "NEUS API",
        "endpoint": "https://api.neus.network/",
        "skills": [
          "proofs.check",
          "proofs.read"
        ],
        "domains": [
          "api.neus.network",
          "neus.network"
        ]
      },
      {
        "name": "NEUS Agent Card Resolver",
        "endpoint": "https://api.neus.network/.well-known/agent-card.json",
        "skills": [
          "agent.registration.resolve"
        ],
        "domains": [
          "api.neus.network"
        ]
      },
      {
        "name": "NEUS Proof Gate Check",
        "endpoint": "https://api.neus.network/api/v1/proofs/check",
        "skills": [
          "proofs.check"
        ],
        "domains": [
          "api.neus.network"
        ]
      },
      {
        "name": "MCP",
        "endpoint": "https://mcp.neus.network/mcp",
        "skills": [
          "mcp.tools",
          "proofs.check",
          "proofs.verify",
          "agent.setup"
        ],
        "domains": [
          "mcp.neus.network"
        ]
      }
    ],
    "x402Support": true,
    "active": true,
    "registrations": [],
    "supportedTrust": [],
    "x_neus": {
      "notes": [
        "Per-agent cards are served by the NEUS API resolver using ?agentId=... on the api.neus.network domain.",
        "A2A-compatible agent cards are available at /.well-known/a2a/agent-card.json.",
        "If/when on-chain ERC-8004 identity is enabled, populate registrations[] with agentId and agentRegistry."
      ],
      "perAgentCard": {
        "endpoint": "https://api.neus.network/.well-known/agent-card.json?agentId={agentId}"
      },
      "perAgentA2aCard": {
        "endpoint": "https://neus.network/api/agent/{agentId}?format=a2a"
      }
    }
  }
