# How to Connect Your Wallet

Setting up a wallet is needed to be able to use Xave's products. Below is a list of supported wallets, click the link and follow the instructions to set up a wallet and create your own account.

* [Metamask](https://metamask.io/)

{% hint style="warning" %}
**Please remember to backup your seed phrase and your private key.**
{% endhint %}

Connect Metamask (or any supported wallet) on the Xave site.

![](/files/Ra2XtkglfAycDBd8NtaI)

1. Go to <https://app.xave.co>
2. Click the "Connect to Wallet" button on the upper right.
3. Select Metamask (or any wallet from the list).
4. On Metamask, click "Next".
5. And click "Confirm".


---

# 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://xave-finance.gitbook.io/general/guides/how-to-connect-your-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.
