> For the complete documentation index, see [llms.txt](https://doc.xwin.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.xwin.finance/user-guide/how-to-connect-wallet.md).

# How to Connect Wallet

To connect to xWIN Finance, add your DEFI wallet to your extension. We recommend you use Google Chrome and MetaMask.

1. Click on Connect Wallet on the top right of xWIN Finance

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

1. Choose the correct wallet

![](https://xwin-technology.gitbook.io/~gitbook/image?url=https%3A%2F%2F1927508257-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FjyAHkoBioQGRsFJUknJ1%252Fuploads%252FwsikE1mFxUCnWsLywro6%252Fimage.png%3Falt%3Dmedia%26token%3Dee1084a4-8fa0-4d6b-8172-3ca62bfa1263\&width=768\&dpr=4\&quality=100\&sign=54052fdd\&sv=2)

1. Once you choose the correct wallet, your extension will pop up and will require you to approve the connection.

Once connected you will be able to use many of the features like **My Menu**, invest into funds, and create <mark style="color:orange;">your own funds</mark>.


---

# 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://doc.xwin.finance/user-guide/how-to-connect-wallet.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.
