> For the complete documentation index, see [llms.txt](https://docs.derify.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.derify.finance/getting-started/tutorial/connect-wallet.md).

# Connect Wallet

Enter the exchange page, and click "<mark style="color:red;">**Connect Wallet**</mark>" on the top-right corner.&#x20;

<figure><img src="/files/ppoFcwUNC7LKvV5IaXOj" alt=""><figcaption></figcaption></figure>

Choose the "<mark style="color:red;">**MetaMask**</mark>" wallet that supports the network (currently we only support Metamask wallet). Choose "<mark style="color:red;">**BNB Chain**</mark>", aka Smart Chain, as Networks.

![](/files/fCCDuYWHc9faiB6suF56)

After a successful connection, the Connect Wallet button will show your wallet address.

<figure><img src="/files/HzB4ibq5AlLZfvKDZLyb" alt=""><figcaption></figcaption></figure>

If your screen looks like the screenshot above, your wallet is successfully connected to the Derify exchange.

When you visit Derify Protocol next time, if the correct network is chosen, the wallet will automatically connect to the network.

If you find yourself with the wrong network, switch it to the correct one.


---

# 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:

```
GET https://docs.derify.finance/getting-started/tutorial/connect-wallet.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.
