# Understanding Automated Market Makers

The USDFI protocol incorporates multiple AMM models, which have been combined into a single system. The design also includes the implementation of a unique master router to provide traders and liquidity providers with a range of options.

## Why USDFI?

The primary function of the AMM Operations is to facilitate secure trading of digital assets with minimal fees and low slippage. Slippage refers to the discrepancy between the current market price of an asset and the price at which the trade or transaction is executed, which can result in a higher or lower amount of the desired tokens being received. To ensure access to the most favorable rates, there are two categories of digital assets:

a) highly correlated in price vs a reference price (such as $USDC, $USDT, $BUSD and $DAI, ie stablecoins and liquid staking derivatives), and

b) uncorrelated in price - digital assets not in category a)

**The USDFI protocol provides two types of liquidity pools, stable pools (sAMM) and variable pools (vAMM)**, to cater to the needs of different token pairs. The liquidity of a given pool, measured by the value locked in it, has a direct correlation with the level of slippage it can offer, with deeper liquidity resulting in price impact.


---

# 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.usdfi.com/usdfi-amm/understanding-automated-market-makers.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.
