# Market Making Models

A key feature of the AO network, and a core component of Bark's platform design, is the flexibility of Botega agents. These agents are not constrained by the scalability or performance limitations of the AO network. This flexibility allows the Bark platform to support a wide range of market-making models, from automated market makers (AMMs) to advanced, high-throughput, low-latency on-chain order books.

{% content-ref url="/pages/9UJANTUcOcZWTB0CD7eP" %}
[AMM V2](/products/platforms/botega/market-making-models/amm-v2.md)
{% endcontent-ref %}

{% content-ref url="/pages/3pQPbMtKVadS9AKN67gr" %}
[AMM V3](/products/platforms/botega/market-making-models/amm-v3.md)
{% endcontent-ref %}

{% content-ref url="/pages/80QC8KbuH7cpTcMBPXVR" %}
[Orderbook](/products/platforms/botega/market-making-models/orderbook.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.autonomous.finance/products/platforms/botega/market-making-models.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.
