> 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/xiang-mu-zong-lan/he-xin-ding-wei.md).

# 核心定位

蝴蝶智库的核心定位是：

一个由交易税驱动、由 AI 管理做市金库、以代币市场表现为核心价值载体的链上价值护航协议。

协议不是简单的税收分红代币，也不是传统的机械回购销毁项目，而是将以下三类机制结合起来：

### 1. AI 做市金库

用户以不可赎回方式提供 BNB 参与协议，BNB 进入 AI 做市金库。

AI 做市金库用于市场管理，不进入分红池，也不用于直接支付其他用户分红。

### 2. 交易税分红金库

代币交易产生 5% 交易税。

其中：

| 税费用途   | 比例  |
| ------ | --- |
| 进入分红金库 | 90% |
| 开发与运营  | 10% |

分红金库按照仓位权重向参与者分配。

### 3. 双倍出局与权重系统

每笔仓位独立计算分红进度。

仓位回本前拥有 2x 基础权重，回本后恢复为 1x，累计分红达到初始参与金额 2 倍后自动出局，不再参与后续分红。通过持有代币和邀请用户参与可以提升权重，加快回本速度。

***

<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/xiang-mu-zong-lan/he-xin-ding-wei.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.
