# Auto Deleveraging

#### 1. What is Auto Deleveraging(ADL) ?

When a trader's position triggered liquidation, it will be taken over by Kine liquidity pool. Meantime, if after the take over,platform position hit limit, then the over exposed position will need to be cleared by reducing equivalent amount of opposite position from all other traders. The process of reducing equivalent amount of opposite position is called Auto Deleveraging(ADL).

#### 2. What is the ADL priority ranking rule ?

Essentially, higher position PNL percentage and leverage contributes to higher ADL priority. Below is the calculation:

Ranking = Unrealized PnL/Position Margin \* Margin Ratio


---

# 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://kine.gitbook.io/kine-docs-portal/library/auto-deleveraging.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.
