> 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-farming.md).

# XWIN Farming

xWin allow user to farm their xWin token or xWin Vault token to earn more XWIN token in returns. The multiplier applied to each of farming pool.

## Farming

xWIN allows you to farm your xWIN Vault token or XWIN token to gain more XWIN tokens. The screen shows your estimated XWIN tokens earned and the balance you have farmed.&#x20;

![](/files/WwL8N3HvOjFI6Qry3si4)

### Filtered by Category

![](/files/1ZMktS55p86oXnh1fHIQ)

You can click on the farm filtering button by category. It makes your browsing easier&#x20;

#### Harvest

Click on Harvest to withdraw the XWIN token earn

![](/files/iorClAoKu7jWFly5kXNr)

#### Deposit

Click on \[+] to deposit the amount you want to farm.&#x20;

1. Click Approve to allow the protocol to spend your token
2. Click Farm once approval is done.
3. Sign your transaction in wallet

{% hint style="info" %}
Protocol will harvest the XWIN token and send it to your wallet while performing the farming process&#x20;
{% endhint %}

![](/files/1OHNeubEG9RgKp2QKAsZ)

#### Withdraw

Click on \[-] to withdraw the amount you want to farm.&#x20;

1. Click Withdraw and sign your transaction in wallet

You will get back your XWIN-LP vault token.&#x20;

{% hint style="info" %}
You can't redeem from XWIN-LP Vault while doing farming. The token are locked in the protocol.&#x20;
{% endhint %}

![](/files/2XtWoD4db7jzNcJCI3s8)


---

# 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-farming.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.
