# 抵押品投资者

⚠️ 此 AMO 已弃用。其许多功能已迁移至 V3 AMO ⚠️

**Collateral Investor AMO** 将闲置的 USDC 抵押品转移到一些提供可靠收益的 DeFi 协议中。目前集成的协议包括：Aave、Compound 和 Yearn。更多协议可以通过治理添加。该 AMO 的主要要求是能够在发生大规模 FRAX 赎回时，立即提取投资的抵押品，不需要等待期。能够随时立即提取的抵押品不会被视为降低协议的抵押率（CR），因为这些资金始终可以随时供协议使用。然而，规范中的去抵押化功能从投资中提取抵押品，优先提取那些有时间延迟的取款（当前没有，并且目前没有计划引入这样的延迟）。

任何超过 CR 的投资收入都通过 FXS1559 被销毁。

**FraxPoolInvestorForV2（已弃用）地址：** [`0xEE5825d5185a1D512706f9068E69146A54B6e076`](https://etherscan.io/address/0xEE5825d5185a1D512706f9068E69146A54B6e076)

### **AMO 规范**

1. **去抵押化** - 将闲置的抵押品投入到各种产生收益的协议中。无法立即提取的投资会降低 CR 计算。像 Yearn USDC v2 和 Compound 这样可以随时以 1:1 比例提取的投资不会被视为降低 CR。
2. **市场操作** - 在 CR 水平上复利投资。
3. **再抵押化** - 从保险库中提取投资，释放用于赎回的抵押品。
4. **FXS1559** - 每天来自超出 CR 的投资收入。


---

# 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/guides/matic-polygon.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.
