# About XOX

<figure><img src="/files/05vl723VWVaJQPlKA7OL" alt=""><figcaption></figcaption></figure>

**XOX is a high-performance, orderbook-based perpetual decentralized exchange designed to deliver a centralized-exchange-level trading experience while remaining fully on-chain, non-custodial, and secured by Ethereum.**

XOX is built for traders who require low latency, deep liquidity, advanced order execution, and full asset control. Instead of relying on generic blockchain infrastructure, XOX is developed as an app-specific execution layer purpose-built for perpetual futures trading.

### Built for Sustainable, Organic Growth

The XOX team believes that the long-term success of any trading platform depends on genuine user adoption driven by superior product quality, not short-term incentives alone.

With hands-on experience in crypto derivatives markets, XOX is designed around real trader needs: fast execution, reliable liquidity, fair liquidation, transparent settlement, and a professional-grade trading experience.

Our guiding principle is simple:

**Build something users genuinely love and keep using.**

### The Problem: Performance Bottlenecks in On-Chain Derivatives Trading

Despite the rapid growth of DeFi, many on-chain perpetual futures platforms still suffer from high latency, limited throughput, and architectural rigidity.

Traditional blockchains process transactions sequentially on a single global state, creating bottlenecks that make sub-second execution difficult. This limits their ability to serve professional traders, quantitative strategies, and market makers.

At the same time, some high-speed trading systems sacrifice transparency, verifiable matching, or fair ordering. Monolithic DEX architectures further increase complexity by combining perpetuals, spot, lending, and other products into one system, resulting in higher gas costs, slower upgrades, and reduced flexibility.

### The Solution: XOX App-Specific Execution Layer

XOX is purpose-built as an application-specific execution environment dedicated to ultra-low-latency perpetual futures trading.

By combining mature zero-knowledge rollup technology, modular execution architecture, and deterministic parallel processing, XOX delivers:

* Multi-thousand TPS throughput;
* Sub-100ms matching latency;
* Fully verifiable and transparent order matching;
* Ethereum-level settlement security;
* A fully non-custodial trading environment.

This allows traders to retain DeFi’s core trust-minimization guarantees while accessing a trading experience comparable to leading centralized exchanges.

### Core Technical Architecture

#### Battle-Tested ZK Rollup Infrastructure

XOX is powered by mature zero-knowledge rollup technology with a proven track record in high-volume derivatives trading infrastructure.

Every order, cancellation, and settlement is validity-proven, and batches are ultimately settled on Ethereum L1 with published zero-knowledge proofs. This ensures mathematical verification of transaction correctness and fund safety without requiring users to trust a centralized operator.

#### Modular Multi-VM Architecture

XOX separates critical trading functions into dedicated execution environments to reduce latency and improve scalability.

* **xoxVM** handles high-frequency matching, liquidation, funding rate calculation, and risk engine operations.
* **xoxEVM** supports standard DeFi functions such as asset issuance, staking, and governance.
* **Pre-compiled contracts** process heavy but stable computations such as oracle updates and pricing models.

This modular structure allows new trading products and features to be added more efficiently without redeploying the entire system.

#### Deterministic Parallel Transaction Execution

The XOX sequencer receives transactions serially, but the execution engine parallelizes non-conflicting operations across multiple cores while preserving deterministic outcomes.

Each trading pair or product class can run in its own execution environment, reducing cross-market contention. Non-conflicting orders can be executed simultaneously, while fixed conflict-resolution rules ensure that any node can independently replay and verify the same result.

This enables throughput to scale with the number of active markets and available computing resources.

#### PriorityLane QoS System

XOX routes transactions into different execution lanes based on urgency.

* **Fast Lane**: order placement, cancellation, reduce-only orders, and liquidations.
* **Standard Lane**: deposits, withdrawals, governance, and other non-urgent operations.

This ensures that time-sensitive trading actions receive priority, supporting a smoother experience for professional traders and market makers.

### True Self-Custody and Permissionless Withdrawals

Users retain full control of their assets at all times. XOX does not hold user private keys and cannot arbitrarily block or delay withdrawals.

Funds can be withdrawn to Ethereum L1 without platform approval, significantly reducing counterparty risk compared with centralized exchanges.

### Manipulation-Resistant Pricing

XOX sources mark prices from multiple independent decentralized oracle networks.

This helps prevent single-venue price manipulation, abnormal price spikes, and flash-crash-driven liquidation cascades. By using manipulation-resistant oracle pricing, XOX supports fairer liquidations and more reliable settlement during volatile market conditions.

### Professional-Grade Trading Experience

XOX is designed to provide the speed, interface, and feature set expected by professional perpetual futures traders.

Key product features include:

* Orderbook-based trading;
* Advanced order types;
* TradingView-grade charts;
* Sub-account architecture;
* Support for hedging and bi-directional strategies within a single wallet;
* Portfolio margining;
* Low-latency matching;
* Deep liquidity supported by professional market makers.

### Frictionless Onboarding and Cross-Chain Support

XOX lowers the entry barrier for both experienced DeFi users and retail traders.

Users can create accounts with email-based onboarding through wallet infrastructure, while deposits and withdrawals support major blockchain networks. This enables a smoother user experience without compromising the platform’s non-custodial model.

### Deep Liquidity from Day One

XOX launches with professional market-maker partnerships and a liquidity incentive program designed to support tight spreads and meaningful market depth from launch.

The platform combines liquidity mining, fee rebates, and governance token rewards to incentivize both liquidity providers and active traders, helping sustain liquidity growth over time.

### Mobile App Roadmap

Following the launch of the web platform, XOX plans to release a fully featured native mobile application for iOS and Android, enabling users to monitor positions and execute trades on the go.

### Summary

XOX combines the performance, liquidity, and user experience of leading centralized exchanges with the transparency, self-custody, and Ethereum-secured settlement of decentralized infrastructure.

By integrating app-specific execution, zero-knowledge rollup security, deterministic parallel processing, manipulation-resistant oracle pricing, and professional-grade trading tools, XOX is designed to become a scalable and sustainable perpetual futures trading platform for traders, liquidity providers, and long-term ecosystem participants.


---

# Agent Instructions: 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:

```
GET https://docs.xox.exchange/about-xox.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
