# Token Launchpad

<figure><img src="/files/317OJGAeyhFWF755PjRT" alt=""><figcaption><p>Token Launchpad interface</p></figcaption></figure>

### Overview

Token Launchpad is the project setup area inside SmartDeFi™ Launchpad.

Use it to create a SmartDeFi™ token, choose how liquidity forms, and configure launch settings without deploying a custom contract.

Projects launch on audited SmartDeFi™ contracts. See [Security Audits](/welcome/security-audits.md).

### What it includes

Token Launchpad gives projects access to:

* Built-in [Asset-Backing](/smartdefi-tm-platform/smartdefi-protocol/asset-backing.md), [SmartLending](/smartdefi-tm-platform/smartdefi-protocol/smartlending.md), and [Staking](/smartdefi-tm-platform/smartdefi-protocol/staking.md)
* Multiple launch paths including [Private Liquidity Launch](/smartdefi-tm-platform/token-launchpad/private-liquidity-launch.md), [Presale Launch (LGE)](/smartdefi-tm-platform/token-launchpad/presale-launch.md), and [SD Bonding Curve](/smartdefi-tm-platform/token-launchpad/sd-bonding-curve.md)
* Project management and token controls through [SDscan](/smartdefi-tm-platform/token-launchpad/sdscan-tool.md)
* Ecosystem visibility through FEGtrack

{% hint style="success" %}
For live guidance, join [SmartDeFi Creator Support inside of the official FEG Telegram](https://t.me/FEGchat/6394944).
{% endhint %}

### Why teams use it

SmartDeFi™ Launchpad removes most of the usual contract and launch overhead.

Teams can use it to launch faster while keeping access to advanced features and audited contract logic.

Common reasons include:

* No custom contract development is required
* Launch settings support multiple funding and liquidity models
* Tokenomics remain flexible through project tools and SDscan

### Choose your launch path

Choose the model that matches how you want liquidity to form:

* [**Private Liquidity Launch**](/smartdefi-tm-platform/token-launchpad/private-liquidity-launch.md) — best for teams adding their own liquidity at launch
* [**Presale Launch (LGE)**](/smartdefi-tm-platform/token-launchpad/presale-launch.md) — best for teams raising liquidity from participants first
* [**SD Bonding Curve**](/smartdefi-tm-platform/token-launchpad/sd-bonding-curve.md) — best for teams using price discovery before regular swap trading

Each path uses the same SmartDeFi™ token foundation. The main difference is how liquidity forms and how buyers enter.

### Before you launch

Review these points before deployment:

* Review [Platform fees](/smartdefi-tm-platform/token-launchpad/platform-fees.md) before launch
* Token creation is free. You only pay chain gas fees
* Protocol fees are separate from gas fees and project taxes
* Presale liquidity is locked or vested by design
* Manually added owner liquidity stays unlocked unless you lock it later

### Next steps

Start with [Create a Token](/smartdefi-tm-platform/token-launchpad/create-a-token.md).

Then move through launch setup:

1. Create your token in [Create a Token](/smartdefi-tm-platform/token-launchpad/create-a-token.md)
2. Choose a launch path:
   * [Private Liquidity Launch](/smartdefi-tm-platform/token-launchpad/private-liquidity-launch.md)
   * [Presale Launch (LGE)](/smartdefi-tm-platform/token-launchpad/presale-launch.md)
   * [SD Bonding Curve](/smartdefi-tm-platform/token-launchpad/sd-bonding-curve.md)
3. Review costs on [Platform fees](/smartdefi-tm-platform/token-launchpad/platform-fees.md)
4. Continue with [SDscan](/smartdefi-tm-platform/token-launchpad/sdscan-tool.md) or [Enable Staking](/smartdefi-tm-platform/token-launchpad/enable-staking.md)

### Related pages

* [SmartDeFi™ Launchpad](/smartdefi-tm-platform/smartdefi-protocol.md)
* [Create a Token](/smartdefi-tm-platform/token-launchpad/create-a-token.md)
* [Platform fees](/smartdefi-tm-platform/token-launchpad/platform-fees.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.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.
