# frxETH和sfrxETH

Frax生态系统中的ETH有两种形式，frxETH (Frax Ether)和sfrxETH (质押的 Frax Ether)。

### frxETH

frxETH 作为一种与 ETH 松散挂钩的稳定币，1 frxETH 始终代表 1 ETH，且流通中的 frxETH 数量与 Frax ETH 系统中的 ETH 数量相匹配。当 ETH 被发送到 frxETHMinter 时，会铸造出等量的 frxETH。单独持有 frxETH 不会获得质押收益，应被视为类似于持有 ETH。frxETH 的挂钩定义为 1.00 汇率两侧的 1% 范围，即 frxETH 的挂钩被维持在每 1 frxETH 兑换 1.01-0.9900 ETH 之间。

<figure><img src="/files/YQM2EfyqstnBZZT7WvqH" alt=""><figcaption><p>frxETH</p></figcaption></figure>

### sfrxETH

sfrxETH是一个ERC-4626标准的金库，设计用于累积Frax ETH验证节点的质押收益。在任何时候，frxETH可以通过存入sfrxETH金库来交换sfrxETH，这使得用户通过他们的frxETH赚取质押收益。随着时间的推移，由于验证节点收益累积，等量的frxETH被铸造并添加到库中，使得用户赎回他们的sfrxETH时可以获得比他们存入frxETH更多。

frxETH与sfrxETH的汇率随着时间的推移而增加，因为质押奖励被添加到金库中。通过持有sfrxETH，您持有金库的frxETH不断增加可赎回收益的权利，在sfrxETH持有者之间按他们在总sfrxETH中的份额比例分配质押奖励。这类似于其他自动复合收益代币，如Aave的aUSDC和Compound的cUSDC。

<figure><img src="/files/1PrBaEeDq3gvjwmXmVOw" alt=""><figcaption><p>sfrxETH</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-he-sfrxeth.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.
