> For the complete documentation index, see [llms.txt](https://docs.bifi.finance/biport-mobile-user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bifi.finance/biport-mobile-user-guide/connect-dapp/dapp-on-desktop.md).

# DApp on Desktop

As for DApps supporting WalletConnect, you can connect your wallet. In this tutorial, we took uniswap as an example.

\[DApp on the Desktop]

<div><figure><img src="/files/DLeIrSS1oF5kj3iDTUq5" alt=""><figcaption></figcaption></figure> <figure><img src="/files/yTWDRtIKCXuCuNthUkZX" alt=""><figcaption></figcaption></figure> <figure><img src="/files/6Uxe1YS87QWmZLCp5ACj" alt=""><figcaption></figcaption></figure></div>

1. Visit uniswap.
2. Choose WalletConnect.
3. You need to read the given QR code by using WalletConnect camera on Biport Mobile.

\[On Biport Mobile]

<div><figure><img src="/files/brCSfeeqhzL6PqeFhLme" alt=""><figcaption></figcaption></figure> <figure><img src="/files/B62wgYChSlAVAMs52Bsl" alt=""><figcaption></figcaption></figure> <figure><img src="/files/vt4x3283D0Px1h1LWRz3" alt=""><figcaption></figcaption></figure></div>

1. Click the QR code icon on the top left.
2. Click `WalletConnect`.
3. Choose the network on the DApp and the camera will appear.

<div><figure><img src="/files/rmebja54e2E1OtUl5N1Z" alt=""><figcaption></figcaption></figure> <figure><img src="/files/zwbSjZATXJFnjFi7qXrz" alt=""><figcaption></figcaption></figure> <figure><img src="/files/iZsY4k4ykXZhQZjnpUbE" alt=""><figcaption></figcaption></figure></div>

4. Read the QR code received from uniswap.
5. When the connection is complete, the connected DApp will show up on the WalletConnect page.

{% hint style="info" %}
**Learn More!**

You can manage the list of DApps previously connected to the wallet. To disconnect the link to a DApp, click `Disconnect`. To delete the history, click `Delete`.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.bifi.finance/biport-mobile-user-guide/connect-dapp/dapp-on-desktop.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
