# Liquidations

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

In Mutuum, liquidations occur when a borrower’s Stability Factor dips below a predetermined threshold, indicating their collateral no longer sufficiently backs the loan. This threshold accounts for market volatility, real-time price feeds, and risk parameters established for each asset. Once the protocol detects under-collateralization, it flags the position for liquidation. Third-party liquidators can then repay a portion of the debt, receiving the borrower’s collateral at a discount. This process reduces the outstanding debt while freeing up liquidity in the pools or resolving risk in a P2P agreement, thus preventing broad systemic issues.

When a liquidation is triggered, liquidators step in by covering part or all of the borrower’s undersecured debt. In return, they buy collateral at a liquidation penalty rate that rewards them for mitigating the protocol’s exposure to bad debt. Because all borrowing within Mutuum requires overcollateralization, these liquidators typically face minimal risk if they act promptly. Meanwhile, borrowers have the option to add more collateral or repay debt before reaching the critical threshold to avoid liquidation. By aligning incentives and maintaining strict margin requirements, Mutuum ensures a robust safety net that upholds the protocol’s solvency across both its P2C and P2P environments.


---

# 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.mutuum.com/introduction/concepts/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.
