> For the complete documentation index, see [llms.txt](https://whitepaper.nomoex.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.nomoex.com/our-product/nomodex/overview-of-perpetual-futures/insurance-fund.md).

# Insurance Fund

**What is the Insurance Fund?**&#x20;

The insurance fund is a mechanism designed to compensate for losses incurred during liquidations under extreme market conditions. Its purpose is to reduce the likelihood of users' positions being subject to Auto-Deleveraging (ADL).

**How are Insurance Funds Generated?**

&#x20;The profits generated from positions taken over by the liquidation engine are injected into the insurance fund. When a liquidation occurs, the liquidation engine assumes control of the user's position and remaining margin at the bankruptcy price. If the liquidation engine closes the position at a more favorable price than the bankruptcy price, it generates profits, which are then added to the insurance fund.

**How are Insurance Funds Utilized?**&#x20;

Upon a liquidation event, the liquidation engine takes over the user's position and remaining margin at the bankruptcy price. After the insurance fund compensates a certain amount, it calculates the closing price for the assumed position and submits a liquidation order to the market at that price. If the order cannot be executed, ADL is triggered. By utilizing the insurance fund compensation, it becomes easier to close the position, reducing the possibility of Auto-Deleveraging (ADL) for users.

All perpetual contracts denominated in the same margin currency share a common insurance fund.


---

# 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://whitepaper.nomoex.com/our-product/nomodex/overview-of-perpetual-futures/insurance-fund.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.
