> 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/ko/amo.md).

# FRAX v2 - 알고리즘 마켓 제어기(AMO)

- [AMO 개괄](https://docs.frax.finance/ko/amo/overview.md): 구성 가능하고 자율적인 중앙 은행 블럭을 위한 프레임워크
- [FXS1559](https://docs.frax.finance/ko/amo/fxs1559.md): FXS 토큰을 위한 가장 강력한 효용 증가 메커니즘
- [담보 투자자 (Collateral Investor)](https://docs.frax.finance/ko/amo/collateral-investor.md): 유휴 담보를 다양한 DeFi 볼트/프로토콜에 투자하기
- [커브 (Curve)](https://docs.frax.finance/ko/amo/curve.md): 프로토콜에 의해 주로 제어되고 소유되는 유동성을 갖춘 안정적인 스왑 풀
- [유니스왑 v3](https://docs.frax.finance/ko/amo/v3.md): 유휴 담보를 유니스왑 최적의 안정적 짝으로 배치시키기
- [FRAX Lending](https://docs.frax.finance/ko/amo/frax-lending.md): FRAX를 DeFi 플랫폼에 대여하여 APY 수익 창출
- [분산 비율(Decentralized Ratio -DR)](https://docs.frax.finance/ko/amo/decentralized-ratio-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/ko/amo.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.
