From c45f504537326121a2cf8d6fd7d6558185c4e98d Mon Sep 17 00:00:00 2001 From: hodlbod Date: Mon, 17 Nov 2025 10:50:04 -0800 Subject: [PATCH] Add self to NIP 11 (#1764) Co-authored-by: Jon Staab --- 11.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/11.md b/11.md index 5c3b9dab..04978838 100644 --- a/11.md +++ b/11.md @@ -17,6 +17,7 @@ When a relay receives an HTTP(s) request with an `Accept` header of `application "banner": , "icon": , "pubkey": , + "self": , "contact": , "supported_nips": , "software": , @@ -60,6 +61,10 @@ An administrative contact may be listed with a `pubkey`, in the same format as N Relay operators have no obligation to respond to direct messages. +### Self + +A relay MAY maintain an identity independent from its administrator using the `self` field, which MUST be a 32-byte hex public key. This allows relays to respond to requests with events published either in advance or on demand by their own key. + ### Contact An alternative contact may be listed under the `contact` field as well, with the same purpose as `pubkey`. Use of a Nostr public key and direct message SHOULD be preferred over this. Contents of this field SHOULD be a URI, using schemes such as `mailto` or `https` to provide users with a means of contact.