> 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/dai-bi-jing-ji-mo-xing.md).

# 代币经济模型

蝴蝶智库发行协议代&#x5E01;**$蝴蝶智库**，并设置固定交易税模型。

### 1. 交易税率

协议代币每次交易收取：

5% 交易税

### 2. 税费分配

交易税按照以下比例分配：

| 分配方向  | 比例  | 用途                |
| ----- | --- | ----------------- |
| 分红金库  | 90% | 按仓位权重分配给参与者       |
| 开发与运营 | 10% | 用于项目开发、维护、运营和生态建设 |

### 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/dai-bi-jing-ji-mo-xing.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.
