# Account Health & Liquidation | Thresholds & Stages

## Account Health

The PowerTrade platform estimates and displays your account's health rating on the portfolio screen. This estimate is an indicator of how risky the portfolio is. Once certain risk thresholds are crossed, the account could be taken over by our auto-deleveraging system, or could even undergo liquidation.

If you find your account health number getting low, depositing more assets is the fastest way to avoid having your account deleveraged.

### Formula

Account health is displayed as a percentage value between 0 and 100. The formula used for calculating account health is as follows:

```
Health = Available / Assets * 100
```

where

```
Assets    = Spot assets and pending settlements
```

```
Available = Assets + Unrealized - Margin
```

For more information on Margin calculation, please refer to [this article](https://support.power.trade/hc/en-us/articles/4403684821005).

## SPAN Margin Liquidation Stages

| State               | Threshold | Description                                                                                                                   |
| ------------------- | --------- | ----------------------------------------------------------------------------------------------------------------------------- |
| Healthy             | >25%      | Account is not at risk                                                                                                        |
| At Risk             | 25%       | Account is at risk and goes into reduce only mode. Orders that increase maintenance margin not allowed. Withdrawals disabled. |
| Auto-Deleverage     | 5%        | Auto-hedger takes over account and attempts to close positions or delta hedge until account goes below threshold.             |
| Instant Liquidation | 0%        | Assets liquidated at market price until account goes below threshold.                                                         |
| Bankrupt            | 0%        | Account is bankrupt.                                                                                                          |

## Still have questions?

**Email Support:** <support@power.trade>

**Telegram:** <https://t.me/power_trade>


---

# 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://support.power.trade/trading/margin-and-liquidation/account-health-and-liquidation.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.
