# Overview

An AMO (Algorithmic Market Operations Controller) is an autonomous contract(s) that *enacts arbitrary monetary policy so long as it does not change the price off its peg.* It mints or burns $atETH tokens and performs predefined operations in the market without affecting the pegging, in order to expand protocol liquidity and earn revenue. Since the operations after minting or burning $atETH can be defined by the protocol, unlike stablecoin protocols with a single mechanism, the protocol can formulate complex strategies and leverage more modular DeFi Legos, thus more actively controlling the price peg and bringing income for the protocol.

Currently, the protocol is composed of three kinds of AMOs:

{% content-ref url="/pages/lr4yk9WCtrcczLuoqzKF" %}
[Base AMO](/amo/base-amo.md)
{% endcontent-ref %}

{% content-ref url="/pages/O5ygIYUq3gVgxVDdjw4s" %}
[PSM (Peg Stability Module)](/amo/psm-peg-stability-module.md)
{% endcontent-ref %}

{% content-ref url="/pages/Pigap9XIdL3rRWDaSIG3" %}
[$satETH Vault (staked atETH)](/amo/usdsateth-vault-staked-ateth.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.atoll.money/amo/overview.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.
