> For the complete documentation index, see [llms.txt](https://docs.stakeup.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stakeup.finance/protocol/ecosystem-mechanics/mint-and-redeem.md).

# Mint & Redeem

## Mint

Anyone who holds `TBY`s or `USDC` can mint `stUSDC` at a ratio of 1:1 of the value of the deposit token.&#x20;

`USDC` lending deposits will automatically be lent in the underlying `Bloom-v2` system

&#x20;`TBY` receipts will be held within the `stUSDC` contract and automatically re-lent into following loans.

## Redeem

Redemptions allow users to redeem their `stUSDC` for `USDC` 1:1. If there is not enough `USDC` liquidity within the contract the user must wait for the next batch of `TBY`s to mature and convert into available `USDC`.&#x20;

If your redemption cannot be processed and you want to access `USDC` Immediately you can visit a supported DEX or CEX.


---

# 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:

```
GET https://docs.stakeup.finance/protocol/ecosystem-mechanics/mint-and-redeem.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.
