> 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/over-reserve-ratio/calculate-the-reserve-ratio.md).

# Calculate the Reserve Ratio

For readers who are interested in how to actually calculate the reserve ratio, this subsection provides a concise introduction with a simple hypothetical example. The formula for the reserve ratio is given by&#x20;

$$
\frac{C\_{users}+C\_{IPs}}{L},
$$

where $$C\_{users}$$ and $$C\_{IPs}$$ represents the USDT reserve from minters and from IPs, respectively; $$L$$ indicates the Unitas total liability. The numerator is straightforward, but the denominator deserves more explanations: it is actually how much USDT that is redeemable on demand by burning all the Unitas stablecoins. We are now ready for an example. &#x20;

### How to calculate total liability in USD1 <a href="#how-to-calculate-total-liability-in-usd1" id="how-to-calculate-total-liability-in-usd1"></a>

1. Total USD91 supply = Q\_91 = 1000
2. Total USD971 supply = Q\_971 = 1000
3. Total USD1 supply = Q\_1 = 1000
4. USD91/USD1 rate = x = 0.012 (1 worth of INR in USD value)
5. USD971/USD1 = y = 0.27 (1 worth of AED in USD value)

**Total liability = Q\_91\*x+Q\_971\*y+Q\_1 = (1000\*0.012 + 1000\*0.27 + 1000) = 1282**

So, when all the Unitas stablecoins are burned based on the current Unitas rates, there are 1282 USDTs redeemable on demand. This 1282 is interpreted as how much the protocol owes the users (i.e., Unitas stablecoins holders). &#x20;

### How to calculate total reserves in USDT <a href="#how-to-calculate-total-reserves-in-asset" id="how-to-calculate-total-reserves-in-asset"></a>

1. USDT in reserve = 1000
2. USDT in insurance pool = 500

\= USDT in reserve + USDT in insurance pool = 1000+500 = 1500

**Total Reserves = USDT in reserve + USDT in insurance pool = 1000 + 500 = 1500**

Hence we are ready to conclude:

**Reserve-Ratio**&#x20;

**= total reserves/total liability**

**= (USDT in reserves + USDT in insurance pool)/(Q\_91\******x+Q\_971\******y+Q\_1)**

**= 1500/(1282) = 1.17,**

meaning that the reserve ratio of Unitas in this example is **117%**.

#### &#x20; <a href="#pause-unpause" id="pause-unpause"></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/over-reserve-ratio/calculate-the-reserve-ratio.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.
