> 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/chi-bi-jia-cheng.md).

# 持币加成

蝴蝶智库设置持币加成机制，用于强化协议代币的持有价值。

用户持有协议代币达到对应等级后，可在仓位回本前获得额外分红权重加成。

该加成仅对未回本仓位生效。

仓位回本后，统一恢复为标准 1x 权重。

***

### 持币等级表

| 等级  | 持币数量要求        | 回本期额外权重加成 |
| --- | ------------- | --------- |
| Lv1 | ≥ 100,000 枚   | +0.1x     |
| Lv2 | ≥ 500,000 枚   | +0.2x     |
| Lv3 | ≥ 1,000,000 枚 | +0.3x     |
| Lv4 | ≥ 2,000,000 枚 | +0.4x     |
| Lv5 | ≥ 5,000,000 枚 | +0.5x     |

***

### 持币加成的意义

持币加成使协议代币不只是交易标的，也成为分红权重增强工具。

其作用包括：

* 提高用户持币意愿；
* 减少短期抛压；
* 增强代币市场需求；
* 让金库参与者与代币持有者利益更一致；
* 推动协议形成“参与金库 + 持有代币”的双重生态。

***

<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/chi-bi-jia-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.
