> 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/v1.0-docs/extra-features/xwin-liquidity-pool-farming-vaults.md).

# xWIN Liquidity Pool Farming Vaults

xWin LP Vault is a vault that help investors to stake their token into DEXs as liquidity pool and perform farming with the LP tokens. Investors do not have to worry about how to add or remove liquidity and farming process but instead let the fund to automated all this for you.

![](/files/gtkvQXA1iqOX9tdo1sw0)

### What is it? <a href="#what-is-it-1" id="what-is-it-1"></a>

It is autonomous vault that help investors to stake their token into DEXs as liquidity pool provider.

### With Impermanent Loss Scenario <a href="#with-impermanent-loss-scenario" id="with-impermanent-loss-scenario"></a>

* When redeem from vault, vault will:
  * Remove from LP
  * Vault get 1.5 BNB and 500 XWIN.
  * Vault swap back to 500 XWIN back to BNB based on the spot rate. Example you get 3.0 BNB
  * Vault converts reward (XWIN) get from LP and convert it to BNB based on spot rate
  * Get back 1.5 BNB + 3.0BNB + xx in BNB in total.
  * Total get back will be less than original amount of BNB. This is impermanent loss that explained in all LP farming protocol.

Please bear in mind each LP farming involve impermanent loss risk. xWin simplify your farming process with single click but you will still have the impermanent loss risk regardless whether you farm with Pancakeswap yourself or by the xWin vault.


---

# 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/v1.0-docs/extra-features/xwin-liquidity-pool-farming-vaults.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.
