> 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/shuang-bei-chu-ju.md).

# 双倍出局

为了控制系统长期分红负担，蝴蝶智库为每笔仓位设置明确分红边界。

每笔仓位累计分红上限为初始参与金额的 2 倍。

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

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

***

### 双倍出局的意义

双倍出局机制具有以下价值：

1. 控制长期分红负担\
   防止老仓位永久占据分红权重。
2. 释放新参与空间\
   老仓位达到上限后退出，为新仓位释放税费分配空间。
3. 明确分红边界\
   每笔仓位都有清晰的分红上限，协议不会无限承担历史仓位压力。
4. 增强长期可持续性\
   通过出局机制形成持续循环，而不是无限叠加分红责任。

***

<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/shuang-bei-chu-ju.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.
