# 创建者费用如何运作

启用后，创建者将获得 **所有 LP 手续费的 10%** 这些手续费是在其代币从 bonding curve 毕业后，由流动性池产生的。

* Fee Key 仅会在以下情况下铸造 **代币已毕业之后** 并且流动性已成功迁移到 AMM 池。
* **请不要销毁或转移 Fee Key NFT** 除非你是有意转让该权利——如果丢失或销毁，申领手续费的能力将被永久放弃。

LaunchLab 允许代币创建者（deployers）从其代币的流动性池中获得一部分交易手续费。此功能是 **平台可配置的**——构建在 LaunchLab 之上的平台（如 Raydium 或 Bonk）可以启用创建者手续费并设置自己的费率。

#### 迁移前手续费 <a href="#pre-migration-fees" id="pre-migration-fees"></a>

在 bonding curve 阶段，创建者可以从每次 Swap 中赚取一部分交易手续费。这些手续费会累积在 vault 中，并可随时在 Portfolio 页面领取。

手续费率由平台设置，并以报价代币（例如 SOL）支付。

#### 迁移后手续费 <a href="#post-migration-fees" id="post-migration-fees"></a>

毕业后，创建者可以继续从 LP 交易手续费中获得收益。启用后，这通过 Raydium 的 [Burn & Earn](https://docs.raydium.io/raydium/liquidity-tools/burn-and-earn) 程序：

1. 当 bonding curve 目标达成时，流动性会迁移到 CPMM 池。
2. LP 代币会根据平台配置进行分配——一部分会被销毁，剩余部分则锁定在 Burn & Earn 中。
3. 一个 **Fee Key NFT** 会被铸造到创建者的钱包中，代表其申领 LP 交易手续费份额的权利。
4. 持有 Fee Key 的钱包可以随时在 Portfolio 页面领取手续费。

**Raydium 的 LaunchLab 默认设置：** 90% 的 LP 代币会被销毁，10% 归创建者所有。集成 LaunchLab 的其他平台可以配置销毁、创建者和平台分成之间的不同拆分比例。

如果未启用迁移后手续费分成，代币将毕业到 AMMv4 池而不是 CPMM。创建者还可以赚取额外手续费（基于 launch 参数 `creatorFeeOn` 和 platformConfig），如果此参数已启用，创建者可以通过 CLI 接口在 LP 交易手续费之外申领手续费。可用资源 [此处](https://docs.raydium.io/raydium/launchlab/for-builders/collecting-fees).

#### 重要 <a href="#important" id="important"></a>

* Fee Key NFT 仅在成功迁移到 AMM 池后才会铸造。
* **不要销毁或转移 Fee Key NFT** 除非有意转让该权利——如果丢失，申领手续费的权利将被永久放弃。


---

# Agent Instructions: 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:

```
GET https://docs.raydium.io/raydium/use-raydium/use-raydium-zh/launchlab/mian-xiang-chuang-jian-zhe/chuang-jian-zhe-fei-yong-ru-he-yun-zuo.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
