# Liquidations

On Kinetic, liquidations occur when a borrower's collateral falls to or below a health factor of 1. In the event of liquidation, a portion of supplied assets is liquidated to repay the outstanding loan. This process ensures that the platform and its suppliers remain solvent.

### How Liquidations Happen

1. Health Factor Monitoring: Each borrower's health factor is continuously monitored. The health factor is a numerical representation of the borrower's collateralization level.
2. Triggering Liquidation: When the health factor is equal to or falls below 1, it indicates that the borrower's collateral is insufficient to cover their borrowed assets. At this point, liquidation is triggered.
3. Liquidation Process: During liquidation, up to 50% of the borrower's supplied assets are sold off to repay a portion of their outstanding loan. This is designed to bring the health factor back to a safer level above 1, as the borrower had been over-collateralized.

#### Liquidation Penalty&#x20;

A liquidation penalty of 11% will be applied during the liquidation process. The liquidation process is decentralized and open to all potential liquidators.

<br>


---

# 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.kinetic.market/liquidity-market/borrow/liquidations.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.
