> 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/deploy.md).

# Deploy

[**Deploy**](https://www.kaspa.com/deploy) Key Features

* **Fast and Easy Deployment**: Set up and launch your token in just a few steps.
* **Immediate Visibility**: Once deployed, your token will be instantly visible in the KaspaCom marketplace.

***

**Steps to** [**Deploy**](https://www.kaspiano.com/deploy) **Your KRC-20 Token:**

1. **Fill in Token Information**
   * **Token Name**: Choose a unique and descriptive name for your token.
   * **Total Supply**: Define the total number of tokens you want to mint.
   * **Mint Limit**: Specify the maximum number of tokens that can be minted at once.
   * **Pre-allocation %**: Allocate a percentage of the total supply to specific wallets, such as founders or investors.
2. **Provide Token Metadata**
   * **Description**: Add a brief overview of your token’s purpose and functionality.
   * **Website**: Include your official project website for credibility.
   * **Social Links**: Add links to your project's:
     * X (Twitter)
     * Telegram
     * Discord
     * Medium
   * **Email**: Required for listing confirmation.
   * **Whitepaper**: Share a detailed document outlining your project.
   * **GitHub Repository**: Provide the link to your codebase for transparency.
   * **Audit**: Include any third-party audit links to assure users of security.
3. **Add Founders and Contact Details**
   * **Founders X Handles**: List multiple X (Twitter) handles separated by commas (e.g., @founder1, @founder2).
   * **Contacts**: Include contact details such as X (Twitter) handles, emails, or Telegram handles.
4. **Upload Visual Assets**
   * **Token’s Logo**: Upload a logo (400x400 pixels recommended, max 50MB).
   * **Token’s Banner**: Upload a banner (9:5 ratio recommended, max 50MB).
5. **Review and Confirm**
   * Click **Review Token** to double-check all details.
   * Once satisfied, click **Add Token Metadata** to finalize the information.
6. **Pay Deployment Fee**
   * A **1000 KAS fee** is required for deployment. This fee is paid to miners to validate the transaction and cannot be undone.

***

#### Important Notes

* Double-check your token’s ticker and details before deployment; the process cannot be reversed.
* Once deployed, your token gains immediate visibility in the marketplace, allowing users to discover and trade it seamlessly.

KaspaCom simplifies the token deployment process, empowering creators to launch projects quickly and efficiently.


---

# 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, and the optional `goal` query parameter:

```
GET https://kaspacom.gitbook.io/kaspacom/krc-20-tokens/deploy.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
