# Token Creation

Create your own fair launch token on Khensu Fun in just a few minutes. This guide covers everything you need to know about launching your project.

## Overview

Token creation on Khensu Fun is:

* **Permissionless**: Anyone can create a token
* **Instant**: Your token is tradable immediately after creation
* **Fair**: No pre-mine or team allocation possible

## Creation Cost

There is **no platform fee** for creating a token. However, since tokens on Khensu Fun use Hathor's **fee-based token model**, a **0.01 HTR network fee** is required for the creation transaction. This fee goes to the Hathor Network and will be shown in your wallet for confirmation.

## Required Information

### Token Name

* **Length**: 1-30 characters
* **Allowed**: Letters, numbers, and spaces
* **Example**: "Khensu Fun Token"

### Token Symbol (Ticker)

* **Length**: 1-5 characters
* **Allowed**: Uppercase letters and numbers only
* **Example**: "KFUN"

### Token Image

* **Required**: Yes
* **Storage**: Uploaded using IPFS's decentralized infrastructure
* **Note**: Image hash is stored on-chain for verification

## Optional Information

### Description

* **Maximum**: 500 characters

### Social Links

You can add links to your project's social presence:

| Platform | Requirement                  |
| -------- | ---------------------------- |
| Twitter  | Must be a valid x.com URL    |
| Telegram | Must be a valid telegram URL |
| Website  | Must be a valid website URL  |

## Step-by-Step Guide

### 1. Navigate to Creation Page

Visit [khensu.fun/create](https://khensu.fun/create)

### 2. Connect Your Wallet

Ensure you are logged in with your wallet.

### 3. Fill Token Details

* Enter your token name (1-30 characters)
* Choose a unique symbol (1-5 uppercase characters)
* Write a compelling description (optional)
* Add Twitter, Telegram, or website links to build credibility (optional)
* Upload your token image

### 4. Review & Create

* Double-check all information (it cannot be changed after creation)
* Ensure you have at least **0.01 HTR** in your wallet for the network fee
* Confirm the transaction in your wallet (the 0.01 HTR network fee will be displayed)
* Wait for confirmation

### 5. Start Promoting

Once created, your token appears in the discovery feed and is immediately tradable!

### 6. Creator Rewards

The Khensu Fun platform will also reward you with a percentage of the purchase of your token while on the bonding curve. The rewards will be sent to your internal contract balance, and can be withdrawn by clicking on the "Withdraw" button on the Profile page.

## After Creation

Your token will:

* Appear in the main discovery feed
* Be immediately tradable on the bonding curve
* Compete for the King of the Hill position
* Earn you a percentage of the buy fees
* Have a fixed **total supply of 1,000,000,000** tokens
* Potentially graduate to Dozer Finance at **6,900,000 HTR market cap**

## Next Steps

* Learn about [Trading](/users/trading.md) your new token
* See what happens at [Graduation](/creators/graduation.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.khensu.fun/creators/token-creation.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.
