# Nostr Wallet Connect URI

A Nostr Wallet Connect URI is used to connect to wallet that use the [Nostr Wallet Connect](https://nwc.dev/) (NWC) protocol.

It looks like this:

```
nostr+walletconnect://<PUBKEY>?relay=<RELAY>&secret=<SECRET>
```

It contains the following information:

* Pubkey&#x20;
* Relay (URL of the relay where the **wallet service** is connected and will be listening for events.)
* Secret&#x20;
