# 费用

Autofarm了解盈利跟费用对于DeFi用户来说，相当重要。所以，**Autofarm 聚合器决定收取最低的费用**。 以下各节提供了 Autofarm 机枪池的相关费用并且包括了各个费用的详细资料。 为了透明起见，各个机枪池的下拉部分都具体记载着池里的费用。

所有显示在平台网页上的[APY与APR](/autofarm-network/chinese/vaults/apy-vs-apr.md)已经包含所有预估利润并且扣除了平台收取的费用。

## 简介

### 币安智能链 (BSC) 机枪池

* **入费:** <0.1% 投入资本 (一次性)
* **出费:** 0.0%
* **收益利润的相关收费**
  * **管制员费:** 收益利润的0.4%
  * **金库** (treasury): 收益利润的0.5%
  * **机枪池费** (回购 $AUTO 燃烧销毁): 收益利润的1.5% (无$AUTO奖励的池收费*3.0% )*
  * **机枪池费** (分发给 $AUTO 单币质押池): 收益利润的1%

{% hint style="info" %}
$AUTO单币质押池以及Pancakeswap WBNB-AUTO LP 机枪池不收取任何费用
{% endhint %}

### POLYGON (MATIC) 机枪池

* **入费:** <0.1% 投入资本 (一次性)
* **出费:** 0.0%
* **收益利润的相关收费**
  * **管制员费:** 0.2%
  * **金库** (treasury): 0.5%
  * **机枪池费** (回购 $AUTO 燃烧销毁): 1.5%
  * **机枪池费** (分发给 $AUTO 单币质押池): 1%

### 火币网络链 (HECO) 机枪池

* **入费:** <0.1% 投入资本 (一次性)
* **出费:** 0.0%
* **收益利润的相关收费**
  * **管制员费:** 0.08%
  * **金库** (treasury + revenue sharing)**:** 0.3% + 1.5% = 1.8%

**总费:** **收益利润**1.88% + <0.1% 投入资本

## 详细资料

**管制员费**

这费用是用来付机枪池复利的 gas 费。

**金库**

收取的费用将成为Autofarm金库资金。金库的用处包括聘请外部审计，增加社区参与，团队营销和薪水支付等等。

**机枪池费** (回购 $AUTO 燃烧销毁)

每个 earn() 功能操作，一小部分利润将用于回购 $AUTO [燃烧销毁](https://bscscan.com/token/0xa184088a740c695e156f91f5cc086a06bb78b827?a=0x000000000000000000000000000000000000dead)，从而永远减少 $AUTO 代币总量，为所有 $AUTO 持有者和流动性提供者带来利益。 每个机枪池的下拉部分都显明这回购燃烧销毁刻录率。 当前，所有普通机枪池费用为1.5％，涡轮机枪池费用为3.0％。

**其他区块链机枪池费** (将用来奖励$AUTO单币质押者)

跨链网络机枪费将被收集和分发为奖励给$AUTO单压者（单币质押只有在BSC币安智能链上)。 目前HECO上并无此项收费。

**入费**

这费用是用来鼓励用户**及早提供流动资金**并且防止 **front-running**.

入费 =

$$
\[1 -  (押金\_(tvl\_) / (押金\_(tvl\_) + 机枪池\_(tvl\_))] \* 0.1
$$

‌

**例子A:** 机枪池 TVL = $10,000. 押金 $1,000. 入费 = 0.0909%

**例子B:** 机枪池 TVL = $100. 押金 $1,000. 入费 = 0.00909%

**出场费**

0.0%


---

# 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://autofarm.gitbook.io/autofarm-network/chinese/vaults/fees.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.
