# Pools

Tokan Exchange employs two distinct pricing curves: the Uniswap v2 and Curve Stable Swap pricing curves. Curve Stable Swap is better suited for trading price related assets like USDC-USDT, leading to increased trade volume and reduced slippage.

{% hint style="success" %}
All pools will support a wide range of fees (up to 1%) customizable on a pool by pool basis. This will allow for more dynamic and substantial voting rewards.
{% endhint %}

### Stable Pools

Stable pools are intended for assets that do not fluctuate in price too much. They are perfect for stable pairs, allowing traders to trade with low slippage and at the best rates even with large trade volumes.&#x20;

The default stable fee is 0.04%.

{% hint style="info" %}
**`x³y + y³x ≥ k`**
{% endhint %}

### Variable pools

Variable pools are designed for assets with high price volatility. These pools use a generic AMM formula that is generally found in DEXs like Uniswap v2.&#x20;

The default stable fee is 0.18%.

{% hint style="info" %}
**`x * y ≥ k`**
{% endhint %}


---

# 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.tokan.exchange/protocol/pools.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.
