# Portfolio Margin and Liquidations

All your positions are in portfolio margin, meaning they share unified collateral and thus you must monitor the overall account health to avoid liquidations.&#x20;

There is no single 'liquidation' price on a pair, users must ensure that their 'Balance' is > 'Maintenance Margin'.

<figure><img src="/files/rnAHWohUoSFG8qYruPdX" alt=""><figcaption></figcaption></figure>

**Liquidation logic**

Liquidations ensue when your Cross Margin Ratio % reaches certain thresholds. The risk engine is complex but essentially you want to ensure this number stays **less than 90%**. To mitigate liquidation risk, deposit more to your account and/or close existing trades.

Note, we do not show an ‘estimated’ liquidation price for each trade  given the path dependence of each leg it’s very inaccurate for the following reasons.&#x20;

When you pair trade there are multiple different ‘paths’ to get from say a level of 100 to 90 (-10%)

Eg. Asset A could stay flat and asset B could go up 10%

or Asset A could go up 20% and asset B could go up 30%&#x20;

Etc etc. So the concept of a single liquidation level for a pair is not possible as the margin requirements for each leg are different.

The most important thing is to monitor your overall account health and manage risk at a portfolio level.<br>


---

# 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.pearprotocol.io/resources/portfolio-margin-and-liquidations.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.
