# R Token Collateralization Ratio

**Overview**

This indicator monitors the ratio of RToken minted to the RToken’s deposits used as collateral backing it. It ensures that the RToken is fully collateralized at all times to sustain its intended peg.

The indicator is calculated as the ratio of the RToken market cap  to the  value of the collateral and stRSR backing the RToken.

**How can I use it?**

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXd0qISaSgllXW02pjBGBUebh5lI3hTYUYsHxaYeFqcbnpMwqIEcN2iQlTFTfntT90UXfHltLoJB_Wx0oyLnClp1S0XlKF5DBB905rEbM6NzzMQ2defRM9aW89aSYHNbIe4_-f2D4JwXsF_cPqThPD9zEZkJ?key=viSS6p7Ffp5Mlmpz1hfp4g" alt=""><figcaption></figcaption></figure>

Monitoring this ratio is essential to maintain the stability and credibility of the RToken. If the collateralization falls below 100%, it could threaten the RToken’s peg, leading to loss of trust and potential market disruptions. Maintaining overcollateralization is key to ensuring stability and integrity in the associated ecosystem.

Drops in collateralization ratio could indicate that there is a peg issue in one of the underlying collaterals of the RToken or that there has been unstaking of stRSR that helps secure the token.


---

# 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://resources.defirisk.intotheblock.com/reserve/r-token-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.
