> For the complete documentation index, see [llms.txt](https://docs.carbon.inc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.carbon.inc/trading/liquidations-cva-and-account-health.md).

# Liquidations, CVA, and Account Health

### <mark style="color:$info;">Liquidations on Carbon</mark>

A liquidation occurs when a trader’s Equity Balance falls below the Maintenance Margin (CVA) due to unrealized losses. When this happens, all open positions are forcibly closed, and the trader loses the locked margin.

{% hint style="info" %}
🚨 Warning: Carbon uses a cross-margin system, meaning the entire account balance is at risk of liquidation. To better manage risk, traders can use subaccounts to isolate positions.
{% endhint %}

***

### <mark style="color:$info;">Managing Liquidation Risk</mark>

#### **Estimated Liquidation Prices**

Carbon provides estimated liquidation prices for open positions, but actual values fluctuate based on account balance and market conditions. Traders can view:

* Pre-trade estimates in the trade details window.
* Live estimates in the Positions tab.

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

{% hint style="info" %}
⚠️ Cross-margin accounts do not have a fixed liquidation price. Instead, traders should monitor their Remaining Equity to Liquidation to avoid being liquidated unexpectedly.
{% endhint %}

***

### <mark style="color:$info;">Key Metrics to Monitor</mark>

#### **Account Health (%)**

Represents the overall risk level of your account. When Account Health drops to zero, liquidation occurs.

📌 Formula:

```
(Equity Balance - Maintenance Margin) / (Allocated Balance - Maintenance Margin)
```

#### <mark style="color:$info;">**Maintenance Margin (CVA)**</mark>

The minimum collateral required to keep positions open. If Equity Balance falls below CVA, liquidation occurs.

* Higher leverage = higher CVA requirement.
* CVA is locked when opening a trade and is lost upon liquidation.

📌 Formula: Displayed in the Account Overview tab.

#### <mark style="color:$info;">**Equity Balance**</mark>

The total account balance, including all open positions and unrealized P\&L.

📌 Formula:

```
Allocated Balance + Unrealized PNL
```

🚨 If Equity Balance < CVA, liquidation occurs.

#### <mark style="color:$info;">**Remaining Equity to Liquidation**</mark>

The amount of equity left before liquidation. When this reaches zero, the entire account is liquidated.

📌 Formula:

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

#### <mark style="color:$info;">**Available for Orders**</mark>

The remaining funds available for placing new trades.

📌 Formula:

```
Equity Balance - Locked Margin - Maintenance Margin
```

<figure><img src="/files/70wm9kY7NdwUoN06HT1k" alt=""><figcaption></figcaption></figure>

***

### <mark style="color:$info;">Stay in Control</mark>

Keeping an eye on Account Health, Maintenance Margin, and Remaining Equity to Liquidation is critical for managing risk on Carbon.&#x20;

<br>


---

# 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://docs.carbon.inc/trading/liquidations-cva-and-account-health.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.
