# Health Factor

The Health Factor determines in a numerical value how healthy your collateral position is against the borrowed assets. The numerical value represents the safety of the deposited assets weighted against any borrowed assets and their underlying value. The numerical value of the Health Factor must be kept <mark style="color:green;">above</mark> <mark style="color:green;"></mark><mark style="color:green;">**1**</mark> to avoid triggering liquidation.

{% hint style="danger" %}
When Health Factor drops <mark style="color:red;">below 1</mark>, the collateral is at risk of liquidation.
{% endhint %}

To determine the Health Factor of your position, the easiest way is to navigate to the dApp and check what your Health Factor is of your position. A user's Health Factor is displayed on various places on the user interface.

<figure><img src="https://3823826527-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FB0KKjjsMVHo3F4YUhKt3%2Fuploads%2FdGhwpDJ975GbMQjUThhN%2Fimage.png?alt=media&#x26;token=5aade42a-cb92-4193-9130-31d8b7ad907f" alt=""><figcaption><p>Example screen of Health Factor.</p></figcaption></figure>

Important to note is that the Health Factor varies and can increase and decrease based on the fluctuations in value of the assets supplied as collateral.

For example, if you deposit ETH as collateral and borrow USDT with it, a drop in value of ETH will decrease your Health Factor and increase the risk of liquidation. Similarly if ETH appreciates in value, your Health Factor will improve, allowing a user to borrow more.

For assets supported on the protocol that fluctuate, it's important for users to manage the Health Factor as market volatility on tail-end assets can cause liquidations.

{% hint style="success" %}
Assets fluctuate in value, manage your Health Factor and keep above 1
{% endhint %}

### How to improve Health Factor?

Borrowers seeking to improve their Health Factor, can do so in two different ways.

* Repaying off (part) the debt;
* Supply more assets.

Of which repaying the loan would increase the Health Factor more.

#### Learn more

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><strong>Repaying</strong></td><td>Learn more about repaying from any connected chain.</td><td></td><td><a href="https://3823826527-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FB0KKjjsMVHo3F4YUhKt3%2Fuploads%2FvtKejtcPZSaNy04MkI39%2Frepay-gb.jpg?alt=media&#x26;token=9a7a825e-7ced-417e-83fe-730df978ddf0">repay-gb.jpg</a></td></tr><tr><td><strong>Supplying</strong></td><td>Learn more about supplying from any connected chain.</td><td></td><td><a href="https://3823826527-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FB0KKjjsMVHo3F4YUhKt3%2Fuploads%2F7xsKBU6YvOhtwTUBMLfV%2Fsupply-gb%20(1).jpg?alt=media&#x26;token=0b4d511d-38b2-44ea-901f-1808ffe6e6a8">supply-gb (1).jpg</a></td></tr></tbody></table>


---

# 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://docs.replete.fi/core-functions/borrow/health-factor.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.
