# Liquidations

AstherusEX employs Last Price and Mark Price mechanisms to prevent undesirable liquidations in extreme market conditions.

Liquidation occurs when the sum of your Initial Margin, Realized PnL, and Unrealized PnL falls below the Maintenance Margin.&#x20;

It's crucial to understand that your maintenance margin directly impacts the liquidation price. To prevent liquidation, you'll need to add to your maintenance margin.

Positions in the same settlement currency will be liquidated based on the Margin Level.

Margin Level = {Initial margin + Realized PnL + Unrealized PnL < Maintenance margin}

When the margin level reaches 100%, liquidation will be triggered.&#x20;

**Glossary**

Last Price: The price of the last trade recorded in your trading history. This is utilized for computing your realized PnL.&#x20;

[Mark Price](/astherusex-orderbook-perp-guide/mark-price-oracle.md): The reference price applied to calculate your unrealized PnL and liquidation prices.


---

# 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.asterdex.com/astherusex-orderbook-perp-guide/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.
