▶ Collateral:
WOO X supports the cross-margin mechanisms for spot-margin and futures. Kindly note that all eligible assets will count towards collateral for your futures and margin positions. You can deposit cryptocurrencies as collateral, such as USDT, BTC, and ETH. WOO X defines the collateral ratio for each token, which represents the equivalent USDT value as your equity. Please see the complete info of collateral ratio from Collateral ratio.
Desktop :
Mobile:
▶ Leverage:
The maximum amount of leverage available depends on the notional value of your position. The initial leverage is 10x by default. WOO X provides up to 50x leverage at the account level in Futures mode. Please adjust your leverage, positions, and collateral accordingly for risk controls. The Initial Margin calculations will be determined by the leverage you selected.
Desktop:
Mobile:
▶ Margin Ratio:
The margin ratio defines your risk level of equity relating to exposure. A higher margin ratio will lead to a lower risk level. The default margin ratio is set to 1,000%, indicating you haven’t opened any position. The more positions you open, the lower your margin ratio is.
Note: If you have open positions in the future market, you are not allowed to change to spot-margin mode. Please close all futures positions to change to different trading modes.
▶ Explanation:
- Maintenance margin requirement (MMR) and account leverage:
- Account leverage = Abs( Order_Qty + Current_Qty ) * Mark_Price / Total_Collateral
- MMR = Max( 0.6 / min( maxLeverage_i, max( account_leverages ) ), 0.6 * imr_factor.i * (holding_notional.i)^(2/3)) + 0.03%
- Estimate liquidation price:
- If the order quantity >0
- If current_quantity + order_quantity > 0, est_liq_price = Mark_Price * ( 1 + MMR - 1 / Account_Leverage )
- If current_quantity + order_quantity <= 0, est_liq_price = Mark_Price * ( 1 - MMR + 1 / Account_Leverage )
- If order quantity < 0
- If current_quantity <= 0, est_liq_price = Mark_Price * ( 1 - MMR + 1 / Account_Leverage )
- If And(current_quantity > 0, order_quantity + current_quantity <= 0), est_liq_price = Mark_Price * ( 1 - MMR + 1 / Account_Leverage )
- If And(current_quantity > 0, order_quantity + current_quantity > 0), est_liq_price = Mark_Price * ( 1 - MMR + 1 / Account_Leverage )
- If the order quantity >0
- Initial margin:
- IMR.i = Max( 1 / min( maxLeverage_i, maxLeverage_account ), imr_factor.i * (open_notional.i)^(2/3)) + 0.06%)
- Total initial margin = Sum( open_notional.i * IMR.i )
- Total collateral:
- Total collateral = = Sum( ( holding_i + interest_i + pendingShortQty_i ) * discount_i * mark_price.i ) + unrealized_pnL
- discount_i := collateral_ratio_i if holding_i + interest_i + pendingShortQty_i >= 0 else 1
- Free collateral:
- Free collateral = Total_Collateral - max( unrealized_pnl, 0 ) - Total_IM