# Nostr Silent Wallet

> Source: <https://gist.github.com/trbouma/77648ebe1005b181b67d1c4b42c7f31d>
> Published: 2026-05-22 12:38:30+00:00

Skip to content
The BIP-352 Silent Payments proposal creates an opportunity to define a distinct Nostr Silent Wallet (NSW) for a Nostr identity.
This work arose from related efforts to derive a Taproot (p2tr
) address from a Nostr public key and to understand how Nostr identity material could map deterministically into Bitcoin wallet semantics. That earlier exploration made it clear that the same identity-linked approach could be extended beyond a single visible Taproot address into a richer Silent Payments receive model.
One of its most important properties is that Silent Payments can provide a static payment address: a stable Silent Payments receive identity that can be reused by senders without creating a reusable on-chain receive address.
Under the Nostr Silent Wallet derivation rule, a Silent Payment address can be deterministically derived from a known npub
. This means every Nostr identity can be treated as having a corresponding Nostr Silent Wallet (NSW), even if the identity owner has never explicitly published or acknowledged it.
This creates several important properties:
- Independent verifiability: anyone who knows the
npub
and the Nostr Silent Wallet derivation rule can derive the expected Silent Payment address and verify it independently. - Anti-spoofing assurance: a sender does not need to trust a pasted or manually shared address. The correct Silent Payment address is fixed by the recipient identity and can be derived locally.
- Plausible deniability: because anyone can derive the Silent Payment address from the
npub
, the existence of that address does not prove thensec
holder intentionally created, published, or even knew about it. - Private receipt detection: while the Silent Payment address is publicly derivable, only the holder of the matching private scan key can detect which on-chain outputs belong to the Nostr Silent Wallet.
- Private fund control: only the holder of the matching private spend path can sweep or spend the detected outputs.
This protects both the sender and the recipient.
- The sender is protected because they can derive the correct receive address themselves and avoid spoofed payment instructions.
- The recipient is protected because incoming payments do not expose a reusable on-chain receive address, and detected outputs can be swept to unrelated addresses.
As a result, the funding relationship between donor and recipient is difficult to establish from public chain data alone.
The key architectural insight is that Nostr Silent Wallet differs from a wallet-style Silent Payments implementation in how the receiver's base Silent Payments keys are derived.
- The Nostr Silent Wallet is derived from Nostr identity using deterministic additive tweaks.
- In a wallet-style implementation, the Silent Payments keys are usually derived from private seed material through a BIP-32 tree.
The resulting sp1...
address is still the same kind of Silent Payments object in both cases, so a sender paying to it may see no practical difference. The difference shows up on the receiver side: scanning, recovery, and wallet interoperability depend on whether the wallet can reconstruct the matching private scan and spend keys from the same derivation contract.
For practical purposes, the Nostr Silent Wallet should be treated as its own distinct wallet model:
- it is identity-linked
- it is privately discoverable
- it is publicly verifiable
- it is difficult to attribute to intentional publication
- and it preserves the core on-chain privacy benefits of Silent Payments
This model has especially important implications in high-risk or adversarial environments where counterparties may be required to:
- send payment to a known identity
- later confirm receipt
- produce signed confirmations or acknowledgements
In those environments, ordinary payment coordination often creates trust gaps that must be managed by:
- intermediaries
- compliance staff
- auditors
- counterparties maintaining off-chain address books and attribution records
The Nostr Silent Wallet (NSW) approach reduces those gaps significantly.
The sender can derive the correct Silent Payment address directly from the recipient identity, so there is no need to trust:
- a copied payment address
- an address provided by a third party
- an address embedded in a message that could have been altered or spoofed
That means the sender has strong assurance they paid the correct identity without relying on a separate trusted address-distribution channel.
At the same time, the recipient can later confirm receipt using private scan knowledge and, if needed, produce signed statements about receipt or sweeping without the blockchain itself exposing a reusable public funding relationship.
This changes the operational trust model in an important way:
- address authenticity can be derived independently
- receipt detection can be performed privately by the intended recipient
- receipt confirmation can be made explicitly and deliberately, rather than inferred from public chain data
As a result, many of the trust gaps that would otherwise need to be:
- maintained by third parties
- documented through shared address registries
- or risk-managed through manual verification procedures
are reduced or eliminated by the cryptographic structure itself.
In short, this approach lets counterparties:
- derive the correct payment destination independently
- avoid spoofed payment instructions
- confirm receipt deliberately and privately
- and do so without exposing a durable public linkage between sender and recipient on-chain
This model is also important for protecting vulnerable donors who might otherwise reveal themselves unintentionally through ordinary Bitcoin payment coordination.
A useful real-world example is the 2022 Canadian trucker protest funding environment. During that period:
- donor information associated with crowdfunding support for the convoy was leaked and reported on publicly, exposing names, email addresses, locations, and other identifying details in many cases; see ABC News and The Guardian
- crypto-related accounts and addresses associated with convoy funding were identified and targeted by authorities and intermediaries; see Reuters via Investing.com and reporting on address blacklisting such as CryptoAdventure
That episode shows how vulnerable both donors and recipients can become when:
- payment destinations are publicly reused
- recipient infrastructure is easy to map
- donor activity can be linked to known recipient endpoints
- third parties can identify, freeze, or pressure visible funding paths
The Nostr Silent Wallet model helps prevent or sharply reduce that exposure.
With the Nostr Silent Wallet model:
- the sender can derive the correct destination from identity without relying on a publicly circulated payment address
- the reusable
sp1...
receive identity does not appear on-chain - the actual received outputs are not publicly obvious without the private scan key
- the recipient can later sweep funds to unrelated addresses, reducing durable public linkage
This makes it much harder to:
- track down vulnerable donors from a known public Bitcoin address reuse pattern
- map incoming payments to a publicly attributed recipient address
- establish a clear public funding relationship between a specific donor and recipient from chain data alone
In that sense, the Nostr Silent Wallet model protects both sides:
- the donor is less likely to reveal themselves by paying a publicly watchable recipient address
- the recipient is less likely to have their funding flows mapped and attributed through visible receive infrastructure
It does not eliminate all operational risk, but it removes one of the largest and most common privacy failures in Bitcoin payments: the durable public linkage created by visible recipient addresses and easily traced payment coordination channels.
The Nostr Silent Wallet (NSW) model shows that Bitcoin payments do not have to force a tradeoff between identity assurance and financial privacy. By making the correct receive identity independently derivable from Nostr while keeping on-chain receipt discovery and fund control private, this approach creates a stronger, safer, and more trustworthy payment model for both senders and recipients. It reduces spoofing risk, narrows operational trust gaps, protects vulnerable counterparties, and opens the door to a form of Bitcoin coordination that is more resilient in ordinary use and far more defensible in adversarial environments.
This also offers an important practical privacy advantage relative to layered Bitcoin privacy solutions such as Lightning and Cashu. Those systems can provide strong privacy properties, but they introduce additional infrastructure and additional trust or operational dependencies, including node operators, routing assumptions, channel management, or mint operators. The Nostr Silent Wallet (NSW) model achieves a comparable improvement in payment privacy at the address-coordination layer without requiring the user to rely on a Lightning node, a federated or custodial mint, or other specialized intermediary infrastructure. The result is a simpler privacy model built directly on Bitcoin and Nostr identity semantics, with fewer moving parts and fewer third-party trust assumptions.
The NSW approach leverages everything from BIP-352 with core differences
BIP-352:
- starts from already-existing Silent Payments private keys (usually generated by a wallet hardware or app)
- does not prescribe where these keys came from
NSW:
- derives Silent Payments keys deterministically from the publicly known Nostr identity key (
npub
)
So the BIP-352 base derivation is essentially:
- “pick or derive private keys, then compute pubkeys”
NSW is simply adding an option to the BIP-352 base derivation is:
- “start from the publicly known Nostr key d/P, derive additive tweaks, and turn that into scan/spend keys”
So in a nutshell, the core difference: Instead of starting from an already-existing Silent Payments wallet keyset, NSW derives the receiver’s base Silent Payments keys from the publicly known Nostr identity (npub
).
Everything else is exactly the same. There is no difference in how the Silent Payments addresses are used ( Cake Wallet and BlueWallet have been tested) - the only difference is the receiver (i.e., nsec holder
)needs to know how to recover the funds.
Math details on the NSW base derivation:
Let:
P = dG = Nostr public key
where d
is the scalar value of the nsec
Derive deterministic tweaks:
t_scan = H_tag("nostr-sp/scan", P)
t_spend = H_tag("nostr-sp/spend", P)
Then:
ScanPub = P + t_scan G
SpendPub = P + t_spend G
the two public keys are encoded into the address:
sp1... = bech32m(v0 || ScanPub || SpendPub)
and privately:
scan_priv = d + t_scan mod n
spend_priv = d + t_spend mod n
As far as any sending wallet is concerned, the sp1...
address is nothing special; it is just another Silent Payments address. However for the receiver, they need to know how to recover against those address using d
(their nsec
)
The opsec recommendation is to never spend from this wallet to an address outside of your control - always sweep to a fresh address under your control.
Some might philosophically object to using the nsec
as a wallet, but NSW gives everyone an attributable Silent Wallet for free but they can ignore and deny knowledge if they wish to.
