# Dual Liquidity Type

Kim's AMM is based on UniV2 constant formula, with a custom implementation of a Solidly-type logic for stables.

The Kim AMM is the core of our ecosystem-oriented approach, designed with the following in mind:

* Modular, flexible and customizable
* Optimizes trading efficiency
* Provides support to protocols' growth by adapting


---

# 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.kim.exchange/protocol/amm-v2/dual-liquidity-type.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.
