# 费用

### 延迟解除质押协议费 <a href="#yan-chi-jie-chu-zhi-ya-xie-yi-fei" id="yan-chi-jie-chu-zhi-ya-xie-yi-fei"></a>

在常规解锁过程中，将收取获得的抵押奖励的5%作为费用。该费用适用于您的头寸已赚取的总抵押奖励，并可按以下方式计算：

费用 = 质押金额 \* 质押年化收益率 \* 质押时长 \* 5%

示例：

如果您在3个月内质押了100 SUI，且质押年化收益率为3.5%，则您赚取的总质押奖励如下：

质押奖励 = 100（SUI）\* 0.035（APY）\* 0.25（年）= 0.875 SUI

您需要支付此金额的5%作为手续费（质押奖励 \* 0.05）：

费用 = 0.875（SUI）\* 0.05 = 0.043 SUI

该手续费也可以表示为待解除质押数量的百分比：

手续费 / （已投入金额 + 质押奖励）\*100

待解除总量百分比= 0.043 / (100 + 0,875) \*100 = 0,043%

### 原子解除质押协议费 <a href="#yuan-zi-jie-chu-zhi-ya-xie-yi-fei" id="yuan-zi-jie-chu-zhi-ya-xie-yi-fei"></a>

此费用仅适用于选择即时解除质押的情况。原子协议费用适用于被解除质押的 SUI 总金额。该费用取决于 SUI 储备中可用的流动性，该协议为原子解除质押而分配，并按以下方式计算：

max\_fee - (max\_fee - min\_fee) \* reserves\_value / reserves\_target\_value

其中 reserves\_value 是当前解除质押后协议中为原子解除质押分配的 SUI 金额，其他参数均为常数：

max\_fee = 1%

min\_fee = 0.1%

reserves\_target\_value = 10000 SUI

### 验证人费用（可选） <a href="#yan-zheng-ren-fei-yong-ke-xuan" id="yan-zheng-ren-fei-yong-ke-xuan"></a>

每个验证者都可以设定自己的费用，并将其应用于每个赌注。一旦 afSUI 铸造成功，其中指定的部分金额将转给进行投注的验证者。默认情况下，该费用等于零。每个验证者可在以下范围内更改该值：\[0, 0.1%]

如果验证人设置了费用，该费用将出现在下注页面的验证人选择下拉菜单中：

<figure><img src="/files/N4TTxdWnstnsCUmTks4v" alt="" width="375"><figcaption><p>在选择验证器下拉菜单中的验证器费用</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://ch-docs.aftermath.finance/liu-dong-zhi-ya/fei-yong.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.
