# Liquidations, Margin Management (CVA), and Account Health

Liquidations

A liquidation event occurs when a trader's account and positions are forcibly closed by a liquidator due to insufficient margin in their account to cover unrealized losses.&#x20;

This happens when the trader's positions move against them to the point where the **Equity Balance** falls below the **Maintenance Margin (CVA).**

{% hint style="danger" %}
**Warning:** Accounts at IntentX operate in cross-margin. Meaning Equity Balance takes into consideration the entire account balance, and liquidations will result in the entire account balance to be lost. Users can create isolated sub-accounts to better manage their liquidation risk.
{% endhint %}

Our "**Account Overview**" tab on the main trading page provides critical indicators to help users manage their account health.

### Estimated Liquidation Prices

IntentX assists users in estimating liquidation prices for their new and open positions. This is an estimate only, and the values will change dynamically based on your account balance, and other open positions.

When opening a new trade positions, traders can see their estimated liquidated price in the trade details:

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

When users trades are open, they can view their estimated liquidation prices in the "**Positions**" tab:

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

{% hint style="danger" %}
**Warning:** As accounts are in cross-margin, there is no true liquidation price for your positions, but rather, users should monitor their Remaining Equity to Liquidation to ensure their account is not liquidated.\
\
Calculations for estimated liquidation price are complex and intend to serve as an indicator only, it is possible that your account is liquidated before this price is reached.
{% endhint %}

### Account Health

Account Health is a percentage that represents the overall health and risk level of a trader’s position. It provides a quick glance at the safety buffer a trader has before facing liquidation.

<figure><img src="/files/0AYbkC2A8Uk2OY5nLvVG" alt=""><figcaption></figcaption></figure>

**Calculation:**

```
Formula: Account Health = (equity - maintenanceMargin) / (allocatedBalance - maintenanceMargin)
```

### Maintenance Margin (CVA)

CVA is the overall Maintenance Margin required for your account to remain solvent. Users should take care to understand the CVA, and maintain their account Equity Balance to not fall below this value, otherwise the account will be liquidated.

**In the event of liquidation, the entirety of the account CVA is lost / remit to the counterparty subject to liquidation.**&#x20;

When opening a trade position, users are required to deposit a corresponding CVA amount based on their position size, contract, and leverage used.

{% hint style="info" %}
**Note:** Higher leverage positions require a higher CVA, users utilizing high leverage should take caution to avoid liquidations.
{% endhint %}

This Maintenance Margin (CVA) is the collateral required for each trade opened on the platform.&#x20;

The total CVA amount of your open positions is shown on the "**Account Overview**" tab:

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

### Equity Balance

The Equity Balance amount is the total account balance at any given moment, factoring in all of your open positions. &#x20;

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

Equity Balance is the sum of the trader’s account balance and Unrealized Profit and Loss (uPNL).

{% hint style="danger" %}
**Warning:** When your Equity Balance amount falls below your Maintenance Margin (CVA), your account is liquidated and your CVA amount locked in the trades is forfeit.&#x20;
{% endhint %}

**Equity Balance Calculation:**

```
Formula: Allocated Balance + uPNL
```

### Remaining Equity to Liquidation

The **Remaining Equity To Liquidation** indicator shows you how much equity balance you have remaining before your accounts balance is liquidated.

<figure><img src="/files/2BeAoT7EEThDxjylrw2Z" alt=""><figcaption></figcaption></figure>

{% hint style="danger" %}
**Warning:** When the Remaining Equity To Liquidation falls to 0, your entire account is liquidated.
{% endhint %}

**Remaining Equity to Liquidation Calculation:**

```
Formula: Equity Balance - Maintenance Margin (CVA)
```

### Available for Orders

Represents the user available funds to open orders with and their total allocated amounts.

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

```
Formula: Available for Orders = Equity Balance - Locked Margin - Maintenance Margin  
```

### Conclusion

Understanding and effectively managing Account Health and margin is crucial for traders on IntentX. By keeping a close eye on these metrics, traders can make informed decisions, manage risks proactively, and navigate the markets more successfully.


---

# 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.intentx.io/intentx-platform/trading-on-intentx/liquidations-margin-management-cva-and-account-health.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.
