> For the complete documentation index, see [llms.txt](https://docs.openeden.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.openeden.com/usdo/collateralization-ratio.md).

# Collateralization Ratio

The collateralization ratio represents the extent to which the issuer's reserves back the circulating USDO tokens. A 100% collateralization ratio means that OED has sufficient reserves to allow redemptions of all USDO tokens at par value of $1, ensuring that each token is fully backed by the issuer's reserves. This ratio provides transparency and assurance to users that the value of USDO is supported by real assets, mitigating risks and maintaining stability. The collateralization ratio is determined using the following formula:

```
collateralizationRatio = Net Asset Value Of Issuer's (OED) Reserves / USDO tokens in Circulation

```

USDO's collateralization ratio can be found here on our transparency dashboard:

{% embed url="<https://openeden.com/usdo/transparency>" %}

<br>


---

# 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.openeden.com/usdo/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.
