mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-12-12 18:36:24 +00:00
use victor's tldr
This commit is contained in:
parent
3b29b6c557
commit
99bc3b35ac
10
404.md
10
404.md
@ -4,6 +4,16 @@
|
||||
|
||||
This NIP introduces a protocol for creating ephemeral events that are weakly tied to a public key, allowing ephemeral interactions without permanent attachment to the author's identity.
|
||||
|
||||
---
|
||||
### TL;DR
|
||||
This is a form of key delegation with "expiration" based on proof of work difficulty.
|
||||
|
||||
The main key generates a new key and uses the first chars of that new npub as a challenge. Anyone that solves that
|
||||
challenge and finds an npub that matches it can publish as the main key. Because it is proof of work, it will become
|
||||
easier and easier to solve over time. Which creates some form of plausible deniability for the author.
|
||||
|
||||
Clients have to warn users that the new key might not represent the author anymore based on the time it has passed and the proof of work required by the author.
|
||||
|
||||
---
|
||||
|
||||
## Rationale
|
||||
|
Loading…
Reference in New Issue
Block a user