> For the complete documentation index, see [llms.txt](https://docs.quickswap.exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.quickswap.exchange/overview/perps/trade-on-quickperps.md).

# Trade on Quickperps

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

#### 1. Account Health <a href="#id-3.-account-health" id="id-3.-account-health"></a>

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`

#### 2. Unrealized Profit and Loss (“UPNL”) <a href="#id-1.-unrealized-profit-and-loss-upnl" id="id-1.-unrealized-profit-and-loss-upnl"></a>

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.

#### 3. Maintenance Margin <a href="#id-4.-maintenance-margin" id="id-4.-maintenance-margin"></a>

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 <a href="#id-5.-equity-balance" id="id-5.-equity-balance"></a>

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 <a href="#id-8.-available-for-orders" id="id-8.-available-for-orders"></a>

Account Balance that is still available for Requests and Orders.

`AvailableForOrders = EquityBalance - LockedMargin - MaintenanceMargin`

#### 6. Withdrawal & Proof of Time <a href="#id-9.-withdrawal-and-proof-of-time" id="id-9.-withdrawal-and-proof-of-time"></a>

As SYMMIO’s 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 $USDC 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.


---

# 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://docs.quickswap.exchange/overview/perps/trade-on-quickperps.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.
