> For the complete documentation index, see [llms.txt](https://doc.outrun.build/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.outrun.build/en/zh/memeverse-quan-lian-she-qu-gong-shi-qi-dong-qi/preorder.md).

# 预购 Preorder

## 什么是预购

预购让用户在 Memecoin 正式开池交易**之前**，提前锁定预购额度和后续分配权。具体获得多少 Memecoin，要等主池建立后完成聚合结算才能确定。

## 怎么参与

* 在创世阶段，用户存入 uAsset 参与预购。
* 预购有**总容量上限**，先到先得，避免预购规模相对主池过大。
* 主池建立后，预购资金通过一条**专用结算通道**（由 [Hook](/en/zh/memeverse-quan-lian-she-qu-gong-shi-qi-dong-qi/hook.md) 提供），以固定的低费率一次性换成 Memecoin。

预购总容量按以下公式计算：

```
预购总容量 =（普通创世资金 + 杠杆债务本金）x 70% x 预购容量比例
```

预购容量比例由协议方全局配置，上限为 100%。预购资金本身不计入容量基数。

## 固定费率结算

与公开交易的动态费率不同，预购结算走的是**固定 1% 总费率**的专用通道，跳过动态费率和开池高费率机制。

* 全部预购 uAsset 聚合为主池建立后的第一笔 exact-input AMM 交易。
* 所有预购者统一适用 1% 结算费率，并按各自预购资金占比分配聚合交易所得的 Memecoin。
* 所有预购者共享同一笔聚合交易的平均成交成本；固定的是结算费率，不是预先约定的 Memecoin 价格。
* 聚合成交数量由主池初始储备、AMM 曲线、预购总规模和价格影响共同决定。
* 结算与主池建立在同一笔启动交易中完成，公开交易无法插入两者之间。

单个预购者不能单独设置自己的最低成交数量、成交价上限或截止时间。聚合资金扣除费用后的净输入必须完整成交；无法完整成交时，本次启动交易整体回滚，不会产生部分结算结果。

![预购：聚合成交与线性解锁](https://455963667-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNqvI82LfLjzpO8GXdwTv%2Fuploads%2Fgit-blob-5ad58bff0214f7336e522556302223c0c22527ec%2Fpreorder-flow.svg?alt=media)

## 线性解锁

预购换到的 Memecoin **不是一次性全部到账**，而是按时间**线性解锁**：

* 解锁期间，份额逐步变为可领取。
* 这鼓励预购者长期持有，而不是开池即抛，减少砸盘压力。
* 线性解锁时长由协议方通过全局参数配置，示例时长不代表固定参数。

**需要主动领取**：解锁后的 Memecoin 不会自动进入你的钱包——归属到什么程度，就领取多少，需要你自己在界面发起领取。记得在解锁期内查看可领取数量并及时领取，未领取的部分会一直保留、可累计，不会消失。

## 预购的意义

* **对用户**：提前锁定预购额度，统一适用固定 1% 费率，并共享聚合交易的平均成交结果。
* **对项目**：开池时有一批有锁定承诺的持有者，流通更平稳，减少开盘剧烈波动。
* **对市场**：限制初始流动性狙击。预购聚合买单是主池的第一笔交易，公开交易无法插在主池建立与聚合买入之间——狙击者抢不到开局第一仓，公开交易面对的起始价格已包含这次聚合买入。

预购是 Memeverse「公平发射」理念的一环 —— 让真正愿意早期参与的人获得优先权，用首笔聚合买入挡住开局狙击，同时以线性解锁约束短期套利。

## 举例

> 创世阶段，用户用 500 UUSD 预购。主池建立后，所有用户的预购资金聚合为第一笔交易，统一适用**固定 1% 结算费率**。该用户按 500 UUSD 占全部预购资金的比例分配聚合交易所得 Memecoin，与其他预购者共享同一平均成交成本；具体数量取决于这笔交易在主池中的实际成交结果。换到的 Memecoin 不是立刻全部到账，而是按协议配置的窗口（例如 7 天）**线性解锁**。若 Memecoin 创世最终未达标，500 UUSD 退还给该笔预购记录的受益人。


---

# 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://doc.outrun.build/en/zh/memeverse-quan-lian-she-qu-gong-shi-qi-dong-qi/preorder.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.
