# How to Manage Risk on MachFi

Each user has visibility into their equity position, which is the net value of all deposited assets less borrowed amounts.&#x20;

The account information also specifies how much of the borrow limit has been used. A user's borrow capacity is a function of both the collateral value of the deposited assets and the borrow limit. The bar reflects the health of the user's account.&#x20;

Should the colored bar reach the end of the spectrum, the user is at risk of liquidation. Hence, it is important for the user to monitor the account's health and maintain a margin of safety by either depositing more assets to increase the collateral or repaying borrowed amounts.&#x20;

<figure><img src="/files/x8Y3xhPGNdLDkBql1RED" alt=""><figcaption></figcaption></figure>


---

# 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://machfi.gitbook.io/machfi-documentation/machfi-guide/how-to-manage-risk-on-machfi.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.
