# Redemption

Redemption is defined as the destruction of USDV to redeem underlying tokenized RWA.

Impact on USDV circulation: **Reduce (-)**

By destroying USDV, the underlying asset is unlocked from the Vault. USDV of any color can be used for redemption.&#x20;

Redemption occurs in a single atomic transaction as follows:

* A user deposits $K USDV of any color (e.g., <mark style="color:blue;">**USDV\_BLUE**</mark>) to redeem.
* $K STBT is unlocked. A Redemption Fee is deducted from the unlocked STBT, and the remaining balance is sent to the receiver.
* $K Vault Shares are removed from <mark style="color:blue;">**USDV\_BLUE**</mark>.

Redemption is currently exclusive to the Ethereum network, and only STBT is available for redemption.

Redemption fee is applicable. See [Fees](/docs/concepts/parameters.md) for more details.


---

# 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.usdv.money/docs/concepts/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.
