# Redeem funds through Idle

## Redeem funds

1. Users should visit the [Idle dashboard](https://app.idle.finance/#/dashboard) and connect their wallets.
2. Visit the strategy page of your choice and click on *Withdraw* in the right panel
3. Input the amount you want to redeem and click on *Withdraw*

<figure><img src="/files/1DTtFZaI3WAuPkqfdZS5" alt=""><figcaption></figcaption></figure>

### Redeem only **farmed rewards**

1. Click **"***Show advanced options"*.
2. Click the checkbox "*Redeem governance tokens only"*.
3. Click "*Redeem Gov Tokens"*.
4. Click "*Confirm"* in your wallet to redeem the governance tokens.
5. Go to the respective strategy page, look under "*Deposited assets"* for the token you wish to redeem, and click "*Manage"*.
   1. To redeem the deposited assets and any farmed governance tokens, you can either enter a specific amount by manually typing a value in the box, or select the predefined percentages to automatically calculate a value based on your balance, then click "*Redeem"*.
   2. Click "*Confirm*" to redeem the asset.
   3. You will now own your tokenized asset and any redeemed governance tokens less the current performance fee that is taken from positive returns (performance fee does not apply to $IDLE).&#x20;

      By clicking on your wallet, you can see your current portfolio assets and $IDLE balance.

<figure><img src="/files/7OobzMT6I2osc4oz6bqS" alt=""><figcaption></figcaption></figure>

### Redeem only **farmed governance tokens**

1. Click **"***Show advanced options"*.
2. Click the checkbox "*Redeem governance tokens only"*.
3. Click "*Redeem Gov Tokens"*.
4. Click "*Confirm"* in your wallet to redeem the governance tokens.

### Redeem only **deposited assets**

1. Click "*Show advanced options*".
2. Click the checkbox "*Redeem without governance tokens"*.
3. Select the governance tokens you want to forfeit, and the checkbox to acknowledge you are giving away these tokens.
4. Enter an amount by manually typing a value in the box, or select the predefined percentages to automatically calculate a value based on your balance, then click "*Redeem"*.
5. Click "*Confirm"* in your wallet to redeem the asset.

{% hint style="warning" %}
Currently, this can only be done by forfeiting farmed governance tokens.
{% endhint %}

Need further help? Check our [guides](/other/guides.md) list or get in contact on [Discord](https://discord.com/invite/mpySAJp).


---

# 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://docs.idle.finance/other/guides/redeem-funds.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.
