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

# Launching via the Website

Launching a token on [stonk.market](https://www.stonk.market/) takes about a minute. This guide walks through each step of the launch form.

> **Gas-free:** launching from the website costs no gas — the network fee is sponsored by a Base paymaster. You only pay the deploy fee (and any optional initial buy). Interacting with the contracts directly, outside the website, costs normal Base gas.

## Sign in

Click **Sign in** and choose how you want to connect:

* **Sign in with Base** — use your Base Account
* **Email, Google, or Apple** — sign in and a wallet is created for you

![Sign in](https://3748939249-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBZJ2TwLdgt8FzuJ9L3w1%2Fuploads%2Fgit-blob-599543d979887064ed6d624652725b87c75d2651%2F1-wallet.png?alt=media)

Once you're signed in, click **Launch Token** in the top-right corner to open the launch form.

## Step 1: Name

Enter a name for your company or token.

![Enter name](https://3748939249-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBZJ2TwLdgt8FzuJ9L3w1%2Fuploads%2Fgit-blob-c109849657e075f6e21531f016444bb616b11500%2F2-name.png?alt=media)

## Step 2: Ticker Symbol

Choose a short ticker symbol — this is the identifier shown on trading pages.

![Enter ticker symbol](https://3748939249-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBZJ2TwLdgt8FzuJ9L3w1%2Fuploads%2Fgit-blob-126b5cc6f0478ac0bd9f0c2ba36b1fabeb56d522%2F3-symbol.png?alt=media)

## Step 3: Description

Write a short description of your token or project.

![Write description](https://3748939249-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBZJ2TwLdgt8FzuJ9L3w1%2Fuploads%2Fgit-blob-32cada7338fb0bf0d6d1103ce78ad6fb2caab309%2F4-dscription.png?alt=media)

## Step 4: Logo

Upload a logo. Images and GIFs are supported — drag and drop a file or click **Browse** to pick one.

![Upload logo](https://3748939249-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBZJ2TwLdgt8FzuJ9L3w1%2Fuploads%2Fgit-blob-ed09d626e3d38bc5e37d794a06ccdba95053ed1d%2F5-imag.png?alt=media)

## Step 5: Website (optional)

Add a link to your website. You can **Skip** this step if you don't have one.

![Website link](https://3748939249-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBZJ2TwLdgt8FzuJ9L3w1%2Fuploads%2Fgit-blob-b6e1fdaaa7cdcd814bd0b37d2c2f1db35841bf72%2F6-website.png?alt=media)

## Step 6: X / Twitter (optional)

Add your X (Twitter) profile, or **Skip**.

![X / Twitter link](https://3748939249-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBZJ2TwLdgt8FzuJ9L3w1%2Fuploads%2Fgit-blob-9390db02cff34a2247ea6a5beea4c0bd78a548b7%2F7-x.png?alt=media)

## Step 7: Telegram (optional)

Add your Telegram group, or **Skip**.

![Telegram link](https://3748939249-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBZJ2TwLdgt8FzuJ9L3w1%2Fuploads%2Fgit-blob-e14cdbec6394ed8bad428e036ffe2e1c30eeedf2%2F8-tg.png?alt=media)

## Preview & Launch

Review how your token will look, then choose how it trades:

* **Backing asset** — pick **ETH** or **USDC**. This is the currency your token trades against on the bonding curve, and it sets the deploy fee (for example, 150 USDC for a USDC-backed token).
* **Initial Purchase (optional)** — enter an amount to be the first buyer of your own token at launch.

When everything looks right, click the launch button and confirm. Your token is deployed and you're taken straight to its trading page.

![Preview and launch](https://3748939249-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBZJ2TwLdgt8FzuJ9L3w1%2Fuploads%2Fgit-blob-26366beeae6b74adba3d05c4cca52e3575e62181%2F9-prev.png?alt=media)

***

**Next:** Learn how to trade tokens on the [Trading via the Website](/docs/guides/trading-ui.md) page.


---

# 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://stonkmarket.gitbook.io/docs/guides/launchpad-ui.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.
