# Mondrian Swap Pools

## Overview

Liquidity pools are the **foundation of Mondrian Swap**, functioning as smart contracts that **facilitate seamless token swaps** on the platform. Unlike traditional DEXs that impose rigid pool structures, **Mondrian Swap offers unmatched flexibility**, allowing pools to be **customized with any composition and asset ratio**.&#x20;

{% hint style="info" %}
This adaptability enables **more efficient liquidity provisioning**, catering to various asset types and trading strategies.
{% endhint %}

***

## [Weighted Pools](/mondrianswap/products/quickstart/weighted-pools.md)

**Weighted Pools** are highly **versatile and configurable**, leveraging a modified version of the **Constant Product Market Maker (CPMM) algorithm** popularized by **Uniswap and other early DEXs**. These pools are ideal for assets that do not have a **fixed price correlation**, allowing for **efficient trading with customizable weight distributions**.

**Key Features:**

* Suitable for **diverse asset pairs**, including those **without price correlation** (e.g., **ETH/BTC** )
* Provides **customizable weight distributions**, allowing liquidity providers to **set allocations based on risk tolerance**.
* Enables **dynamic fee structures**, optimizing for different market conditions.

***

## [Stable Pools](/mondrianswap/products/quickstart/stable-pools.md)

For assets expected to **maintain a near-constant price ratio** (e.g., stablecoins or synthetic assets), **Stable Pools** utilize an advanced **StableSwap AMM model** inspired by **Curve Finance**. This model significantly improves **trade efficiency**, reducing **slippage and impermanent loss** when swapping between assets with similar valuations.

**Key Features:**

* **Optimized for minimal price impact**, making it ideal for **stablecoin pairs (e.g., USDT/USDC)** or **synthetic assets tracking the same underlying value**.
* **Lower slippage compared to Weighted Pools**, ensuring **better rates for high-volume stable asset trades**.
* **More capital-efficient liquidity provisioning**, maximizing returns for liquidity providers.

***

## Why Choose Mondrian Swap Pools?

* **Flexible Pool Structures** – Liquidity providers can **customize weightings and asset compositions** to optimize capital efficiency.
* **Low Slippage & Gas Costs** – Advanced AMM models ensure **cost-effective trading** and **minimized slippage** for large trades.
* **Secure & Transparent** – Built on **audited smart contracts**, ensuring a **safe and reliable** trading experience.

Mondrian Swap’s liquidity pools are designed to **empower traders and liquidity providers** with **advanced DeFi tools**, ensuring **optimal performance in any market condition**.


---

# 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://mondrianswap.gitbook.io/mondrianswap/products/quickstart.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.
