{
  "type": "https://eips.ethereum.org/EIPS/eip-8004#registration-v1",
  "name": "NEUS",
  "description": "NEUS creates reusable portable proofs for identity, ownership, and permission checks across apps and agents.",
  "image": "https://neus.network/images/neus-brand-pack/og-default-1200x630-neus.png",
  "active": true,

  "endpoints": [
    {
      "name": "NEUS Protocol API (v1)",
      "endpoint": "https://api.neus.network/api/v1",
      "version": "v1",
      "description": "REST API for available checks, proof creation and status, and profiles."
    },
    {
      "name": "Verifier Catalog",
      "endpoint": "https://api.neus.network/api/v1/verification/verifiers",
      "version": "v1",
      "description": "Lists available checks and their required inputs."
    },
    {
      "name": "Verification (create proofs)",
      "endpoint": "https://api.neus.network/api/v1/verification",
      "version": "v1",
      "description": "Submit check IDs and required inputs to create a portable proof."
    },
    {
      "name": "Proof Check",
      "endpoint": "https://api.neus.network/api/v1/proofs/check",
      "version": "v1",
      "description": "Checks whether current proofs satisfy access requirements."
    },
    {
      "name": "Profiles / Namespaces",
      "endpoint": "https://api.neus.network/api/v1/profile",
      "version": "v1",
      "description": "Public profiles and linked identity records."
    },
    {
      "name": "Payments Verify (x402 + Stripe)",
      "endpoint": "https://api.neus.network/api/v1/payments/verify",
      "version": "v1",
      "description": "Checks x402 and card payment results used for credit settlement."
    },
    {
      "name": "NEUS MCP (hosted tools)",
      "endpoint": "https://mcp.neus.network/mcp",
      "version": "2025-11-25",
      "description": "Hosted MCP endpoint for portable proofs, agent identity, permissions, and Vault."
    },
    {
      "name": "A2A Platform Agent Card",
      "endpoint": "https://neus.network/.well-known/a2a/agent-card.json",
      "version": "v1",
      "description": "A2A-compatible platform card for agent discovery."
    },
    {
      "name": "Docs",
      "endpoint": "https://docs.neus.network",
      "version": "latest",
      "description": "Integration and protocol documentation."
    }
  ],

  "registrations": [],
  "supportedTrust": [],

  "x402Support": true,

  "metadata": {
    "domain": "neus.network",
    "protocol": "https://api.neus.network",
    "a2a": "https://neus.network/.well-known/a2a/agent-card.json",
    "docs": "https://docs.neus.network",
    "openSourcePath": "/neus/network"
  }
}
