# Liquidating

Liquidation ensures that there is always sufficient collateral to cover all PAR/paUSD tokens. Vaults below a specified health factor are subject to liquidation by profit-seeking actors in the network. Network actors have a financial incentive to trigger liquidations as fast as possible. This has the positive effect of removing risky vaults from the system.

![](/files/-MeOV3BCllljW-xL_EzL)

A **liquidation fee** is charged to the borrower during liquidation, added to the outstanding debt.

## Insurance Fund

All vaults in the Parallel Protocol are covered by the Insurance Fund. The Insurance Fund comes into use when a vault that faces liquidation does not have enough collateral to pay for the entire outstanding debt.&#x20;

{% hint style="info" %}
Potential bad debt are covered by the Insurance Fund. Learn more about it [here](/security/insurance-fund.md).
{% endhint %}

The Insurance Fund will cover the difference in those cases. Liquidation will simply fail if the safety reserve can not cover it. Once enough fees have been collected, liquidation can proceed. During this time, the safety reserve will take on the volatility risk of the collateral.

<figure><img src="/files/z8ptWfGpH5W93zzhgaBb" alt=""><figcaption><p>Insurance Fund Architecture</p></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://docs.parallel.best/products/parallel-v2/how-it-works/vaults/liquidating.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.
