Trade
THE user interface walk-through

1. Unrealized Profit and Loss (“UPNL”)
It represents the potential gain or loss that you would realize if you were to close your current open position. This calculation is derived from the variance in USD value between your average entry price and the current index price.

2. Account Health
Your account health is represented as a percentage and indicates the health of your position. When your Equity Balance reaches the level of your Maintenance Margin, your account health will deteriorate, and you will face the risk of being liquidated.
AccountHealth = (EquityBalance - MaintenanceMargin ) / EquityBalance
3. Maintenance Margin
The Maintenance Margin, also known as the CVA (Collateral Value at Risk), functions as your "Security deposit." If your equity balance (comprising your account balance and unrealized profit or loss) falls to this level, you will face liquidation. Maintenance Margin is locked, non-transferable, and represents the total across all your open positions.
4. Equity Balance
Your Equity Balance is the sum of your allocated account balance and your unrealized Profit and Loss (PnL). It serves as your potential future balance. If it ever falls to the Maintenance Margin amount you've locked, you will face liquidation.
Once you close your trades and settle your PnL, your account balance will match your Equity Balance minus any applicable fees.
EquityBalance = AllocatedBalance + UPNL
5. Available for Orders
Account Balance that is still available for Requests and Orders.
AvailableForOrders = EquityBalance - LockedMargin - MaintenanceMargin
6. Withdrawal & Proof of Time
As SYMMIO architecture assumes that all transactions are final instantly, a fraud proof window has been integrated in order to address manipulation risks, including double spending. As a result, withdrawing your initial $USDT deposit needs to pass through a 12-hour fraud-proof period.
The implementation of a third party providing instant withdrawal solutions is currently being studied.
Last updated