# How does AMM work?

What is an automated market maker? Automated market makers (AMMs) are a type of decentralized exchange (DEX) that use algorithmic “money robots” to make it easy for individual traders to buy and sell crypto assets. Instead of trading directly with other people as with a traditional order book, users trade directly through the AMM.&#x20;

Market makers are entities tasked with providing liquidity for a tradable asset on an exchange that may otherwise be illiquid. Market makers do this by buying and selling assets from their own accounts with the goal of making a profit, often from the spread—the gap between the highest buy offer and lowest sell offer. Their trading activity creates liquidity, lowering the price impact of larger trades.

While other types of decentralized exchange (DEX) designs exist, AMM-based DEXs have become extremely popular, providing deep liquidity for a wide range of digital tokens.&#x20;


---

# 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://unimatebotteam.gitbook.io/amm-unimate-bot/how-does-amm-work.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.
