# Welcome

Addax is the first concentrated liquidity DEX on LitVM LiteForge. It is built on a Uniswap V3-compatible pool architecture combined with ARIS — an intent-based order execution layer that supports limit orders, dutch auctions, and DCA strategies.

## What makes Addax different

| Feature                | Traditional AMM          | Addax (CLMM)                   |
| ---------------------- | ------------------------ | ------------------------------ |
| Liquidity distribution | Spread across all prices | Focused in custom price ranges |
| Capital efficiency     | Low                      | High                           |
| Slippage               | Higher                   | Lower within active range      |
| Order types            | Swap only                | Swap + Limit + DCA + Dutch     |
| LP positions           | Fungible tokens          | NFTs with custom ranges        |

## Where to start

* New to Addax? Start with [What is Addax](/getting-started/what-is-addax.md)
* Providing liquidity? Go to [LP Basics](/liquidity/lp-basics.md)
* Building a bot or integration? Go to [Developers](broken://pages/00PUZBpZiJzicXCSeMZb)
* Running a filler? Go to [Becoming a Filler](/protocol/aris/becoming-a-filler.md)


---

# 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.addax.finance/readme.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.
