# Overview

Welcome to the Addax documentation hub.

Addax is the first CLMM-based decentralized exchange on LitVM, enabling users to trade assets seamlessly and provide liquidity within custom price ranges.

Unlike traditional AMMs, Addax leverages Concentrated Liquidity (V3 model) to improve capital efficiency and deliver better trading experiences.

***

V2 AMM vs V3 CLMM

Feature| V2 AMM| V3 CLMM (Addax) Liquidity| Spread across all prices| Focused in custom ranges Capital Efficiency| Low| High Slippage| Higher| Lower (within range) Strategy| Passive| Active Fee Potential| Moderate| Higher (if well-positioned)

***

Why V3 (CLMM) is Better

* More efficient use of capital — liquidity is deployed where it matters most
* Better pricing for traders — reduced slippage within active ranges
* Higher earning potential for LPs — concentrated liquidity generates more fees
* Custom strategies — users can optimize based on market expectations

***

Addax brings a more advanced and efficient liquidity model to LitVM, giving both traders and liquidity providers greater control and improved performance.

## What you'll find

* `Addax 101` - Product overview, pools, swaps, and route selection.
* `Protocol` - Core contracts, ARIS intents, limit orders, DCA, and fee model.
* `Liquidity` - LP fundamentals, NFT positions, and range strategy.

## Quick links

* [Addax 101](https://docs.addax.finance/addax-101)
* [Protocol](https://docs.addax.finance/protocol)
* [Liquidity](https://docs.addax.finance/liquidity)


---

# 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.
