> For the complete documentation index, see [llms.txt](https://calnix.gitbook.io/eth-dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://calnix.gitbook.io/eth-dev/fixed-point-math/amm-math.md).

# AMM Math

## Constant Product AMM

* <https://www.youtube.com/watch?v=QNPyFs8Wybk>
* If you have absolutely no background on this topic, the above video would be useful to set the stage.
* Else for quick reference:

<figure><img src="/files/ZVBsdnFq5vDaJgslqUxM" alt=""><figcaption></figcaption></figure>

### Swap - How many tokens to return in a trade?

<figure><img src="/files/89AyLTU1w53uRp3SQ9pb" alt=""><figcaption></figcaption></figure>

* The trick is to identify if we are calculating for the increasing or decreasing asset
* In the wild reference; buyQuote, sellQuote: <https://github.com/code-423n4/2023-04-caviar/blob/main/src/PrivatePool.sol#L699>


---

# 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:

```
GET https://calnix.gitbook.io/eth-dev/fixed-point-math/amm-math.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.
