# Creator Fees Explained

## Creator Fees&#x20;

To reiterate, Forge pays out the following fees to creators

<table><thead><tr><th width="224">Payout Type</th><th>Overview</th></tr></thead><tbody><tr><td><strong>Pre-bonding fees</strong></td><td>Charge between 0.1% to 10% swap fees pre-bonding, <strong>keep 50% of all pre-bonding swap fees</strong>. <br><br>E.G. If you set a 10% fee for every buy and sell that happens before your token bonds, and someone buys 10 solana of your token. Forge will collect 1 solana (10% of that buy) in transaction fees. You will then be able to claim 0.5 solana (50% of the fee) in your selected wallet.</td></tr><tr><td><strong>Migration fee</strong></td><td>A lump solana sum you will be able to claim when y our token bonds. </td></tr><tr><td><strong>Post-bonding fees</strong></td><td>Charge between 0.25%, 0.3%, 1%, 2%, 4%, or 6%. swap fees post-bonding. <strong>Keep 50% of all post-bonding swap fees.</strong><br><br>E.G. If you set a 1% fee for every buy and sell that happens after your token bonds, and someone buys 10 solana of your token. Forge will collect 0.1 solana (1% of that buy) in transaction fees. You will then be able to claim 0.05 solana (50% of the fee) in your selected wallet. </td></tr></tbody></table>

{% hint style="info" %}
Note that the fee structure is subject to change at any time, without prior warning, and at the sole discretion of the Forge team. The information on this page is correct at the time of writing but may change accordingly.&#x20;
{% endhint %}


---

# 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.officialforge.com/claiming-creator-fees/interactive-blocks.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.
