NIP-352: Bitcoin Silent Payment Address#2392
Open
i2dor wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposes kind:30352 as the receiver-controlled announced address layer for Bitcoin Silent Payments on Nostr.
Relationship to NSP (#2355)
Complements NSP, does not compete with it:
npub, zero receiver action, no rotation possible, no signed publicationsp1...address as a kind:30352 event; derivation method not mandatedWhen a kind:30352 event exists, senders SHOULD prefer it over NSP derivation — it represents the receiver's explicit and current choice. When none exists, NSP is the natural fallback.
Key design decisions
30000–39999) so mainnet and signet have independent slots viad-tag. kind:10352 would be wrong: thed-tag is not part of the relay's deduplication key in the replaceable range, so a signet publication would overwrite mainnet.sp1...string. Whether the receiver derived it from their Nostr key, a hardware wallet, or an independent keypair is irrelevant to the protocol.payment_pubkeyoptional — a provenance hint for clients that want to verify the address was legitimately derived; senders do not need it to pay.Running implementation
Nostru — Chrome extension that publishes and discovers kind:30352 events.