> For the complete documentation index, see [llms.txt](https://hu-die-zhi-ku.gitbook.io/flapaivault/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hu-die-zhi-ku.gitbook.io/flapaivault/shui-fei-fen-hong-jin-ku/fen-hong-quan-zhong.md).

# 分红权重

分红金库按照仓位权重进行分配。

每笔仓位根据状态拥有不同基础权重。

| 仓位状态         | 基础权重 |
| ------------ | ---- |
| 回本前          | 2x   |
| 回本后          | 1x   |
| 累计分红达到本金 2 倍 | 自动出局 |

***

### 1. 回本的定义

在蝴蝶智库协议中，“回本”是一个分红统计概念。

当某笔仓位累计获得的分红金额达到该仓位初始参与金额时，该仓位进入回本后阶段。

例如：

用户参与 1 BNB。

当该仓位累计获得 1 BNB 分红时，系统将其视为“已回本”。

***

### 2. 回本前 2x 权重

每笔仓位在回本前享有 2x 基础权重。

该设计的目的包括：

* 提高新仓位的分红效率；
* 帮助参与者更快进入回本阶段；
* 增强早期参与体验；
* 让未回本仓位获得更高分配优先级。

***

### 3. 回本后 1x 权重

当某笔仓位累计分红达到初始参与金额后，该仓位基础权重从 2x 降为 1x。

该设计的目的包括：

* 避免已回本仓位长期占据高权重；
* 给未回本仓位释放更多分配空间；
* 提高分红结构的动态平衡；
* 增强协议长期可持续性。

***

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://hu-die-zhi-ku.gitbook.io/flapaivault/shui-fei-fen-hong-jin-ku/fen-hong-quan-zhong.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
