# Liquidations on Blueberry

On Blueberry, liquidation is triggered based on the Net PnL (Profit and Loss) of the Position NFT, which includes:

\- The collateral

\- The debt

\- The deployed strategy

The concept is similar to the mechanics of leverage trading, but for DeFi strategies.&#x20;

A liquidation occurs when the Net PnL of the position NFT is equal to the Liquidation Threshold for the collateral supplied. A user can see how close they are to liquidation through the position health bar on the Home page.

The liquidation thresholds exist so that the lenders and protocol do not experience bad debt. A 10 or 15% margin is enough to guarantee that the liquidator can receive full repayment by liquidating assets after repaying the loan. It is recommended that users monitor their positions and close a position before it comes to liquidation, in order to maximize the value received back.

Anyone can perform a liquidation for a position that meets the threshold. As a safety mechanism, the Blueberry DAO will have a bot in place to immediately liquidate any position that meets the threshold using flash loans.

**Liquidation Thresholds**

Volatile Asset Threshold: -85% PnL

Stable Asset Threshold: -90% PnL

<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://v1.docs.blueberry.garden/earn/liquidation-process-on-blueberry/liquidations-on-blueberry.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.
