# Liquidation

When a trade reaches the liquidation price on <mark style="color:green;">**EasyX**</mark>, the liquidation engine identifies the position as eligible for liquidation on the blockchain. <mark style="color:green;">**Liquidators**</mark> then attempt to close these positions. The protocol is designed in a way that <mark style="color:green;">**liquidations do not cause any price impact**</mark>, **which helps minimize potential losses**.

For liquidators to <mark style="color:green;">**incentivize**</mark> closing overextended positions, <mark style="color:green;">**a fixed fee is charged for liquidations**</mark>, **always slightly higher than gas fees**. This additional fee serves as a motivation for liquidators to step in and efficiently close these risky positions.

In the future, the platform may introduce further incentives to attract external liquidators, enhancing the robustness of the liquidation engine and ensuring a well-functioning system that promotes overall stability and security.


---

# 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.easyx.trade/easyx/protocol/or-trading/liquidation.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.
