# Liquidation

The Starfish Protocol utilizes a scored Health Factor for loans. The formula is outlined below. When the Health Factor of an NFT loan is below 1, anyone can trigger a liquidation in terms of an NFT Auction.

To get a timely liquidation alert before the liquidation event actually happens, borrowers can update their account with their email address. When the Health Factor becomes less than 2 (Risky), borrowers will receive a potential liquidation alert.

![](https://lh3.googleusercontent.com/SEBlI4L0fz_O_4ajXzCWgcdidpV6hyRS4qB8GumGg7AEnB-a90peh1O3F1fR0su9tDY3_uJGitMbwc4UMoezL_1oV7BSh6k0iyIE20sPbDDAcgUWYUbdAv0yifx5eYii4ugrIXP2KC6J2f3hnQ)

### Health Factor

The definition for Health Factor:&#x20;

(Floor Price \* Liquidation Threshold) / Debt with Interests

![](https://lh4.googleusercontent.com/2qV9UPq0XehiSwotLBp28T8G9Jn2M0h1V-XAjPMpkvYixUyLwZ1bDEpQWMQ52tHz0dflZm0ryysTmD4-NtdIz4vZbRwjRAay_bxoUQ5bKTLpYnI_cE0DY4jimrhMLgezmoPTt3pPFyKJSZehHg)

### How can I avoid getting liquidated?

To avoid liquidation, you can increase your health factor by repaying part of your loan. It's always recommended to have a close look on your health factor and keep it high to avoid liquidation. Keeping your health factor above 2 gives you more of a margin to avoid liquidation.

Once your health factor is below 2, your NFT collateral will be listed on Health Factor Alert List, and you'll receive a notification on your NFT is "Risky" in being liquidated.

### Can I participate in the liquidations ecosystem?

At the beginning stage, Starfish protocol will be acting as the sole liquidator for all NFT positions that are with health factor below 1.&#x20;

Liquidations will be open to all after the our liquidation and auction features becomes stable and widely used.


---

# 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.starfish.finance/defi-x-nft-fi/nft-fi/liquidation.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.
