# Margin & Liquidation

Margin is the portion of your account balance set aside as collateral to support open positions. Understanding how margin works is essential for managing risk and avoiding account breaches.

## Margin and Collateral

* **Initial Margin:** The capital reserved when you open a position. This depends on the asset class and leverage.
* **Maintenance Margin:** The minimum balance required to keep a position open. If your equity falls below this threshold, the position becomes at risk of liquidation.
* **Collateral:** Your account balance (virtual funds in Supertrade) acts as collateral. All trades are backed by this collateral.

## Margin Level and Monitoring

Supertrade provides clear metrics in your trading dashboard:

* **Margin Level:** Ratio of equity to margin used. A higher percentage indicates stronger protection against liquidation.
* **Free Margin:** The unused margin available for opening new trades.
* **Used Margin:** The margin already allocated to existing positions.

Monitoring these values is key. If free margin drops too low, new positions cannot be opened, and existing trades are at higher risk.

### Liquidation

* If losses push your account equity below the required maintenance margin, liquidation may occur.
* During liquidation, open positions are closed automatically to protect against further losses.
* Liquidation events count as breaches in Supertrade, and can result in the account being paused.

{% hint style="warning" %}
Margin management is as critical as trade selection. Proper use of leverage and consistent monitoring of collateral help preserve your account and increase the chance of long-term success in Supertrade.
{% endhint %}


---

# 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.supertrade.com/trading-mechanics/margin-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.
