# Collateralization Ratio

The collateralization ratio represents the extent to which the issuer's reserves back the circulating FUSD tokens. A 100% collateralization ratio means that FinChain Bermuda Limited has sufficient reserves to redeem all FUSD tokens at a face value of $1, ensuring that each token is fully backed by the issuer's reserves. This ratio increases transparency and assuring users that the value of USDO is backed by real assets, thereby reducing risk and maintaining stability. The formula for calculating the collateralization ratio is as follows:

$$
collateralizationRatio=NetAssetValueOfIssuer
′
s(FinChain)Reserves/FUSDtokensinCirculation
$$

You can view the real-time collateralization rate of FUSD on the Transparency dashboard.

{% embed url="<https://fusd.finchain.global/#transparency>" %}


---

# 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://finchain.gitbook.io/finchain-docs/en/fusd/collateralization-ratio.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.
