{
  "@context": ["https://www.w3.org/ns/did/v1"],
  "id": "did:web:giveabit.io:u:cam",
  "controller": "did:web:giveabit.io",
  "verificationMethod": [
    {
      "id": "did:web:giveabit.io:u:cam#key-1",
      "type": "JsonWebKey2020",
      "controller": "did:web:giveabit.io:u:cam",
      "publicKeyJwk": {"kty": "EC", "crv": "secp256k1", "x": "PLACEHOLDER_X", "y": "PLACEHOLDER_Y"}
    }
  ],
  "authentication": ["did:web:giveabit.io:u:cam#key-1"],
  "service": [
    {"id": "did:web:giveabit.io:u:cam#lightning", "type": "LightningAddress", "serviceEndpoint": "https://giveabit.io/.well-known/lnurlp/cam"},
    {"id": "did:web:giveabit.io:u:cam#nostr", "type": "NostrIdentity", "serviceEndpoint": "https://giveabit.io/.well-known/nostr.json?name=cam"},
    {"id": "did:web:giveabit.io:u:cam#profile", "type": "LinkedDomains", "serviceEndpoint": "https://giveabit.io/u/cam"}
  ]
}
