> For the complete documentation index, see [llms.txt](https://docs.onlydx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.onlydx.com/preface.md).

# Preface

This white paper presents the technical underpinnings of OnlyDX and outlines a blueprint for the future of digital-asset exchanges. The document is organized into four parts:

* **Part I: Deep dive into the OnlyDX solution.** We first unveil OnlyDX and show how, under the premise of data transparency and verifiable outcomes, it empowers users with strong privacy protection. This section also introduces the core services and incentive mechanisms provided to users—including referral rewards, staking yields, and developer incentives—and explains how the platform promotes ecosystem prosperity on a fair and transparent foundation.
* **Part II: Blockchain fundamentals.** This section lays a solid foundation for understanding OnlyDX’s unique positioning by introducing blockchain core principles, layered architecture, smart contracts, wallets, and the industry’s prevailing challenges.
* **Part III: Industry trend analysis.** Building on the above foundations and our solution, we argue that decentralization is an irreversible trend and show how DEXs can displace CEXs, thereby further substantiating the strategic significance of OnlyDX.
* **Part IV: Frequently asked questions.** This section compiles the practical questions users care most about when using OnlyDX and provides clear answers to help them quickly understand and participate in the platform’s ecosystem.

By reading this document, you will not only become a more informed participant in blockchain, but also grasp the true value of OnlyDX: it is not merely a high-performance, low-cost exchange, but also a core piece of infrastructure for the next generation of decentralized finance.


---

# 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.onlydx.com/preface.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.
