# Redeeming USTB

## Transaction settings

Before initiating a redemption, go to Settings and configure your Payout Destination. Proceeds from a redemption may be delivered as U.S. Dollars or USDC on select networks. There is no minimum redemption amount, and you can redeem the full amount of your holdings at any time.

***

## Instructions

1. View instructions by navigating to the Portfolio page and clicking the Redeem button next to USTB.
2. Toggle the Redeem dropdown to view instructions for redeeming USTB tokens, or USTB shares held in book-entry.
3. To redeem USTB tokens, send them to the redemption address shown in the portal. Or for Ethereum tokens, call the offchainRedeem() function on the USTB token contract. Either method will initiate a redemption.
4. To redeem USTB shares held in book-entry, click the Redeem button on the portfolio page, select your Book-Entry shares, and enter the amount you wish to redeem.
5. USTB features Continuous Pricing, meaning that your redemption will be priced at the NAV/S at the time your shares are received.
6. Payout will be delivered according to your Payout Destination settings for your Investing Entity. You may elect to receive U.S. Dollars at a bank account, USDC to an Ethereum address, or USDC to a Solana address.

You will receive a confirmation email when a redemption has been initiated, and you can track its status in the Transactions table on the Portfolio page.

For Protocol Redemption instructions please see: <https://docs.superstate.com/introduction-to-superstate/smart-contracts#redemptionidle-contract>

***

## Timing

* Redemptions with a USDC payout are processed immediately when there is liquidity available. Please see the [liquidity API](https://api.superstate.com/v1/funds/liquidity) for more information, or the tooltip on the redemption modal in the investor portal.
* Redemptions with a US dollar payout are processed the same day if the request is received before 1pm ET. Requests after 1pm ET are paid out T+1
* See [Fund Holidays](/investors/tokenized-funds.md#fund-holidays) for exceptions

***

## Fees

Gas fees to burn or transfer USTB are the responsibility of the investor.


---

# 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.superstate.com/investors/tokenized-funds/ustb/redeeming-ustb.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.
