# Creating a token

## Creating a token

Anyone can create a token on halc.fun. When creating a token, users will be asked to provide the following token details. Supply detailed are set by the protocol and cannot be changed.

**Token details**

* Name and ticker
* Image
* Description
* Underlying asset, direction, and leverage (e.g. HYPE 3x Long)
* Socials (optional)

**Supply details**

* Total supply: 1,000,000,000 tokens
* 75% of supply enters the bonding curve at launch
* 25% of supply is reserved for the post-graduation LP
* Metadata cannot be edited after the token is created

**Initial buy**

To deter spam, creators are required to make a minimum initial buy of $20.00 when launching a token. The initial buy amount is flexible, allowing creators to buy with any amount greater than the minimum.

**Creator status**

The creator address is set at launch and receives creator fees on all trading activity (see Fees). The creator can change the fee recipient wallet after launch.

**Vanity CA**

All coins created on halc.fun have a vanity contract address that ends with `00000` . Note that some coins, depending on how they are launched, can have a CA that ends with > five zeros. The 5 trailing zeros is always the default.


---

# 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.halc.fun/creating-a-token.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.
