# Canto DEX

In order to prevent the possibility of a predatory evolution toward rent-seeking behaviors, Canto’s decentralized exchange protocol:

* Cannot be upgraded
* Has no official interface
* Runs in perpetuity without the ability to implement fees

At launch, users can interact with the DEX contracts through [Slingshot](https://app.slingshot.finance/), a DEX aggregator platform.

## **Trading on Canto DEX**

Like other DEXes, Canto uses an automated market maker (AMM) to price assets. The AMM derives liquidity for trading pairs from user-supplied pools of assets called liquidity pools.

At launch, Canto supports two types of liquidity pools:

* Full range liquidity pools using a `xy=k` formula (constant product)
* Concentrated liquidity pools using a `yx^3 + xy^3 = k` formula, to deepen liquidity for stablecoins and other units of account such as Note

## **Providing Liquidity**

In order to participate in Canto liquidity mining, users are able to provide liquidity to the Canto DEX at [app.canto.io/lp](https://app.canto.io/lp).

Users providing liquidity receive LP tokens that can be supplied in the [Canto Lending Market](/free-public-infrastructure/lending-market.md) to earn incentives.

### **Incentivized Pools**

At present, Canto has 5 incentivized pools:

* USDC/NOTE Concentrated Liquidity Pool (`yx^3 + xy^3 = k`)
* USDT/NOTE Concentrated Liquidity Pool (`yx^3 + xy^3 = k`)
* NOTE/CANTO Full Range Liquidity (\`xy = k\`)
* CANTO/ETH Full Range Liquidity (`xy = k`)
* CANTO/ATOM Full Range Liquidity (`xy = k`)


---

# 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.canto.io/free-public-infrastructure/dex.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.
