> For the complete documentation index, see [llms.txt](https://docs.ipor.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ipor.io/ipor-derivatives/automated-market-maker.md).

# Automated Market Maker

- [The Automated Market Maker](https://docs.ipor.io/ipor-derivatives/automated-market-maker/the-automated-market-maker.md): This page describes the automated market maker
- [Liquidity Provisioning](https://docs.ipor.io/ipor-derivatives/automated-market-maker/liquidity-provisioning.md)
- [IPOR Swaps](https://docs.ipor.io/ipor-derivatives/automated-market-maker/ipor-swaps.md)
- [Hedging example with Morpho protocol](https://docs.ipor.io/ipor-derivatives/automated-market-maker/ipor-swaps/hedging-example-with-morpho-protocol.md): Below is an illustrative example of how to create a simple fixed rate borrow using the Morpho and IPOR protocols
- [Spread](https://docs.ipor.io/ipor-derivatives/automated-market-maker/spread.md)
- [Math behind the demand spread](https://docs.ipor.io/ipor-derivatives/automated-market-maker/spread/math-behind-the-demand-spread.md)
- [Risk oracle](https://docs.ipor.io/ipor-derivatives/automated-market-maker/risk-oracle.md)
- [SOAP](https://docs.ipor.io/ipor-derivatives/automated-market-maker/soap.md)
- [Liquidations](https://docs.ipor.io/ipor-derivatives/automated-market-maker/liquidations.md)
- [Asset Management](https://docs.ipor.io/ipor-derivatives/automated-market-maker/asset-management.md)


---

# 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://docs.ipor.io/ipor-derivatives/automated-market-maker.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.
