# Collateral liquidations

### I less have cross-collateral than I deposited. What happened?

If your balance of collateral tokens other than rUSD was reduced, you were subject to collateral liquidation. This can happen for two reasons:

1. your rUSD balance dropped to zero, and the collateral was needed to cover further losses;
2. your account approached LMR (Liquidation Margin Requirement): your collateral is progressively converted to rUSD to prepare for liquidation procedures (not least, to fix and maximize the amount of rUSD available in your account).

### What exactly is collateral liquidation?

Collateral liquidation, also known as auto-exchange, is a forceful conversion of a token into rUSD. This conversion uses the same oracle prices as the margin balance, but:

* a **percentual penalty** is included in the price, both to disincentivize collateral mis-management, as well as reward the liquidator who ultimately takes on the price risk of the liquidated collateral;
* **liquidation fees** are also charged, as a percentage of the liquidated amount (in rUSD), towards the insurance fund.

This is similar to what happens with position liquidations. The biggest difference for collateral, everything is assessed in terms of the total amount of liquidated collateral, whereas for positions, which imply leverage, reference LMR instead.


---

# 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.reya.xyz/trading/reya-dex/collateral-liquidations.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.
