> For the complete documentation index, see [llms.txt](https://securedapp.gitbook.io/securedapp-launchpad/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://securedapp.gitbook.io/securedapp-launchpad/token-creation/how-to-launch-token.md).

# How to Launch Token

Step 0: Once you reach launchpad click on the connect wallet option to connect your web3 wallet. Choose Metamask if you have its chrome extension, choose wallet connect for mobile connection.

<figure><img src="/files/KqG1EUUnBRaTM0hGmAhx" alt="" width="375"><figcaption></figcaption></figure>

<figure><img src="/files/IPJUP2Uoyt9Za8ZrRoTs" alt="" width="375"><figcaption></figcaption></figure>

Step 1: Connect your web3 Wallet, once connected you will see your address and network at top right.

<figure><img src="/files/ATXj28bqx2HJjDCmbJfa" alt="" width="375"><figcaption></figcaption></figure>

Step 2: Click on the 2nd option in Side Menu : Create ERC20 Token

<figure><img src="/files/XgYCoszktVVYs2t2r3DO" alt="" width="375"><figcaption></figcaption></figure>

Step 3: Fill up the important parameters for the token to be launched.&#x20;

* Check next page for parameters description.

Step 4: Click on Create Token and confirm the transaction from your wallet.

<figure><img src="/files/3ZcnRSchHT4jaUhGzF8T" alt="" width="375"><figcaption></figcaption></figure>

Step 5: Once confirmed wait for few seconds for transaction to confirm on chain and get the success screen.

<figure><img src="/files/2dqtcayKeKmjOYEUGpcq" alt="" width="375"><figcaption></figcaption></figure>

Step 6: Click on User Dashboard, first option on the sidebar menu and select Get Token to list down all of your tokens on launchpad.

<figure><img src="/files/eb7aZgqbAhnpyNdYERQA" alt="" width="375"><figcaption></figcaption></figure>

Congratulation, You have successfully launched your token on blockchain.


---

# 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://securedapp.gitbook.io/securedapp-launchpad/token-creation/how-to-launch-token.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.
