# 6. Shared Order Book

1DEX utilizes a shared order book mechanism to ensure efficient and transparent trading:

* **High-Performance Order Matching:** The order book supports millisecond-level transaction execution, processing over 10,000 transactions per second (TPS) with instant finality, effortlessly handling high concurrency.
* **Transparency Assurance:** All transaction data is recorded in real-time via on-chain matching and settlement mechanisms, immutable and publicly verifiable.
* **No Single Point of Failure:** Built on a serverless architecture and automated smart contracts, the system eliminates single points of failure, ensuring 24/7 stability.


---

# 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.1dex.com/1dex-technical/6.-shared-order-book.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.
