# Health Rate

The Health Rate is a key metric that indicates the safety of your borrowed position. It represents the relationship between your collateral and borrowed amount, weighted by the liquidation threshold.

### Understanding Health Rate

The Health Rate is calculated using the following formula:

```
Health Rate = (Total Collateral Value × Liquidation Threshold) / Total Borrow Value
```

Where:

* Total Collateral Value: Current market value of your deposited DYM
* Liquidation Threshold: 0.74 (representing the 135% minimum collateral ratio)
* Total Borrow Value: Amount of OUSD borrowed

### Risk Levels

* 🟢 Health Rate > 1.5: Safe zone, comfortable buffer against market volatility
* 🟡 Health Rate 1.1-1.5: Warning zone, monitor closely
* 🔴 Health Rate 1 < 1.1: Danger zone, repay some debt or add more collateral
* 🔴 Health Rate <= 1: Position eligible for liquidation

### Example

If you have:

* 1000 DYM as collateral (valued at $1000)
* 500 OUSD borrowed\
  Your Health Rate would be:

```
(1000 × 0.833) / 500 = 1.666 (🟢 Safe Zone)
```

### Best Practices

* Monitor your Health Rate regularly
* Maintain a Health Rate above 1.5 for safety
* Add collateral or repay the debt if the Health Rate drops
* Set up notifications for Health Rate changes


---

# 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://odysphere.gitbook.io/odysphere/protocol-stability/health-rate.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.
