# Liquidations

### **Liquidation Protocol**

When the last price is less than or equal to the liquidation price of a certain position, a forced liquidation will occur. It is recommended that users pay close attention to the last price and the trend of forced liquidation price to avoid being forcibly liquidated.

Forced Liquidation Price = (Position Size × Open Price - Accumulated Funding Rate - Initial Margin × Liquidation Loss Rate) / Position Size × Position Direction

Position Size = Initial Margin × Leverage Multiple / Entry Price

If the position direction is LONG, the calculation of position direction will be 1, whereas if the position direction is SHORT, the calculation of position direction will be -1.

The liquidation rate is influenced by the selected symbol and leverage for positions. Please check the liquidation rate on our website for your selected symbol and leverage.

**Risk Reminder:**

* *Liquidation price may change when there are any changes in the Funding Rate.*
* *We will adjust the liquidation rate based on market volatility and OI updates. Please pay attention to the updates and monitor the risk.*

### **Example Liquidation Rates**

For example, the liquidation rate for the BTCUSDT & ETHUSDT pair will be shown as:

* 75% liquidation rate for leverage between 1x and 200x.
* 70% liquidation rate for leverage between 201x and 500x.
* 65% liquidation rate for leverage between 501x and 1001x.

The liquidation rate for the EURUSDT pair is 60% for leverage between 20x and 200x.

<figure><img src="/files/mRD6y9EldV4HoGxf08AG" alt=""><figcaption></figcaption></figure>

The liquidation rate for **EURUSDT** pair is 60% for the leverage between 20x to 200x.&#x20;

<figure><img src="/files/xYtWR4b74VNi3sZ7TPeY" alt=""><figcaption></figcaption></figure>

<br>

<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://docs.asterdex.com/trading/shield-mode/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.
