> For the complete documentation index, see [llms.txt](https://documents.pix.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documents.pix.fun/getting-started/how-to-deploy-a-token.md).

# How to deploy a token

Launching your own Solana token takes less than 60 seconds. Here’s how to do it:

<figure><img src="https://3336080308-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FG1OrPO5JK3cDcRql6fTV%2Fuploads%2FQLGVmEwmXm9HyNpRe6gt%2Fimage.png?alt=media&amp;token=5a6a43a3-ca25-4cb5-ae72-9a9ab33c6f00" alt="" width="333"><figcaption></figcaption></figure>

✅ Step 1: Connect Your Wallet

Click **Connect Wallet** on the top-right corner of the PixFun app.\
Make sure you have at least **0.06 SOL** to cover the creation and deployment fee.

***

#### 🛠 Step 2: Fill in Your Token Details

In the **Launch Token** form:

* **Token Name** – Your project's full name
* **Token Symbol** – Up to 9 characters&#x20;
* **Token Image** – Upload a logo for your token
* **Socials** – Add links to your website, Twitter, Telegram, or Discord (*optional but recommended*)

***

#### 💸 Step 3: Initial Buy

You must place a **first buy** for your token after deployment.

***

#### 🔥 Step 4: Pay the Meteora Deployment Fee and Launch

Click **Launch Token** and approve the transaction in your wallet.\
You’ll be live on Meteora with liquidity and trading enabled instantly.

***

#### 🪙 That’s It. You’re Live.

Once deployed, your token is visible across trading platforms and bots.


---

# 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://documents.pix.fun/getting-started/how-to-deploy-a-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.
