> For the complete documentation index, see [llms.txt](https://orbits-1.gitbook.io/orbits/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://orbits-1.gitbook.io/orbits/overview.md).

# Overview

Orbits is a ZK-SNARK based multi-chain orderbook DEX with Saas system and liquidity aggregator. It can quickly help deploy sub-station which shares depth and also enables users to trade spots and perpetuals. Orbits shares its quantitative strategy dividends with users and provide liquidity pool function for projects (optional) if needed.

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

### Friendly, Professional

Unlike other DEXs, Orbits has a professional interface and API that you can access from any device. Thanks to Layer 2, transactions can be executed instantly, while having decentralized security.

### As secure as Ethereum

Based on zk-SNARK, it fully inherits the security of Ethereum, so all transactions require your signature. Transactions are direct from person to person, and assets do not need to be transferred out of your wallet at all. All transaction data is fully available on Ethereum.

### The wait is over, start trading!

We built the fastest fully decentralized exchange ever.

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

### Get started just in one minute

No private key required, Everything in your wallet, Full control of own assets.

1. Connect your wallet
2. Deposit your coins
3. Activate L2 account
4. Start trading & Earn rewards


---

# 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://orbits-1.gitbook.io/orbits/overview.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.
