# Bonding Curve Customization Parameters

We've built Forge to give you control over your token's bonding parameters. Here's a list of the bonding & tokenomics parameters Forge allows you to customize.&#x20;

<table><thead><tr><th width="254.6666259765625">Parameter</th><th>Details</th></tr></thead><tbody><tr><td><strong>Token Supply</strong></td><td>The number of tokens you want to mint upon creation. </td></tr><tr><td><strong>Initial Market Cap</strong></td><td>The $ market cap value of your token the moment it launches. </td></tr><tr><td><strong>Migration Market Cap</strong></td><td>The $ market cap your coin must reach before it migrates from the bonding curve to the DEX.</td></tr><tr><td><strong>Bonding Trading Fee</strong></td><td>The swap fee % you'll charge for every buy and sell of your token while it's still on the bonding curve. You can charge between 0.1% and 10%.</td></tr><tr><td><strong>Migration Fee</strong> </td><td>The % fee taken when the token migrates to the DEX. You can choose the following fee presets: 0.25%, 0.3%, 1%, 2%, 4%, or 6%.</td></tr><tr><td><strong>Curve Liquidity Weight</strong></td><td>Choose how liquidity is distributed in the pool and how buys and sells affect price <strong>while on the bonding curve</strong>. <br><br>Light liquidity = buys increase your token's price a lot, but less SOL gets put into liquidity after you migrate to a DEX. <br><br>Heavy liquidity = buys have a much smaller effect on your token's price, but more SOL gets put into liquidity after you migrate to a DEX. </td></tr></tbody></table>

{% hint style="info" %}
**Check out the graphic below to understand liquidity weight better.**&#x20;
{% endhint %}

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

## Bonding Curve Templates

Forge also comes with 4 out-of-the-box bonding curve templates you can use.&#x20;

| Fair Launch                   | Standard Launch               | Premium Launch                    | Meme Coin Special                                       |
| ----------------------------- | ----------------------------- | --------------------------------- | ------------------------------------------------------- |
| Community-focused, low fees   | Average, balanced launch      | Higher fees, more creator control | Low cap, fast migration. Quick mover for hyped launches |
| Initial Market Cap: $5,000    | Initial Market Cap: $2,500    | Initial Market Cap: $6,000        | Initial Market Cap: $2,000                              |
| Migration Market Cap: $69,420 | Migration Market Cap: $50,000 | Migration Market Cap: $80,000     | Migration Market Cap: $42,069                           |
| Bonding Trading Fee: 1%       | Bonding Trading Fee: 1%       | Bonding Trading Fee: 3%           | Bonding Trading Fee: 1.5%                               |
| Migration Fee: 0.3%           | Migration Fee: 1%             | Migration Fee: 2%                 | Migration Fee: 0.3%                                     |
| Liquidity Weight: 1.5/100     | Liquidity Weight: 1/100       | Liquidity Weight: 2/100           | Liquidity Weight: 1/100                                 |


---

# 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/the-custom-bonding-curve-and-fees/images-and-media.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.
