# FRAX V2 - Algorithmic Market Operations (AMO)

- [AMO Overview](https://docs.frax.finance/amo/overview.md): A framework for composable, autonomous central banking puzzle pieces
- [AMO Minter](https://docs.frax.finance/amo/amo-minter.md): Frax's updated structure for minting FRAX and processing mints & redeems
- [Collateral Investor](https://docs.frax.finance/amo/collateral-investor.md): Invests idle collateral into various DeFi vaults/protocols
- [Curve](https://docs.frax.finance/amo/curve.md): A stableswap pool with liquidity controlled and owned predominantly by the protocol
- [Uniswap v3](https://docs.frax.finance/amo/uniswap-v3.md): Deploying idle collateral to stable-stable pairs on Uni v3 with FRAX
- [FRAX Lending](https://docs.frax.finance/amo/frax-lending.md): Earns APY from lending out FRAX to DeFi platforms
- [Decentralization Ratio (DR)](https://docs.frax.finance/amo/decentralization-ratio-dr.md): Reducing reliance on centralized assets


---

# 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.frax.finance/amo.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.
