Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 85.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down