{
  "type": "https://eips.ethereum.org/EIPS/eip-8004#registration-v1",
  "name": "NEUS",
  "description": "NEUS is a portable trust layer: proof earned for identity, ownership, access, and agent actions can unlock the next app or workflow across apps and AI systems.",
  "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": "Primary REST API for verifiers, proof issuance, proof reads, and profiles."
    },
    {
      "name": "Verifier Catalog",
      "endpoint": "https://api.neus.network/api/v1/verification/verifiers",
      "version": "v1",
      "description": "Lists available verifiers and their required inputs."
    },
    {
      "name": "Verification (create proofs)",
      "endpoint": "https://api.neus.network/api/v1/verification",
      "version": "v1",
      "description": "Standardized proof creation endpoint. Submit verifier IDs plus inputs and receive qHash/status (with signature guidance when required)."
    },
    {
      "name": "Proof Check (standard gate)",
      "endpoint": "https://api.neus.network/api/v1/proofs/check",
      "version": "v1",
      "description": "Standardized gate-check endpoint used by VerifyGate and integrations."
    },
    {
      "name": "Profiles / Namespaces",
      "endpoint": "https://api.neus.network/api/v1/profile",
      "version": "v1",
      "description": "Profiles and identity surfaces (namespace-linked views live in the frontend)."
    },
    {
      "name": "Payments Verify (x402 + Stripe)",
      "endpoint": "https://api.neus.network/api/v1/payments/verify",
      "version": "v1",
      "description": "Verifies payments (including x402 receipts) used for pay-per-use / credit settlement."
    },
    {
      "name": "NEUS MCP (hosted tools)",
      "endpoint": "https://mcp.neus.network/mcp",
      "version": "2025-11-25",
      "description": "MCP wire revision 2025-11-25 (session initialize / mcp-protocol-version header). Not REST /api/v1."
    },
    {
      "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",
    "docs": "https://docs.neus.network",
    "openSourcePath": "/neus/network"
  }
}
