> For the complete documentation index, see [llms.txt](https://wiki.unitas.foundation/unitas-protocol-v1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.unitas.foundation/unitas-protocol-v1/how-unitas-protocol-works/for-insurance-providers-ips/risk-management.md).

# Risk management

## Risk management for minting and burning based upon reserve ratio: <a href="#risk-management-for-minting-based-upon-reserve-ratio" id="risk-management-for-minting-based-upon-reserve-ratio"></a>

### Reserve ratio > 130% <a href="#reserve-ratio-above-gt130" id="reserve-ratio-above-gt130"></a>

1. allow minting of USD1
2. allow minting of USD91, USD971, and USD84
3. allow burning of USD91, USD971, and USD84 to USD1
4. allow burning of USD1 to USDT

### 100% < Reserve ratio ≤ 130% <a href="#reserve-ratio-130" id="reserve-ratio-130"></a>

1. pause USD1 minting from USDT temporarily
2. wait for reserve ratio to go above 130% to restart minting USD1 from USDT
3. allow minting of USD91, USD971, and USD84
4. allow burning of USD91, USD971, and USD84 to USD1
5. allow burning of USD1 to USDT

### Reserve ratio ≤ 100% <a href="#reserve-ratio-100" id="reserve-ratio-100"></a>

1. trigger the global settlement process that stops minting USD91, USD971, USD84, and USD1 from USDT&#x20;
2. allow burning of USD91, USD971, and USD84 to USD1
3. allow burning of USD1 to USDT

#### &#x20;<a href="#pause-unpause" id="pause-unpause"></a>

#### &#x20; <a href="#how-to-calculate-reserve-ratio" id="how-to-calculate-reserve-ratio"></a>


---

# 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://wiki.unitas.foundation/unitas-protocol-v1/how-unitas-protocol-works/for-insurance-providers-ips/risk-management.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.
