# Creating your Token

On Kaichi, users have the opportunity to launch their own token, with [3 different presets: creator, project or memecoins.](/essentials/3-token-presets.md)

If you are ready to monetize your content, go to **Monetization > Create my Token.** Kaichi will automatically mint you a billion user tokens, allocate them in various buckets according to the preset you previously opted for, and create your token trading pool.

And remember that all users that hold your token have **access to a private group** chat with you, and fellow token holders.

All user tokens are standard [SPL tokens on Solana ](https://spl.solana.com/token)and are **inter-operable** across the whole Solana ecosystem. Your personal user tokens represent your own social market cap, and people who are interested in you for whatever reason might be interested in investing in your token.&#x20;

**Each user always has 1 billion tokens minted, and the initial price of a user token is $0.00010 for everyone.**


---

# 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.kaichi.xyz/getting-started/creating-your-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.
