# Automated Market Maker (AMM)

TODO

### Black-Scholes-Merton (BSM) Pricing Model

TODO

### Limitations & Drawbacks of the BSM Model

TODO

### Overcoming BSM Limitations & Drawbacks

TODO

### Alternative Pricing Models

Implementations of alternative pricing models including the Binomial Option Pricing Model & Bjerksund-Stensland Model will be introduced in future versions of the AMM!

### Topics

{% content-ref url="/pages/uToBHhcZgaoV93ogzK9b" %}
[Managed Orders](/user-manual/trading/automated-market-maker-amm/managed-orders.md)
{% endcontent-ref %}

{% content-ref url="/pages/jB63YGtztjRymie01bT3" %}
[Aggregated Spot Price](/user-manual/trading/automated-market-maker-amm/aggregated-spot-price.md)
{% endcontent-ref %}

{% content-ref url="/pages/5GtCmdR7DkzOHCTLwLns" %}
[Liquidity Provider Rewards](/user-manual/trading/automated-market-maker-amm/liquidity-provider-rewards.md)
{% endcontent-ref %}

{% content-ref url="/pages/Vg4zsOScUTJIDdohB9GF" %}
[Match Finder Rewards](/user-manual/trading/automated-market-maker-amm/match-finder-rewards.md)
{% endcontent-ref %}


---

# 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.optswap.org/user-manual/trading/automated-market-maker-amm.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.
