Concentrated Hybrid Model (CHM)
In addition, to the standard AMM pools you can also find concentrated pools that we introduced as the CHM. Our detailed report on this model and it's inner workings can be found here: https://drive.google.com/file/d/1yRZhdB9j5dCkKSUC5OwYvDTh_q_u75JY/edit
Quick summary. What is the CHM?
The concentrated hybrid model is a new DEX paradigm introduced on Cardano that combines an orderbook with concentrated liquidity pools. (CLPs).
Concentrated liquidity pools let liquidity providers (LPs) choose the exact price range where their funds are active, rather than spreading liquidity across all prices. This makes capital more efficient: the same funds can earn more fees if prices trade inside the chosen range.
On MuesliSwap, concentrated pools run on Cardano’s eUTXO model and connect directly to the on-chain orderbook. Each pool is tied to a token pair and a fixed price range. Many pools can exist for one pair, each covering different ranges. When users trade, the system can route across multiple pools that overlap the current price to get a better fill.
What does this mean for traders?
You swap tokens against pools covering the current price.
Orders can be matched across several pools to improve execution.
Partial fills are supported; you always receive what the transaction proves on-chain.
What this means for LPs
Provide liquidity only where you expect trading to happen (your chosen price range).
Earn a higher share of fees if the market stays inside your range.
You can open several positions (pools) with different ranges to cover wider prices.
How it works at a high level
Pools: Each pool is one UTxO with a pool NFT and a fixed price range.
Deposits/Withdrawals: LP tokens (“LP coins”') represent your share of the pool. Deposits and withdrawals are batched on-chain to save fees.
Swaps: Swaps respect the concentrated constant-product rules for the pool’s range. Fees remain in the pool, increasing its value for LPs.
When to use concentrated pools
If you have a price view and want to focus your liquidity for more fee income.
If you want fine control (multiple ranges, different widths) instead of a single “all-prices” AMM.
Notes
If price moves outside your range, your position may stop earning fees until you adjust the range
All actions (orders, deposits, withdrawals, swaps) are validated on-chain; transaction costs apply.
Last updated
Was this helpful?