> For the complete documentation index, see [llms.txt](https://duet-protocol.gitbook.io/duet-protocol/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://duet-protocol.gitbook.io/duet-protocol/duet-pro/margin-requirement.md).

# Margin Requirement

## Overview

Margin requirement refers to the percentage of marginable assets that an trader is obliged to pay with his own assets. The margin requirement can be further subdivided into the **Initial Margin Requirement** and **Maintenance Margin Requirement.**&#x20;

{% hint style="warning" %}
&#x20;Should you have positions in several symbols of one trading pool, a total margin requirement would be calculated for all of your positions of the same pool.\
\
&#x20;Please note accordingly, forced liquidations are executed on the account level too. In that case, you would lose all of your margin balance, i.e. your margin balance would become 0. \
\
For more details refer to our [Broken mention](broken://pages/HNg9um6bUDsAcjlsgtqo)
{% endhint %}

## **Initial margin requirement**

An initial margin requirement means the % of assets that is required if an investor opens a position.&#x20;

The minimum Initial Maintenance Margin requirements of the specific Trading Symbol can be found on the Contract Info panel on the trading interface after selecting the Trading Symbol&#x20;

### Everlasting Options&#x20;

Unlike the fixed margin requirement for Perpetual Futures, Everlasting Options adopt a Greek-based margin mechanism, which can be viewed on the contract info page.&#x20;

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

## **Maintenance Margin Requirement**

Once the position is opened, the margin requirement represents the percentage quantity of assets that the investor must maintain in the margin account. This is called the "Maintenance Margin Requirement". If the investor is not able to keep the percentage quantity of assets above the Maintenance Margin Requirement, account level liquidation will occur.

The minimum Maintenance Margin requirements of the specific Trading Symbol can be found on the Contract Info panel on the trading interface after selecting the Trading Symbol

### Perpetual Futures &#x20;

The Maintenance Margin Requirement always fixed for perpetual futures. You can find the maintenance margin requirement at the Contract Info.<br>

### Everlasting Options&#x20;

Unlike the fixed margin requirement for Perpetual Futures, Everlasting Options adopt a Greek-based margin mechanism, which can be viewed on the contract info page.&#x20;

<figure><img src="https://3239422205-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MWcJcJ-o4endOrYuRje-887967055%2Fuploads%2FvSspgzusk6wvvwFtmzff%2Fimage.png?alt=media&#x26;token=410b7b94-d08e-405d-bcb6-ad46ce5a0493" alt=""><figcaption></figcaption></figure>


---

# 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://duet-protocol.gitbook.io/duet-protocol/duet-pro/margin-requirement.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.
