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

# Introduction

## What Is Nad DEX

Nad DEX is Monad’s native spot and perpetuals decentralized exchange (DEX) that offers the best of centralized exchange (CEX) and DEX trading experiences. Monad’s low latency enables Nad DEX to execute trades within milliseconds, ensuring traders can capitalize on market moves without relinquishing ownership of their assets to centralized exchanges.

Nad DEX combines the precision of a fully on-chain order book with the simplicity of automated market makers (AMMs) in one sleek interface, delivering gas-efficient, high-performance on-chain trades with optional advanced trading tools.

### Core Offering

A highly efficient hybrid DEX suitable for beginner, pro, and institutional traders.

* Perps\
  Nad DEX offers perpetual futures trading for key asset pairs initially listed by the Nad DEX core contributors. The range of available pairs will expand over time in line with community demand.
* Spot\
  Users can seamlessly create liquidity pools or add to existing pools, as well as provide liquidity directly in the order book through limit orders.

### Our Vision

To provide traders with the same experience as trading on centralized exchanges, in a fully on-chain and decentralized ecosystem with complete control over their assets – enabled by Monad’s high-performance blockchain architecture.

### Key Features And Advantages

* Lightning-Fast Execution: Millisecond settlement times enable capturing critical market opportunities.
* Hybrid Market Structure: Integrates AMM liquidity with a complete on-chain order book for efficient trading.
* Advanced Trading Tools: A professional-grade interface and optional advanced order types for sophisticated traders.
* Gas Efficiency: Optimized transaction processing on Monad for cost-effective trading.
* Permissionless Listings: Anyone can enable new token markets with minimal initial liquidity.
* Proven Technology: Built on SynFutures' battle-tested infrastructure—creators of Base's leading perpetual DEX with over $270B in trading volume.


---

# 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.naddex.io/introduction.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.
