# Liquidation

Once a trade reaches the liquidation price, the liquidation engine marks the position as liquidate-able (onchain) and liquidators attempt to close the positions. As per protocol design, **liquidations incur&#x20;**<mark style="color:blue;">**no price impact**</mark>**, thereby minimizing potential losses**.

Liquidations <mark style="color:blue;">**incur a fixed fee**</mark> that is **always slightly above gas fees** in order to <mark style="color:blue;">**incentivize liquidators**</mark> closing overextended positions. At a future stage, additional incentives may be introduced to attract external liquidators and increase the robustness of the liquidation engine.


---

# 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.unlimited.trade/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.
