{
  "@context": [
    "https://www.w3.org/ns/did/v1",
    "https://w3id.org/security/suites/jws-2020/v1",
    "https://w3id.org/security/suites/ed25519-2020/v1"
  ],
  "id": "did:web:8gentz.io",
  "controller": "did:web:8gentz.io",
  "verificationMethod": [
    {
      "id": "did:web:8gentz.io#key-1",
      "type": "JsonWebKey2020",
      "controller": "did:web:8gentz.io",
      "publicKeyJwk": {
        "kty": "OKP",
        "crv": "Ed25519",
        "x": "PLACEHOLDER_UPDATE_WITH_REAL_ED25519_PUBLIC_KEY"
      }
    },
    {
      "id": "did:web:8gentz.io#pqc-key-1",
      "type": "JsonWebKey2020",
      "controller": "did:web:8gentz.io",
      "publicKeyJwk": {
        "kty": "LWE",
        "alg": "ML-DSA-65",
        "x": "PLACEHOLDER_UPDATE_WITH_REAL_ML_DSA_PUBLIC_KEY",
        "note": "NIST FIPS 204 ML-DSA post-quantum signature key"
      }
    }
  ],
  "authentication": [
    "did:web:8gentz.io#key-1",
    "did:web:8gentz.io#pqc-key-1"
  ],
  "assertionMethod": [
    "did:web:8gentz.io#key-1",
    "did:web:8gentz.io#pqc-key-1"
  ],
  "keyAgreement": [
    {
      "id": "did:web:8gentz.io#kem-key-1",
      "type": "JsonWebKey2020",
      "controller": "did:web:8gentz.io",
      "publicKeyJwk": {
        "kty": "LWE",
        "alg": "ML-KEM-768",
        "x": "PLACEHOLDER_UPDATE_WITH_REAL_ML_KEM_PUBLIC_KEY",
        "note": "NIST FIPS 203 ML-KEM post-quantum key encapsulation key"
      }
    }
  ],
  "service": [
    {
      "id": "did:web:8gentz.io#gateway",
      "type": "SAGPGateway",
      "serviceEndpoint": "https://gateway.8gentz.io",
      "description": "Sovereign Agentic Gateway Proxy — main gateway endpoint"
    },
    {
      "id": "did:web:8gentz.io#mcp",
      "type": "MCPServer",
      "serviceEndpoint": "https://mcp.8gentz.io/v1/mcp/rpc",
      "description": "Model Context Protocol (MCP) server endpoint"
    },
    {
      "id": "did:web:8gentz.io#a2a",
      "type": "A2AAgent",
      "serviceEndpoint": "https://a2a.8gentz.io/v1/a2a/tasks/send",
      "description": "Agent-to-Agent (A2A) protocol endpoint"
    },
    {
      "id": "did:web:8gentz.io#anp",
      "type": "ANPNode",
      "serviceEndpoint": "https://anp.8gentz.io",
      "description": "Agent Network Protocol (ANP) endpoint"
    },
    {
      "id": "did:web:8gentz.io#openai",
      "type": "OpenAICompatibleAPI",
      "serviceEndpoint": "https://openai.8gentz.io/v1/openai/tools",
      "description": "OpenAI-compatible tool API endpoint"
    },
    {
      "id": "did:web:8gentz.io#website",
      "type": "LinkedDomains",
      "serviceEndpoint": "https://8gentz.io"
    },
    {
      "id": "did:web:8gentz.io#agent-card",
      "type": "AgentCard",
      "serviceEndpoint": "https://8gentz.io/.well-known/agent.json",
      "description": "A2A/ANP agent card"
    }
  ],
  "alsoKnownAs": [
    "https://8gentz.io",
    "https://gateway.8gentz.io"
  ]
}
