# Withdrawal

## &#x20;<a href="#how" id="how"></a>

### How?

1. Enter withdrawal amount in fund token&#x20;
2. Default of 0.50% price tolerance
3. Click Approve to allow xWIN to spend the fund token (Only applied for first time of withdrawal)
4. Click Redeem to sign the transaction in MetaMask wallet

![](/files/VpVNJT2005fEdPlQ484S)

### ​How to redeem your assets?

Whenever investors redeem from the vaults, the vault returns investor proceeds in BNB. The protocol will calculate the proportional weights to be redeemed to the underlying tokens and swap it back to BNB. In general, the more tokens in the basket the more gas it costs for swapping.&#x20;

#### Price Impact

By default, xWin will set a slippage of 0.50%. It means if the swapping price is higher than 1% in any of the tokens, the transaction will be reverted. This is to protect the investors from front-runner attacks. However, the user can change the parameter in the UI to loosen the restriction if needed.

#### Exit Fee

0.50% exit fee + manager fee (if applicable) will be applied as platform fee during the redemption.

#### XWIN Earned Token

The accumulated XWIN token will be withdrawn to the wallet whenever the user performs the redemption.&#x20;


---

# 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://doc.xwin.finance/v1.0-docs/how-to/for-users/redemption.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.
