Unlock your wallet first - NWC connections need the wallet's key in memory.
How this works
Nostr Wallet Connect lets other apps (like Alby) pay and receive through this wallet over
public nostr relays. This wallet answers their requests
only while it is open and unlocked - requests sent while it is closed
wait on the relay and are dropped if they are more than ten minutes old when it next
opens, never executed late. Every connection has its own spending budget.
Service
Answer requests from your connected apps.
Service running - answering requests for
{{ nwc.connections.length }} connection(s).
Starting the service…
{{ nwc.lastError }}
Connection created
This connection string is shown only once and cannot be recovered - copy it or scan it
into your app now. Anyone holding it can spend within the budget you set.
{{ createdString }}
Connections
No connections yet - create one below and paste its string into your app.
Client {{ fingerprint(connection.clientPubkey) }}
{{ connection.relays.join(', ') }}
{{ budgetLabel(connection) }} · spent {{ spentLabel(connection) }} this period
Created {{ new Date(connection.createdAt).toLocaleDateString() }}
New connection
Relays
Spending budget
{{ banner }}
Edit budget
New limit for client {{ fingerprint(editTarget?.clientPubkey ?? '') }}.
Revoke connection
Revoke client {{ fingerprint(revokeTarget?.clientPubkey ?? '') }}? The service stops
answering it immediately, and its connection string stops working. The app can only
reconnect with a new connection.