# 收益聚合器

為了向流動性提供者提供最佳回報，MOBOX收益聚合器是集成了一系列優化的流動性挖礦策略的智能合約，可自動為用戶尋求最佳收益的策略。 MOBOX平臺當前MBOX-BNB LP代幣挖礦策略。

| 類型 | 存入代幣     | 如何獲得LP                           | 策略          |   |
| -- | -------- | -------------------------------- | ----------- | - |
| LP | MBOX-BNB | Deposit LP from Pancake MBOX-BNB | PancakeSwap |   |

收益聚合器的智能合約將使用最佳的自動復利策略，可為用戶提供所能提供的最高收益。

### 基於PancakSwap的LP代幣投資策略‌

用戶將兩個指定數字資產存入Pancake Swap的流動池中（為了無縫絲滑的極致用戶體驗，可以嘗試在MOBOX平臺上進行流動性提供操作），從而獲得Pancake Swap上的LP數字代幣。LP代幣可以存入MOBOX的收益聚合器中，該收益聚合器合約將利用CAKE代幣進行挖礦並且將獲得的CAKE代幣獎勵重新在合約中進行復投，為用戶賺取到更多的基準LP數字貨幣。

### LP代幣的自動復利策略是如何進行的？‌‌

自動復利的挖礦策略是通過不斷的進行CAKE挖礦，獲得CAKE代幣，出售後在LP代幣池標地上進行重新投資。在這個過程中，通過在PancakeSwap上提供LP代幣來獲得CAKE代幣的獎勵。

### 數字資產的提取

收益管理費 (自動回購池資金來源) : 4%

收益平臺抽成: 1%

用戶的數字資產可以隨時從收益聚合器的智能合約中進行提取操作。 為了防止不良行為者利用系統機製進行非法操作，收益聚合器的智能合約會根據數字資產的流動性提供時限對提款費用的收取進行區分。

| 流動性提供時間          | 提款手續費 |
| ---------------- | ----- |
| <7天              | 0.5%  |
| 7天≤流動性提供時間时间<14天 | 0.4%  |
| 14天≤流動性提供時間<30天  | 0.3%  |
| 30天≤流動性提供時間<90天  | 0.2%  |
| 90天≤流動性提供時間<180天 | 0.1%  |
| ≥180天            | 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://faqcn.mobox.io/ecosystem/gamified/crates.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.
