# Liquidated Positions

Liquidation happens if your health factor drops below 1. This can occur when the value of your collateral decreases or if the amount you’ve borrowed becomes too large relative to it. On the UI, you can see your health; if it drops below 1, you will be liquidated.

#### How would I get liquidated?

1. You are borrowing BERA while keeping BERA as collateral.
2. All your BERA will be converted into the vault position.
3. Your vault position may suffer impermanent loss. For example, in wBERA-wBTC, if BERA pumps, you are selling your BERA to buyers. Now, when paying the debt, you may have less BERA.
4. If your debt + collateral < 110% of your collateral, you will get liquidated.

#### How do I prevent getting liquidated?

1. If your health is 1, you would be liquidated. This means your collateral + borrow amount is now less than 110% of your collateral.
2. You can multiply your health by 110% to see your collateral factor. Eg., 1.05 is a collateral factor of 115.5%
3. We recommend adding more to the deposit if you are under 1.05 to make sure you don't get liquidated.

#### **Steps When Liquidated:**

* Your collateral will be partially or fully sold to cover the debt.
* Any leftover assets will be returned to your wallet.

To avoid liquidation, regularly monitor your health factor and adjust your collateral or repay debts as necessary.


---

# 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.beracana.com/guide/liquidated-positions.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.
