> For the complete documentation index, see [llms.txt](https://references.everstrike.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://references.everstrike.io/trading/liquidity-providers.md).

# Liquidity Providers

The liquidation process on Everstrike may fail for a number of reasons:

* Liquidity Issues. There may be not be enough liquidity in the market to close out 10% of the position.
* Fast Moving Market. A rapid movement in the Mark Price may bankrupt the position before the Liquidation engine can do its job.

In case the liquidation process fails, the position will be transferred to a Liquidity Provider. Liquidity Providers are traders that take over positions that failed the liquidation process. They all have a high amount of margin deposited with Everstrike, decreasing the chance of them entering liquidation themselves.

Anyone with access to a sufficient amount of capital can become a Liquidity Provider. A Liquidity Provider will take over a position if the Mark Price reaches the Failure Price of the position. The position will be taken over at the Bankruptcy Price. This gives the Liquidity Provider some time to hedge his exposure, before the Mark Price potentially goes beyond the Bankruptcy Price (at which point they will be in a loss).

## Bankruptcy Price <a href="#h_9dd5e5badb" id="h_9dd5e5badb"></a>

The Bankruptcy Price is defined as the price at which the position goes bankrupt. At this price, the Gross Position Margin on the position is zero.

## Liquidation Price <a href="#h_b5523b25ab" id="h_b5523b25ab"></a>

The Liquidation Price is defined as the price at which the position enters liquidation. At this price, the Gross Position Margin on the position has just fallen below the Minimum Maintenance Margin requirements.

## Failure Price <a href="#h_e542746d53" id="h_e542746d53"></a>

The Failure Price is defined as the price at which liquidation fails, and the position is transferred to a liquidity provider. At this price, the Gross Position Margin is 50% of the Minimum Maintenance Margin requirements.

## Liquidation Timing <a href="#h_b92474ed41" id="h_b92474ed41"></a>

For long positions, the liquidation process will start once the Mark Price drops below the Liquidation Price. The position will exit liquidation once one of the following conditions is true:

* The Mark Price goes above the Liquidation Price. In this case, the position exits liquidation, and control of the position is returned to the trader.\
  The Mark Price drops below the Failure Price. In this case, the liquidation is considered as having failed, and the position will be transferred to a Liquidity Provider.
* For short positions, the situation is the opposite.

**Note For Cross Margin Users**\
In Cross Margin mode, the Gross Position Margin on each individual position is handled automatically by the risk management system. Positions will only begin to enter liquidation if the account-wide Gross Position Margin drops below the account-wide Minimum Maintenance Margin.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://references.everstrike.io/trading/liquidity-providers.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
