> For the complete documentation index, see [llms.txt](https://cryndex-labs.gitbook.io/cryndex-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cryndex-labs.gitbook.io/cryndex-docs/risk/health-factor.md).

# Health Factor

The health factor is way borrowers can manage the risk of their loans, inspired by Aave's health factor system, Cryndex will take the sum of all collateral supplied divided by the amount of debt minted. The health factor can be calculated using the equation below:

$$
\begin{equation}
\text{Health Factor} = \frac{\sum\_{i} (\text{Collateral Value}\_i \times \text{Liquidation Threshold}*i)}{\sum*{j}\text{Debt Value}}
\end{equation}
$$

When a borrower's health factor drops below 1, anyone else on the network can liquidate the borrowers by seizing their collateral at a 1:1 ratio plus the liquidation bonus of the collateral.
