> 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.md).

# Perps

Enter the world of decentralised leverage trading on Polygon and Base. QuickSwap is bringing the industry alive with advanced perps DEXs.

## **QuickPerps: Base and Polygon**

[Quickperps](https://www.qperps.exchange/trade) is a cutting-edge perpetual DEX powered by [Orbs](https://www.orbs.com/) and hosted by QUICKSWAP that gives users access to (up to) 150x leverage trading over a range of more than 300 crypto assets.

QuickPerps offers an exchange-grade trading interface that rivals the look, feel, and responsiveness of platforms like Binance and Hyperliquid. Not a generic widget bolted onto a page; a professional trading terminal that runs on TradingView charts. Trusted by millions of traders as the top charting platform, TradingView can help you dive into crypto heatmap analysis, follow the crypto universe, and break down market movements with interactive visual tools and additional indicators.

It includes the full suite of order types serious traders expect: market and limit orders, stop-loss and take-profit, advanced brackets, matching the tools available on leading centralized exchanges.

Combined with one-click trading, account abstraction, and gasless flows, traders get the polish of a CEX with the self-custody and transparency of on-chain.

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

#### TEE-Verified Execution <a href="#under-the-hood-tee-verified-execution" id="under-the-hood-tee-verified-execution"></a>

At the core of Orb's architecture is a Trusted Execution Environment (TEE) designed to serve as the authoritative engine for all state transitions. Every trade, every position update, every liquidation runs inside this environment, with remote attestation ensuring the execution logic has not been tampered with. The TEE-based execution layer will be progressively integrated into Orbs' Layer-3 infrastructure as part of the broader 2.0 rollout.\
\
The architecture breaks down into several core components:<br>

* **Hedger:** Trusted, whitelisted hedgers with high-SLA guarantees take the operational counterparty role, hedging across both centralized exchanges, including Binance USD-M futures, and leading on-chain perpetual markets. This multi-venue approach delivers deep execution from day one without relying on external solver networks.

* **Liquidator:** Real-time solvency monitoring with automatic position liquidation when maintenance margin thresholds are breached. Cross-margin risk calculations use the same shared formulas across the entire stack, so there is no discrepancy between what a trader sees and what the system enforces.

* **Price Oracle:** A signed mark-price feed inside the TEE drives risk calculations, funding rates, and liquidation decisions. Prices are cryptographically signed with EIP-712 and verified on every operation, creating a verifiable audit trail for every price input that affects the system.<br>

* **On-Chain Rollup Settlement:** All state, including user positions, balances, pending orders, and system configuration, lives in a unified Merkle tree. State roots are committed on-chain via a rollup contract, so every transition from order placement to settlement is verifiable. The result is the transparency of on-chain with the performance of off-chain execution.


---

# 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.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.
