> For the complete documentation index, see [llms.txt](https://docs.onthis.xyz/overview/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.onthis.xyz/overview/builders/how-to-build-onthis-contracts/token-launcher.md).

# Token Launcher

### Video Walkthrough

{% embed url="<https://www.youtube.com/watch?v=v2gqPklDZik>" %}

### Written Step-By-Step Guide

1. Visit [create.onthis.xyz](https://create.onthis.xyz/) page and click "Build" next to the Token Launcher.<br>

   <figure><img src="/files/9bexHFXEtmNj4ckne3Yu" alt=""><figcaption></figcaption></figure>
2. Select the chain you wish to launch an ERC20 token on.<br>

   <figure><img src="/files/cAWW0foad5ar8ozcoUpp" alt=""><figcaption></figcaption></figure>
3. Determine you token settings.

* Name & Ticker- Name of your token (e.g. Name: MonkeyWifHat Ticker: MWH)
* Supply - Total supply of your token. (e.g. 1,000,000 MWH tokens)
* ETH Sniped - How much of your token would you like to buy upon launch.
* Time Based - # of days that you want the token presale to be live for. (Max 30 Days)
* ETH Threshold - Set the max amount of ETH that can be deposited into the presale before it ends. (Max 100 ETH)
* Image - Upload an image of your token (SVG, JPG, PNG, and GIF format supported)

<figure><img src="/files/sPFxaawnpkdpwtd9Sw5F" alt=""><figcaption></figcaption></figure>

4. Once you determine all desired details for your token, click "Deploy Token"

<figure><img src="/files/ZN81egFIXx3geaKeYlre" alt=""><figcaption></figcaption></figure>

5. Once token is create, to participate in the pre-sale, users will simply need to send ETH to the token contract address that is generated upon deployment.\ <br>

   <figure><img src="/files/tmOajyyulgC7d6DiESMV" alt=""><figcaption></figcaption></figure>

### Important Information

🪂 To participate in the pre-sale, users will simply need to send ETH to the token contract address.

🔥 All ETH raised from the pre-sale will be used to create the LP& then burned after.

👷 2% Builder (dev) Token Ownership.

💦 49% to LP & 49% to participants.

🏦 0.3% transfer tax on Token and 1% of ETH raised to Onthis.

🦅 View your token on [Dexscreener](https://dexscreener.com/).


---

# 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://docs.onthis.xyz/overview/builders/how-to-build-onthis-contracts/token-launcher.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.
