> 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/ji-zhi-shuo-ming.md).

# 机制说明

用户可以通过提供 BNB 参与蝴蝶智库协议。

每一次 BNB 参与记录，称为一笔“仓位”。

每笔仓位独立计算：

* 初始参与金额；
* 累计分红金额；
* 回本状态；
* 利润状态；
* 锁仓利润；
* 出局状态；
* 对应权重。

***

### 1. 参与资金性质

用户提供的 BNB 进入 AI 做市金库。

该资金具有以下性质：

1. 不可赎回；
2. 不作为可退回本金；
3. 不进入分红金库；
4. 不用于直接支付其他用户分红；
5. 专门用于 AI 做市和市场管理。

因此，协议中的“本金”仅作为统计口径存在，用于计算回本进度、利润阶段和 2 倍出局上限。

***

### 2. 分红来源

参与者获得的分红来自代币交易税费。

即：

分红来源 = 代币交易产生的税费

而不是：

后续用户提供的 BNB。

这是蝴蝶智库机制中最重要的资金隔离原则。

***

<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/ji-zhi-shuo-ming.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.
