# SD Bonding Curve

### What is the SD Bonding Curve?

The SD Bonding Curve is a SmartDeFi™ launch model with dynamic pricing. Price rises as more tokens are bought.

All trading stays inside the bonding contract while the curve is active. Regular swap trading starts after liquidity is created.

### How the model works

{% stepper %}
{% step %}

#### Create the token

Create the token from the SmartDeFi™ Launchpad under **Bonding Curve**. Use the default **1B** supply.

Keep **100%** of the supply in the owner wallet until deployment. Do not transfer tokens before launch.
{% endstep %}

{% step %}

#### Deploy the curve

The owner deploys the bonding curve from the project dashboard. The full supply moves into the bonding contract at launch.

You can also set:

* An initial owner buy of up to **10%**
* An anti-whale limit
* An optional vesting period
  {% endstep %}

{% step %}

#### Trade during bonding

Participants buy and sell directly through the bonding contract. Earlier buyers get a lower price.

If vesting is enabled, earlier entries lock longer:

* **3×** base vesting below **33%** completion
* **2×** base vesting from **33%** to **66%**
* **1×** base vesting above **66%**
  {% endstep %}

{% step %}

#### Finalize and open swap trading

The curve auto-finalizes at **24 BNB** on mainnet. It can also be finalized manually after it passes **6 BNB**.

At finalization:

* Liquidity is created
* Liquidity tokens are burned
* Unsold tokens are burned
* Regular swap trading becomes available
  {% endstep %}

{% step %}

#### Claim purchased tokens

Purchased tokens stay in the bonding contract until finalization. Users claim them after liquidity is live.

If vesting is active, claims unlock only after the vesting period ends.
{% endstep %}
{% endstepper %}

### Key rules

* Use the SmartDeFi™ deployer only
* Do not use a custom token contract
* Do not add liquidity manually
* Do not launch an LGE presale for the same token

### What happens after completion

Once the curve finishes, the token works like a normal SmartDeFi™ token. It can be traded, transferred, and staked, subject to any active vesting rules.

### Read next

1. [How to Create Token for Bonding Curve](/smartdefi-tm-platform/token-launchpad/sd-bonding-curve/how-to-create-token-for-bonding-curve.md)
2. [How to Launch Bonding Curve Presale](/smartdefi-tm-platform/token-launchpad/sd-bonding-curve/how-to-launch-bonding-curve-presale.md)
3. [Vesting in Bonding Curve](/smartdefi-tm-platform/token-launchpad/sd-bonding-curve/vesting-in-bonding-curve.md)
4. [Bonding Curve Finalization](/smartdefi-tm-platform/token-launchpad/sd-bonding-curve/bonding-curve-finalization.md)
5. [How to Trade in Bonding Curve and Claim Tokens](/smartdefi-tm-platform/token-launchpad/sd-bonding-curve/how-to-trade-in-bonding-curve-and-claim-tokens.md)
6. [Bonding Curve Fees](/smartdefi-tm-platform/token-launchpad/sd-bonding-curve/bonding-curve-fees.md)
7. [Referral](/smartdefi-tm-platform/token-launchpad/sd-bonding-curve/referral.md)
8. [Bonding Curve Testnet](/smartdefi-tm-platform/token-launchpad/sd-bonding-curve/bonding-curve-testnet.md)


---

# 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.feg.io/smartdefi-tm-platform/token-launchpad/sd-bonding-curve.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.
