# 了解多策略金库费用

**入场费**

**从根本上讲，根据合约Belt.fi Belt BeltMultiVaults 确实不会收取一定的入场费。 所产生的入场费均为存入该策略协议时的入场费。**

存入保管库是通过以下两个流程之一进行的：

* deposit2（directDeposit）
  * 这是立即且直接存入策略协议的保管库/池。 Belt Finance本身不收取任何费用，而产生的任何费用就是该特定协议的入场费。
* deposit1（delayDeposit）
  * 这是策略协议/池的延迟存款，可通过将其分散到多个存款中来节省gas费。 在这种情况下，会保守计算出协议的入场费，并先收取费用。

目前，入场费从0％到0.11％不等，具体取决于存款时使用的策略。

**任何未使用的入场费将作为池中的资本金。**

退出/取款费用

**从根本上讲，根据合约Belt.fi BeltMultiVaults不会收取任何退出费。**

**如果在提款时使用的策略协议确实收取了退出费，则将根据该策略协议的规则收取提款费。 提款费根据多库池的状态而变化，以保持池的比例稳定。**

如果可能因策略协议的退出而产生额外费用，则“Belt策略”合约将保留一小笔退出费用以对冲它。 **同样，任何未使用的提款费将作为池中的资本金。**

目前，取款费的范围从0％到0.06％，具体取决于取款时使用的策略。

关于每种策略费用的详细信息

### Venus

* APY:
  * 来源：供应利息-借入利息+ XVS分配
  * base\_APY\`的计算：（VaultSupplyValue \* supplyAPY-VaultBorrowValue \*借款APY + Expected\_XVS\_APY \* 0.92）/（VaultSupplyValue-VaultBorrowValue）

\[注意] 此基本APY计算方法与现有Venus池相同。 但是，我们通过将Expected\_XVS\_APY乘以0.92可以显示更精确的方法。

* Fees
  * entryFee：0.05％（originationFee 0.1％套期保值）
  * controllerFee：XVS分发奖励的8％
    * 这仅用于回购+销毁$ BELT
  * 取款手续费：0.05％（原定手续费0.1％对冲）

### Fortube

* 每日发行量：100,000 $ FOR（〜$ 12,400）
* APY
  * 来源：供应利息-借入利息+ FOR分配
  * base\_APY\`⇒（supplyValue \* supplyAPY-借值\* roweAPY + Expected\_FOR\_APY \* 0.92）/（supplyValue-借值）
* Fees:
  * 入场费：0.05％（目前无发起费）
  * controllerFee：FOR分配奖励的8％
    * 这仅用于回购+烧掉$ BELT
  * 取款手续费：0.05％（目前无始发手续费）

### Alpaca

* APY
  * 来源：借贷利息+存款利息
  * BASE\_APY\`：贷款利息\* 0.92 +抵押利息\* 0.92
* Fees
  * entranceFee: 0%
  * controllerfee：贷款利息的8％，抵押利息的8％
    * 仅用于回购+销毁$ BELT
  * withdrawalFee: 0%

### Alpha Homora

* APY
  * 来源：借贷利息
  * BASE\_APY：借贷利息\* 0.92
* Fees
  * entranceFee: 0%
  * controllerFee\` : 8% 贷款利息
    * 仅用于回购+烧掉$ BELT
  * withdrawalFee: 0%

### Ellipsis

* APY
  * 来源：3pool基础APY +奖励APY
  * BASE\_APY：3个基本APY +奖励APY \* 0.5 \* 0.92
* Fees
  * entranceFee: 0%
  * controllerFee：可要求分配的EPS的8％（如果立即领取奖励而不是归属奖励时，则Ellipsis会收取50％的罚款）
    * 仅用于回购+销毁$ BELT
  * 取款费用：0.01％+Ellipsis的罚款
    * (根据3pool的状态，提款时可能会受到罚款。为对此进行对冲，我们将保留0.01％的费用。未使用的资金都可归为池中资本金。）


---

# 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.belt.fi/belt-finance-zh-cn/understanding-belt/le-jie-duo-ce-lve-bao-xian-ku-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.
