{
  "@context": ["https://www.w3.org/ns/did/v1", "https://w3id.org/security/suites/jws-2020/v1"],
  "id": "did:web:giveabit.io",
  "verificationMethod": [
    {
      "id": "did:web:giveabit.io#key-1",
      "type": "JsonWebKey2020",
      "controller": "did:web:giveabit.io",
      "publicKeyJwk": {
        "kty": "EC",
        "crv": "secp256k1",
        "x": "PLACEHOLDER_X",
        "y": "PLACEHOLDER_Y"
      }
    }
  ],
  "authentication": ["did:web:giveabit.io#key-1"],
  "assertionMethod": ["did:web:giveabit.io#key-1"],
  "service": [
    {"id": "did:web:giveabit.io#nostr", "type": "NostrRelay", "serviceEndpoint": "wss://relay.damus.io"},
    {"id": "did:web:giveabit.io#lightning", "type": "LightningAddress", "serviceEndpoint": "https://giveabit.io/.well-known/lnurlp/cam"},
    {"id": "did:web:giveabit.io#satohash", "type": "TimestampService", "serviceEndpoint": "https://satohash.io"},
    {"id": "did:web:giveabit.io#web", "type": "LinkedDomains", "serviceEndpoint": "https://giveabit.io"}
  ],
  "alsoKnownAs": ["https://giveabit.io", "cam@giveabit.io"]
}
