# The Concept of Liquidation

When opening a leveraged position on Blueberry, users borrow funds up to 6 times the value of their initial capital, which serves as collateral. As yields accumulate (minus borrowing interest), the collateral is expected to grow. However, the collateral value must always exceed the borrowed amount plus a safety margin to account for potential price fluctuations or high transaction fees (gas).

If the collateral falls below the required threshold, the protocol initiates a liquidation process to close the position and repay the loan to the lenders. Liquidation results in the remaining value of the position being awarded to the liquidator, compensating them for ensuring lenders are reimbursed.<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/the-concept-of-liquidation.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.
