# Zeta X Litepaper

## Zeta X (ZX): Building a Trustless Layer 2 for Decentralized Derivatives Trading on Solana

### Abstract

> We present our initial approach to scaling decentralized perpetuals trading through an optimistic rollup built on Solana that leverages zero-knowledge proofs for trustless on-chain settlement. The rollup will use an off-chain matching engine to achieve performance on par with centralised exchanges whilst leveraging the transparency and security of Solana L1 for data availability (DA) and settlement.

### Table of Contents

* [Introduction](/zeta-x/zeta-x-litepaper/introduction.md)
* [ZX](/zeta-x/zeta-x-litepaper/zx.md)
* [Role of $ZEX](/zeta-x/zeta-x-litepaper/role-of-usdzex.md)
* [Why Solana?](/zeta-x/zeta-x-litepaper/why-solana.md)
* [High Level Architecture of ZX](/zeta-x/zeta-x-litepaper/high-level-architecture-of-zx.md)
* [Roadmap](/zeta-x/zeta-x-litepaper/roadmap.md)
* [Appendix A](/zeta-x/zeta-x-litepaper/appendix-a.md)
* [References](/zeta-x/zeta-x-litepaper/references.md)


---

# 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.zeta.markets/zeta-x/zeta-x-litepaper.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.
