> For the complete documentation index, see [llms.txt](https://docs.saros.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.saros.xyz/saros-dlmm/onboarding-and-guides/saros-dlmm-introduction.md).

# Saros DLMM: Introduction

## What's Saros DLMM?

Welcome to Saros DLMM (Dynamic Liquidity Market Maker) - the engine that powers the Internet Financial Market on Solana. Think of it as the facilitator for all of your trades behind the scenes.

Instead of using complicated order books like traditional CEXs or slippage-bearing models of AMMs, Saros DLMM runs on Liquidity Book technology - with pools of tokens provided by users (like you!). These pools make it fast and seamless for anyone to trade directly on Solana - no middlemen, just pure DeFi power.

Saros DLMM isn’t just about speed. It’s also built to make trading more efficient and rewarding for liquidity providers — the people who help power the system by adding their tokens to these pools. It’s like earning fuel points every time someone uses the gas you pumped.

Whether you're new to DeFi or already a seasoned pro, Saros DLMM offers a smoother, smarter way to trade and earn.

Ready to dive deeper? Check out our full guide to learn more!

## Saros DLMM Key Features

Saros DLMM isn't just a trading platform—it's a feature-rich hub crafted to enhance the experience for both traders and liquidity providers. Let's delve into some of its standout features:

* **Concentrated Liquidity:** Enhance Your Capital Utilization
* **Surge Pricing:** Liquidity Providers earn more
* **Bin Architecture:** Flexible Liquidity Management
* **Zero-slippage Swaps:** Get the best trading rates for traders.

### Concentrated Liquidity

Unlike traditional AMMs that distribute liquidity across broad price ranges, Saros DLMM enables providers to concentrate capital within targeted price bands. This boosts capital efficiency, allowing for larger trades with reduced slippage. As a result, traders benefit from more stable pricing, while liquidity providers can earn higher fees.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXd0P-832csaT3aqYl-mpF3cChUvAFWuvMUf5REb61I2lOoT137gNhZcu0DmR01dWrWTjpYDV6fFrokD-b0h7c69G4MZ44ArehtQXhS4pfCeSHXeEmqvvoFWmxbCK-QUaRhBdZja?key=EScwljywqStSr316FqgDznuS" alt=""><figcaption></figcaption></figure>

### Surge Pricing

Saros DLMM features a dynamic surge pricing model that adjusts swap fees in real-time based on market volatility. During periods of high price fluctuation, trading fees increase slightly and disincentivize excessive trading while liquidity providers are compensated with higher returns, helping to mitigate risks such as impermanent loss and incentivizing deeper liquidity provisioning when it’s most needed.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfIwUoWkp0RcqcxBhtGaH4YBEGyVNuVvnuqMHgWaOY_ggmQ9wT1AXfrsEaipErtEgU9luvpNihNtmfLbuGzvNk1I0i61SGgSCKDQ81Zl4hREOfZIXmxAmppHeEZaT6bY7TZlFAo?key=EScwljywqStSr316FqgDznuS" alt=""><figcaption></figcaption></figure>

<br>

### Bin Architecture

Saros DLMM introduces a unique bin-based system, where liquidity is divided into discrete pools at fixed price levels. Each bin represents liquidity at a specific price point, and together, they form a full liquidity pool. This structure minimizes price impact during trades, leading to better execution for traders. For liquidity providers, it enables precise, strategy-driven fund allocation and maximizing returns by aligning with market movements.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdklqzzwdy2Bq5ierOR1daQlcyd5rDkAd3VFt_IuAZBDoc7HuUPLFGUQgV01tNz0f-RcC1dWU1OQxTd7ldEzbHz7oYWZNEx7zbbVpdD2rnOzsD-JTPlRvi58VycCxQ_m_kKM6ZWbg?key=EScwljywqStSr316FqgDznuS" alt=""><figcaption></figcaption></figure>

<br>

### Zero Slippage Swaps

In traditional AMMs, asset prices shift based on pool composition — each trade alters the ratio, causing price movement. As a result, buyers push prices up and sellers push them down, leading to slippage — where the final trade price differs from the quoted one.

With Saros DLMM’s bin architecture, swaps are executed at fixed price levels, enabling **zero slippage**. This means the price you see is the price you get, allowing for more accurate, efficient, and predictable trading.

\
\
\
\ <br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.saros.xyz/saros-dlmm/onboarding-and-guides/saros-dlmm-introduction.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
