# Redeeming avAssets

**Redeeming** is the step to convert your base `avAssets` (e.g. `avUSD`) back into their underlying base assets (e.g. `USDC`).&#x20;

{% hint style="info" %}

## Prerequisite: Have an `avAsset` Balance

To redeem, you need a balance of the `avAsset` you want to exit. If your funds are currently in an `savAsset` or `avAssetX`, complete [Unstaking](https://docs.avantprotocol.com/overview/using-avant-protocol/unstaking-savassets) or [Redeeming](https://docs.avantprotocol.com/overview/using-avant-protocol/redeeming-avassetx) first.
{% endhint %}

### Step-by-Step Guide

1. **Open Portfolio or Products:** Go to the [Portfolio](https://app.avantprotocol.com/) or [Products](https://app.avantprotocol.com/products) section of the app.
2. **Click Get and Select Action:** Click **Get** next to your `avAsset` balance.
3. **Select Path and Amount:** Based on your connected chain, the interface shows either **Redeem** (protocol redemption path) or **Sell** (swap path, where liquidity is available).&#x20;

> You can switch with chain-aware action hints such as `Redeem on Avalanche` or `Sell on Ethereum` to either redeem directly on the native chain or sell through in-app swap liquidity.

4. **Review Output and Route:** Check expected output and fees. Click route details to view included stages.
5. **Approve and Confirm:** Approve the selected token amount, then confirm **Redeem** or **Sell** depending on the selected path.
6. **Complete at Maturity (Redeem Path):** If you selected **Redeem**, complete the request from **Active Redemptions** once it becomes redeemable.

<figure><img src="/files/L3FrLUoOjIAiZlB696e8" alt=""><figcaption><p>Redeeming avUSD</p></figcaption></figure>

## Viewing Redemptions

After you have initiated a **Redeem** request for a token with a redemption period, you can monitor its progress in the **Active Redemptions** section on your Portfolio page.

<figure><img src="/files/NiVJX3TCf6T8K673L0u2" alt=""><figcaption><p>Active redemptions for avUSD</p></figcaption></figure>

{% hint style="info" %}

## Additional Information

* **Variable Waiting Period (Redeem Path):** While redemptions are often completed within a few hours, they can take up to 7 days depending on market liquidity and other conditions. You can monitor the status of your request in your Portfolio.
* **Order Flexibility (Redeem Path):** You can cancel or adjust your `avAsset` redemption request at any time before it is finalized. To adjust a pending redemption, submit a new request with the desired amount. This will automatically update and replace your existing order.
* **Transparency:** A redemption fee may apply for **Redeem** requests, and this will be clearly displayed in the interface before you proceed.
  {% endhint %}


---

# 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.avantprotocol.com/overview/using-avant-protocol/redeeming-avassets.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.
