> For the complete documentation index, see [llms.txt](https://kaspacom.gitbook.io/kaspacom/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kaspacom.gitbook.io/kaspacom/krc-20-tokens/launchpad.md).

# Launchpad

[**Launchpad**](https://www.kaspa.com/launchpad) Key Features

* **Permissionless Setup**: Launch your project without requiring approvals.
* **Whitelist Allocations**: Reward early supporters by enabling wallet whitelists.
* **Vesting Schedules**: Distribute tokens fairly over time to ensure balanced growth.
* **Multiple Pre-Sale Stages**: Host various funding rounds with ease.
* **Optional Deadline**: Set a specific end date for your sale if desired.
* **Wallet Limits**: Enforce limits per wallet for fair token distribution.
* **Funds Withdrawal**: Withdraw collected funds after stopping the sale.
* **Low Fees**: Only **2.5% fee** applies to sales.

***

1. **Pre-mint Tokens**
   * Ensure your tokens are pre-minted and available in your wallet. This step is mandatory.
2. **Fill Out the Fields**

   * **Ticker**: The unique name of your token (4-6 letters).
   * **Kas Per Batch**: The amount of KAS requested per batch from users.
   * **Tokens Per Batch**: The number of tokens distributed per batch.
   * **Optional Fields**:
     * Min/Max batches per order.
     * Batch limit per wallet.
     * Gas fee, if applicable.

   **Example**:\
   If "Kas Per Batch" is **5 KAS**, "Tokens Per Batch" is **10,000 tokens**, and "Max Batches Per Order" is **10**, users can send **50 KAS** to receive **100,000 tokens**.
3. **Whitelist Toggle**
   * Enable the whitelist to restrict participation to specific wallet addresses.
   * Download the example CSV, fill it with wallet addresses, and upload it.
   * If the whitelist is **disabled**, all users can participate.
4. **Default Behavior** (if optional fields are left blank):
   * **Min/Max Batches Per Order**: Defaults to **1-10**.
   * **Limit Batches Per Wallet**: 10,000.
   * **Whitelist**: Disabled by default.
5. **Manage Your Launchpad**
   * Once created, go to the **"My Launchpads"** section to manage and monitor your fundraising campaign.

KaspaCom’s Launchpad makes it simple to kickstart your project with full control and transparency.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://kaspacom.gitbook.io/kaspacom/krc-20-tokens/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.
