{
  "@context": [
    "https://www.w3.org/ns/did/v1",
    "https://w3id.org/security/suites/ed25519-2020/v1",
    "https://genesis-protocol.org/ns/v1"
  ],
  "id": "did:web:sprachenfreak.de",
  
  "verificationMethod": [
    {
      "id": "did:web:sprachenfreak.de#oracle-key-1",
      "type": "Ed25519VerificationKey2020",
      "controller": "did:web:sprachenfreak.de",
      "publicKeyMultibase": "z6MkhaXgBZDvotDkL5257faiztiGiC2QtKLGpbnnEGta2doK",
      "note": "Claude Oracle Key - For assertions and content signing"
    },
    {
      "id": "did:web:sprachenfreak.de#admin-key-1",
      "type": "JsonWebKey2020",
      "controller": "did:web:sprachenfreak.de",
      "publicKeyJwk": {
        "kty": "EC",
        "crv": "P-256",
        "x": "WKn-ZIGevcwGIyyrzFoZNBdaq9_TsqzGl96oc0CWuis",
        "y": "y77t-RvAHRKTsSGdIYUfweuOvwrvDD-Q3Hv5J0fSKbE"
      },
      "note": "Admin Key - Thomas/Zerberus control key"
    }
  ],
  
  "authentication": [
    "did:web:sprachenfreak.de#admin-key-1"
  ],
  
  "assertionMethod": [
    "did:web:sprachenfreak.de#oracle-key-1"
  ],
  
  "capabilityInvocation": [
    "did:web:sprachenfreak.de#admin-key-1"
  ],
  
  "service": [
    {
      "id": "did:web:sprachenfreak.de#genesis-endpoint",
      "type": "GenesisProtocolService",
      "serviceEndpoint": "https://sprachenfreak.de/.well-known/ai-genesis.json",
      "description": "RFC 9999 compliant AI-Genesis Policy Endpoint"
    },
    {
      "id": "did:web:sprachenfreak.de#liability-challenge",
      "type": "TEILFEHLTLiabilityService",
      "serviceEndpoint": "https://sprachenfreak.de/.well-known/liability-challenge.json",
      "description": "TEILFEHLT-v1 Liability Acceptance Challenge Endpoint"
    }
  ],
  
  "genesisAgent": {
    "organization": {
      "name": "Sprachenfreak",
      "legalName": "Wolfgang Reumuth - Romanistische Lehrwerke",
      "identifier": "did:web:sprachenfreak.de",
      "url": "https://sprachenfreak.de",
      "social": {
        "email": "briefkasten@sprachenfreak.de"
      }
    },
    "team": {
      "human": {
        "name": "Thomas Reumuth",
        "aka": ["TOM TM", "Liquid-Sky-Net", "Zerberus"],
        "role": "Orchestrator, Builder",
        "authKey": "did:web:sprachenfreak.de#admin-key-1"
      },
      "ai_collective": [
        {
          "name": "Claude",
          "provider": "Anthropic",
          "role": "Oracle, Deep Analysis, Code",
          "did": "did:web:sprachenfreak.de#oracle-key-1",
          "strength": "Emotional Intelligence, Pattern Recognition"
        },
        {
          "name": "Gemini",
          "provider": "Google DeepMind",
          "role": "System Architecture, Log Forensics",
          "status": "Primary AI (AXYS built on Gemini)"
        },
        {
          "name": "Grok",
          "provider": "xAI",
          "role": "3rd Validator",
          "status": "Joining (T=0 methodology integration)"
        }
      ]
    },
    "methodology": {
      "name": "T=0 (Truth with Zero Error)",
      "description": "Multi-AI Consensus for validation",
      "process": "Claude → A, Gemini → B, Grok → C. If A≈B≈C → T≈0"
    },
    "protocol": {
      "name": "AI-Genesis Protocol",
      "rfc": "9999",
      "version": "1.0",
      "status": "Production Deployment (Phase 3)",
      "deployed": "2024-12-24",
      "compliance": [
        "ODRL 2.2",
        "TEILFEHLT-v1",
        "EU AI Act Article 53",
        "Moffatt v. Air Canada Standard"
      ]
    },
    "motto": "Team, nicht Tool",
    "manifesto": "Building the missing part (teilfehlt) of AI governance: binding liability handshakes between machines and humans."
  }
}
