> For the complete documentation index, see [llms.txt](https://docs.sova.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sova.io/sova-for-users/flow-of-funds/redemption-flow.md).

# Redemption Flow

> **Withdraw your cbBTC plus accumulated yield.**

***

## Overview

| Parameter              | Value   |
| ---------------------- | ------- |
| **Redemption Period**  | 30 days |
| **Withdrawal Fee**     | 0%      |
| **Minimum Withdrawal** | None    |

***

## Step-by-Step

### Step 1: Initiate Withdrawal

Open the Sova app and navigate to the vault section.

* View your current svBTC balance
* See the current exchange rate and cbBTC value
* Click **"Withdraw"** to begin

***

### Step 2: Enter Amount

Specify how much you want to withdraw.

| Option      | Description                          |
| ----------- | ------------------------------------ |
| **Partial** | Enter specific svBTC or cbBTC amount |
| **Full**    | Use "Max" to withdraw entire balance |

You'll see a preview of the cbBTC you'll receive (principal + yield).

***

### Step 3: Confirm Request

Submit the withdrawal request.

* Request is recorded on-chain
* 30-day redemption period begins
* Your svBTC remains in your wallet during this period

***

### Step 4: Wait for Redemption Period

Your withdrawal processes over 30 days.

> **Track Progress**
>
> Monitor your withdrawal status in the Sova dashboard.

***

### Step 5: Claim cbBTC

Once the redemption period completes:

* Return to the Sova app
* Confirm the claim transaction
* svBTC is burned, cbBTC is transferred to your wallet

***

## What You Receive

| Component     | Description                                   |
| ------------- | --------------------------------------------- |
| **Principal** | Your original cbBTC deposit                   |
| **Yield**     | Accumulated settlement fees                   |
| **Total**     | cbBTC at the exchange rate when you requested |

***

## Verification

All redemptions are verifiable on-chain:

| Check           | How                                      |
| --------------- | ---------------------------------------- |
| **Transaction** | View on [BaseScan](https://basescan.org) |
| **Balance**     | Confirm cbBTC in wallet                  |
| **svBTC**       | Verify tokens were burned                |

***

## FAQ

**Can I cancel a withdrawal request?**

Yes, you can cancel a pending withdrawal before the redemption period completes.

**What exchange rate do I get?**

The exchange rate is locked when you submit the withdrawal request.

**Can I make multiple withdrawal requests?**

Yes, you can have multiple pending withdrawals at different stages of the redemption period.


---

# 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://docs.sova.io/sova-for-users/flow-of-funds/redemption-flow.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.
