> For the complete documentation index, see [llms.txt](https://docs.frax.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.frax.finance/zh/guides.md).

# FRAX V2 - 算法化市场操作 (AMO)

- [AMO Overview](https://docs.frax.finance/zh/guides/amo-overview.md): 一个为可组合、自治的中央银行模块提供框架的体系
- [AMO 铸币器](https://docs.frax.finance/zh/guides/ru-he-qian-yi-liu-dong-xing-zhi-univ3.md): Frax 更新后的 FRAX 铸造结构以及铸造和赎回的处理流程
- [抵押品投资者](https://docs.frax.finance/zh/guides/matic-polygon.md): 将闲置的抵押品投资于各种 DeFi 保险库/协议中
- [Curve](https://docs.frax.finance/zh/guides/curve.md): 一个主要由协议控制和拥有流动性的稳定交换池
- [Uniswap v3](https://docs.frax.finance/zh/guides/uniswap-v3.md): 将闲置抵押物和Frax部署到Uni v3 稳定币池子
- [FRAX贷款 (Lending)](https://docs.frax.finance/zh/guides/frax-lending.md): 将FRAX借给DeFi平台而获得年化收益（APY）
- [去中心化比率 (DR)](https://docs.frax.finance/zh/guides/qu-zhong-xin-hua-bil-dr.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, and the optional `goal` query parameter:

```
GET https://docs.frax.finance/zh/guides.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
