From 9c9846e11d93498d1c33842bc848e7b2f54768b7 Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Thu, 28 May 2026 16:52:38 -0400 Subject: [PATCH] NIP-85: Clarifications (#2304) --- 85.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/85.md b/85.md index 587095d5..fe5ff693 100644 --- a/85.md +++ b/85.md @@ -106,7 +106,7 @@ NIP-73 `k` tags should be added to the event as well. ## Declaring Trusted Service Providers -Kind `10040` lists the user's authorized providers for each result. Each `kind:tag` is followed by the `pubkey` of the service and the relay where the results are published. Users can specify these publicly or privately by JSON-stringifying and encrypting the tag list in the `.content` using NIP-44. +Kind `10040` lists the user's preferred source for each result. Each `kind:tag` is followed by the publisher's `pubkey` and the `relay` where assertion events can be obtained. Service providers may use multiple keys and relays as needed, including a key per user when the algorithm is personalized to that user's point of view or settings. Users can share these settings publicly or keep them private by JSON-stringifying and encrypting the tag list within the `.content` field using NIP-44. ```js {