Isolated Margining

Initial and Maintenance Margin

Isolated margin is one of the two most popular margining systems, the other being cross margin. In isolated margining, the margin (collateral) in a position represents the maximal possible loss. The capital management happens via the Margin Ratio (MR) formalism described below.

Initial Margin Ratio (IMR) defines the maximum leverage at position open

Max Initial Leverage=1IMR\text{Max Initial Leverage} = \frac{1}{IMR}

For example, IMR of 5% yields 20x maximum initial leverage. If position's MR < IMR, orders that further decrease the MR below IMR are prohibited.

Maintenance Margin Ratio (MMR) determines the leverage at liquidation and thus the liquidation price. If a position's MR < MMR, the position is undercollateralized and can be liquidated. The MMR will always be set to a lower value than the IMR. If a position's is MMR < MR < IMR, only actions that improve the MR are allowed.

Each perpetual market will have its own IMR and MMR, specified inContract Specs.

Liquidation. When trading with leverage, traders must be aware of the MMR, which defines the liquidation price. A position will be liquidated if the MR falls below the MMR in the respective market. To avoid liquidation, a trader should either add margin to the position or close out the position before its Margin Ratio reaches MMR. In a liquidation, the position is closed, and the trader loses all margin assigned to it.

Margin Ratio

Perpetual contracts allow traders the option to open positions with leverage. The initial deposit, called collateral or initial margin, is used to open a more sizable trade.

Margin Token: USDC.e (bridged USDC) token that will be used for deposits and as margin to open positions.

Size: number of perpetual contracts in a position.

(Entry) Notional Value=Size×(Entry) Price\text{(Entry) Notional Value} = \text{Size} \times \text{(Entry) Price}

Leverage: the ratio of the notional value to the margin.

Leverage=Notional ValuePosition Margin\text{Leverage} = \frac{\text{Notional Value}}{\text{Position Margin}}
Entry Leverage=Entry Notional ValueEntry Margin\text{Entry Leverage} = \frac{\text{Entry Notional Value}}{\text{Entry Margin}}

Position Balance: the notional value of current position denominated in USDC.

Position Balance=Size×Oracle Price\text{Position Balance} = \text{Size}\times \text{Oracle Price}

Margin: the margin assigned to a position. The margin amount is transferred from the MarginBank contract (total deposited funds) into the position and is the maximum loss the trader can suffer on any position. At position entry, margin depends on the leverage chosen by the trader.

Entry Margin=Entry Notional ValueEntry Leverage\text{Entry Margin} = \frac{\text{Entry Notional Value}}{\text{Entry Leverage}}

Position Debt: the amount that the trader owes to the position, fixed at the time the position is opened:

Position Debt={Size×Entry PriceMargin)if Long, Size×Entry Price+Margin)if Short.\text{Position Debt} = \begin{cases} \text{Size}\times \text{Entry Price} - \text{Margin}) \quad &\text{if Long}, \\\ \text{Size}\times \text{Entry Price} + \text{Margin}) \quad &\text{if Short}.\end{cases}

Margin Ratio: Determines a position's collateralization using Position Debt and Position Balance.

Margin Ratio=1Position DebtPosition Balance, if Long,Margin Ratio=Position DebtPosition Balance1, if Short.\text{Margin Ratio}=1-\frac{\text{Position Debt}}{\text{Position Balance}}\text{, if Long},\\[10pt] \text{Margin Ratio}=\frac{\text{Position Debt}}{\text{Position Balance}}-1\text{, if Short.}

Last updated