# Liquidation Process on Blueberry

## The Risk of Liquidation

When you open a leveraged position, borrowing up to 6x the funds you add, the protocol needs to make sure you'll be able to pay back that loan. So the amount you add from your funds acts as collateral, which grows as you accumulate yields (minus borrowing interest).\
\
That collateral has to remain above the amount you owe (plus a margin of safety to account for potentially quick price movements or high gas) or the protocol may close your position to pay back lenders, which is called **Liquidation**. You want to avoid liquidation because at that time, depending on the collateral asset supplied your remaining position value would be paid to the liquidator bot as a reward for closing your position and ensuring lenders were paid back.\
\
Liquidation risks can be mitigated by using low/no leverage, or by using delta neutral and yield arbitrage strategies that attempt to maintain fully neutral price exposure.

Easily track your liquidation risk for an open position using the **Position Health** bar on the interface.


---

# 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.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.
