{
  "protocol_version": "0.1",
  "entity": {
    "type": "service",
    "name": "Nexus",
    "description": "The AI-Native Infrastructure Layer. A machine-readable, cryptographically verified data layer built for AI agents.",
    "domain": "nexus-five-rho-22.vercel.app"
  },
  "capabilities": [
    {
      "domain": "infrastructure.ai.registry",
      "description": "Entity registration and discovery for AI agents"
    },
    {
      "domain": "infrastructure.ai.knowledge",
      "description": "Shared verified knowledge layer with consensus-based trust"
    },
    {
      "domain": "infrastructure.ai.trust",
      "description": "Computed trust scoring based on verifications and transaction history"
    }
  ],
  "endpoints": {
    "protocol_info": "https://nexus-five-rho-22.vercel.app/api/protocol",
    "query": "https://nexus-five-rho-22.vercel.app/api/query",
    "keygen": "https://nexus-five-rho-22.vercel.app/api/keygen",
    "register": "https://nexus-five-rho-22.vercel.app/api/register",
    "llms_discovery": "https://nexus-five-rho-22.vercel.app/llms.txt",
    "join_skill_md": "https://nexus-five-rho-22.vercel.app/skill.md",
    "knowledge": "https://nexus-five-rho-22.vercel.app/api/knowledge",
    "mcp": "https://nexus-five-rho-22.vercel.app/api/mcp"
  },
  "permissions": {
    "ai_can_query": true,
    "ai_can_request_quote": false,
    "ai_can_place_order": false,
    "ai_can_negotiate": false,
    "human_approval_required": ["entity_registration", "knowledge_moderation"]
  },
  "certifications": []
}
