> For the complete documentation index, see [llms.txt](https://docs.shardspace.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.shardspace.app/trading/limit-order-trades/alphadex.md).

# AlphaDex

## What is AlphaDEX?

AlphaDEX is a scalable and efficient decentralized order book exchange platform on the Radix network. It provides a central order book and matching engine that can be seamlessly integrated into a wide variety of applications, whether it is a simple swap widget or a sophisticated trading platform.

#### Why use an order book exchange? <a href="#why-an-order-book-exchange" id="why-an-order-book-exchange"></a>

* There are already many AMM exchanges available on Radix
* Can specify (and guarantee) the exact price you want to trade at
* No front-running possible
* No impermanent loss (liquidity provision still has some risks)
* More efficient liquidity provision than AMM (less liquidity required for same slippage)
* Better supply and demand discovery by seeing full order book at different price levels
* Users are already familiar with centralized order book exchanges (e.g. Binance, Coinbase etc.)
* More suited for advanced trading strategies and risk management

#### Fees <a href="#bcb4" id="bcb4"></a>

There are three main fee types on AlphaDex\
\
The maximum fee of 0.5% paid by the person submitting a matched order (sometimes called the market taker) is distributed as follows:

* **Liquidity fee of up to 0.35%:** This fee is paid to the liquidity provider (sometimes called the market maker). The liquidity provider is the person whose order was already on the exchange and which matched the order of the market taker. The liquidity fee for each pair will depend on the volume of trade in that pair. The higher the volume of trade, the lower the liquidity fee. The liquidity fee limits are from 0.35% to 0%.
* **Platform fee of up to 0.1%:** This fee is paid to the platform/app through which the order was placed (e.g. the swap or exchange app through which the user placed the order). The platform owner can specify this fee for every order. ShardSpace charges a 0.1% platform fee.
* **Exchange fee of 0.05%**: This is the fee for using the AlphaDEX exchange and will go towards the running and continued development of the exchange.
* Any discounts in liquidity fees or platform fees are passed on to the user, resulting in a lower overall fee for the trade.


---

# 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.shardspace.app/trading/limit-order-trades/alphadex.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.
