> 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/wan-zheng-yun-xing-liu-cheng.md).

# 完整运行流程

蝴蝶智库的完整运行逻辑如下。

***

### 第一步：用户参与 AI 做市金库

用户提供 BNB 参与协议。

BNB 进入 AI 做市金库，成为协议市场管理资金。

该资金不可赎回，不进入分红金库，也不用于直接支付其他用户分红。

***

### 第二步：AI 执行市场管理

AI 根据市场数据分析代币状态，并在预设动作中选择执行：

* 回购；
* 出售回笼资金；
* 销毁；
* 活跃市场；
* 观望。

AI 做市的主要目标是维护盘面、增强信心、提升代币市场表现，而不是追求短期做市盈利。

***

### 第三步：代币交易产生税费

协议代币每次交易产生 5% 交易税。

其中：

* 90% 进入分红金库；
* 10% 用于开发与运营。

***

### 第四步：分红金库按权重分配

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

仓位权重由以下因素共同决定：

* 回本前或回本后状态；
* 持币等级；
* 邀请加成；
* 是否达到双倍出局上限。

***

### 第五步：仓位回本后降权

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

权重从 2x 降为 1x。

***

### 第六步：利润阶段启动锁仓

仓位回本后，新增利润分红按照 80/20 规则处理：

* 80% 可领取；
* 20% 进入锁仓利润池。

锁仓利润在仓位出局前不直接释放。

***

### 第七步：达到 2 倍后自动出局

当某笔仓位累计分红达到初始参与金额的 2 倍后，该仓位自动出局。

出局后，该仓位不再参与后续分红。

***

### 第八步：出局后复投解锁

仓位出局后，用户可在 3 天内通过复投解锁该仓位锁仓利润。

复投金额必须大于或等于锁仓利润金额，才可完成解锁。

如果 3 天内未完成达标复投，锁仓利润自动回流分红金库。

<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/wan-zheng-yun-xing-liu-cheng.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.
