> For the complete documentation index, see [llms.txt](https://docs.mu.exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mu.exchange/getting-started/trading/trading-engine.md).

# Trading Engine

Mu provides users with a powerful and efficient trading engine that enables them to engage in decentralized trading seamlessly. This trading engine is designed to offer a comprehensive overview of the trading process, making it easier for users to participate in DeFi markets.

The overview of the trading engine on Mu includes several key features. Firstly, users can access a variety of token pairs, allowing them to trade between different cryptocurrencies, forex, commodities and RWA easily. The trading engine displays the available tokens and their respective fees, enabling users to make informed decisions.

Additionally, the trading engine provides real-time pricing information, showing users the current prices of tokens and their historical price charts. This data empowers users to understand the market trends and make well-informed trading decisions.

Users can also customize their trading preferences on the Mu trading engine. They can set their slippage tolerance level, which helps protect against undesirable price fluctuations during the trade execution process. Users can also adjust their gas fee preferences, allowing them to prioritize faster transactions or cost efficiency.

The trading engine on Mu ensures a seamless and user-friendly trading experience. It simplifies the trading process with our single token trading mechanism, providing real-time pricing information, and offering customizable preferences to suit individual trading needs.

It is important to note that while the trading engine on Mu aims to provide a reliable and efficient platform, there are inherent risks associated with decentralized trading. Users should always conduct thorough research, understand the potential risks, and trade responsibly.

With Mu's trading engine, users can take advantage of the decentralized finance ecosystem, navigate the market effectively, and participate in the growth of various tokens and projects.


---

# 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.mu.exchange/getting-started/trading/trading-engine.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.
