> 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/xiang-mu-gai-shu.md).

# 项目概述

<figure><img src="/files/ftFcUZpPFOfoyO8bjoqA" alt=""><figcaption></figcaption></figure>

蝴蝶智库是一个以 AI 自动做市为核心，以 BNB 做市金库为资金基础，以代币交易税费为分红来源的链上协议。

传统代币项目常见的价值支撑方式包括自动回购、固定周期销毁、固定比例回购或简单税费分红。这类机制虽然直观，但存在明显局限：

1. 策略机械，无法根据市场状态动态调整；
2. 资金使用效率有限，容易在不合适的阶段消耗储备；
3. 单纯回购销毁虽然具备通缩叙事，但未必能有效改善盘面、流动性和持币信心。

蝴蝶智库将这一逻辑升级为：

**由税收驱动的链上 AI 做市金库协议。**

协议通过用户参与形成 AI 做市金库，由 AI 根据市场表现、价格变化、成交活跃度、流动性状态等数据，动态选择适合的市场管理动作。

AI 可执行的动作包括：

* 回购代币；
* 出售部分代币回笼 BNB；
* 销毁代币形成通缩；
* 活跃市场，改善盘面表现；
* 观望，等待更合适的市场阶段。

蝴蝶智库的核心目标不是让 AI 单纯追求做市盈利，而是通过更动态、更灵活的市场管理方式，维护代币市场表现，增强持有者信心，提高做市资金使用效率，并让交易活跃度反哺金库参与者。

<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/xiang-mu-gai-shu.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.
