# FPI 控制器池

## 描述

FPI控制池具有与FPI及其挂钩相关的各种辅助函数，例如铸造和赎回FPI。

FPI Controller Pool: [`0x2397321b301B80A1C0911d6f9ED4b6033d43cF51`](https://etherscan.io/address/0x2397321b301B80A1C0911d6f9ED4b6033d43cF51)

### 铸造 / 赎回

用户可以用FRAX铸造FPI或兑换FPI为FRAX。与此相关会有一小笔费用，最初是0.30%。

### twammToPeg

协议使用twammToPeg函数引入市场压力，使FPI的市场价格上升(或下降)以实现目标价格锚定。

### giveFRAXToAMO / receiveFRAXFromAMO

该合约可以将FRAX的抵押品借给各种各样的AMOs，这些AMOs可以获得收益。

## 代码

{% embed url="<https://github.com/FraxFinance/frax-solidity/blob/master/src/hardhat/contracts/FPI/FPIControllerPool.sol>" %}


---

# 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/zh/frax-jia-ge-zhi-shu-fpi/fpi-kong-zhi-qi-chi.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.
