# frxETH V2

## **摘要**

frxETH V2 允许匿名/外部验证者进入 frxETH 系统。所有的 ETH 质押奖励将直接流入他们控制的 ValidatorPool 智能合约，因此不会为他们铸造任何 frxETH。然而，他们会获得可以用于借入通过 V1 铸造机制进入的 ETH 的信用。此借款的抵押品是一个被托管的退出消息，如果他们的借款头寸变得不健康，frxETH 协议可以执行该消息。退出的资金仅流向 ValidatorPool，并在所有贷款还清之前“被困”在其中。&#x20;

每存入 32 ETH 的信用额度将取决于验证者运营池。匿名池每 32 ETH 仅能获得 24 ETH 的借款信用，而已知/社区白名单池每 32 ETH 可以获得高达 31 ETH 的借款信用。借入的 ETH 仅可用于启动额外的验证者。一个离线机器人 Beacon Oracle 将持续监控所有验证者/验证者池的健康状况，并在出现清算情况时执行退出消息。此外，如果因赎回、重度借贷或两者兼而有之而导致 ETH 变得稀缺，利率将会上升。

&#x20;frxETH 协议将通过投资闲置的 ETH（Curve AMOs）以及从验证者池的借贷活动中获得利息来赚取收入。现有的 V1 Frax 运营验证者也将从 ETH 质押中获得收益。&#x20;

### **流程图**

<figure><img src="https://756501507-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MJQZW1mSg2O5N7HXHo0-1995411665%2Fuploads%2FlUuNEYm2S76L9oxxOQiF%2F1000003126.png?alt=media&#x26;token=9dfa4d3a-0f8a-4a2d-925e-c2161359ea90" alt=""><figcaption><p>Overview of frxETH V2</p></figcaption></figure>


---

# 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-ether/frxeth-v2.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.
