From f91d82425baa137786c4d2529f76e7e1b1b6cc95 Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Sat, 17 Feb 2024 17:56:33 -0500 Subject: [PATCH] Improves the wording --- 22.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/22.md b/22.md index 5e96f8a3..68891c4a 100644 --- a/22.md +++ b/22.md @@ -6,7 +6,9 @@ Key Migration `draft` `optional` -Kind 18 informs the network that the owner of the pubkey is migrating to a new key. The event MUST contain a single `p` tag with the new pubkey owner will be using. +Kind 18 informs the network that the owner of the pubkey is migrating to a new key. + +The event MUST contain a single `p` tag with the new pubkey owner will be using. ```js { @@ -19,9 +21,13 @@ Kind 18 informs the network that the owner of the pubkey is migrating to a new k } ``` -`Kind:18`s suggestion to move to a new key **alone** can't be trusted because the owner's keys might have leaked. It MUST be verified by Web of Trust. +## Confirmation Chains -Close acquaintances to the owner should verify the intention off nostr and signal their assessment of the owner's intentions by following the new key. Others can follow based on their individual trust on such those acquaintances. +Since the owner's keys might have leaked, `Kind:18`s **alone** can't be trusted. + +Close acquaintances to the owner should verify the owner's intention off nostr and signal their conclusion by adding the new key to their contact lists. + +Others can follow based on their individual trust on such those acquaintances. ## Interpretation @@ -29,7 +35,7 @@ The presence of one or more `kind:18`s, no matter who writes it, declares the ke Users that have a `kind:18` published by their keys MUST migrate to a new key. -There can be multiple `kind:18`s pointing to separate keys. Finding which event is the right one requires observing contact lists of trusted keys. +There can be multiple `kind:18`s pointing to separate new keys. Finding which event is the right one requires observing contact lists of trusted keys. ## Information retention