# FPI 컨트롤러 풀

**개요**

FPI 컨트롤러 풀에는 FPI나 페깅을 다양하게 도와주는 기능을 합니다.

**채굴 / 상환**

사용자는 FPI를 FRAX을 가지고 채굴하거나 FPI를 FRAX로 상환할 수 있습니다. 이와 관련된 작은 수수료가 있는데, 처음에는 0.30%이다.

**twamToPeg**

twamToPeg 기능은 프로토콜이 FPI의 시장 가격을 목표된 페깅 가격으로 올리거나 낮추기 위한 시장 압력을 주기 위해 사용된다.

**giveFRAXToAMO / receiveFRAXFromAMO**

계약은 수익을 얻는 다양한 AMO\[2]에 FRAX 담보를 빌려줄 수 있다.

[**Code Link**](https://github.com/FraxFinance/frax-solidity/blob/master/src/hardhat/contracts/FPI/FPIControllerPool.sol)<br>


---

# 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/ko/frax/fpi.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.
