# Liquidations

When users take out leveraged positions on Meridian Trade they borrow funds from the [MLP](/trading-meridian-trade/meridian-trade/mlp.md) in order to fund the position. As security for this borrowing the users deposit [collateral ](/resources/glossary/trading-glossary.md#collateral)with the protocol. This collateral is held by the protocol to cover any losses that might be incurred by the trade and to manage any risk to liquidity providers.

When a trade is opened a snapshot USD value of the collateral is stored. If while the trade is active the amount of collateral remaining after the deduction of [fees](/trading-meridian-trade/meridian-trade/fees-and-costs.md#fees) and losses is less than 1% of the position size then the position will be automatically closed. If, after closing the position there is any collateral remaining after deducting losses and fees, then this will be returned to the user account.

{% hint style="danger" %}
**Caution:** The liquidation process can sometimes be triggered unexpectedly by sudden market movements or other factors, this could result in losses for traders if the value of their collateral drops rapidly. As such, it's important for users to carefully manage risk and maintain appropriate collateralisation to avoid liquidation
{% endhint %}


---

# 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.meridianfinance.net/trading-meridian-trade/meridian-trade/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.
