# Stablecoin Issuer Flow of Funds

### Mint Process

The mint process can be described as follows.

* Deposit ETH Collateral.&#x20;
* Increase the hedging positions size of the protocol.&#x20;
* Mint USDO.&#x20;

### Redeem Process

The redeem process can be described as follows.

* Deposit USDO. &#x20;
* Decrease the hedging positions size of the protocol.&#x20;
* Burn USDO.&#x20;

### Overall Process

The overall process can be represented in the following way.

<figure><img src="/files/ttfiH9KX41YdaK0ZAdAj" alt=""><figcaption><p>Overall Proces Flowchart</p></figcaption></figure>


---

# 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.ottoprotocol.fi/usdo-design/stablecoin-issuer-flow-of-funds.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.
