# WalletConnect on Nordek

​[WalletConnect](https://walletconnect.com/) is an **open-source protocol for data exchange between wallets and decentralized applications (dApps)**. The process takes place via a specialized server and the flow of data is encrypted in both directions.From the user's perspective, there are two ways to use WalletConnect, with slight variations depending on the wallet being used. In the mobile-to-mobile mode, the user visits the dApp's website, selects the "connect wallet" option, and chooses their preferred wallet. In the desktop-to-mobile approach, the user scans the QR code displayed on the dApp's website using their WalletConnect-enabled wallet on their mobile device. It's important to disconnect dApps after the session for security purposes.For developers looking to integrate WalletConnect functionality into their dApps running on Nordek, we recommend utilizing [this library](http://www.nordek.io/).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://nordekdocs.gitbook.io/nordek/developers/resources-and-tools/walletconnect-on-nordek.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
