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

# Token Launch Guide

#### Step-by-Step Twitter Launch

**1. Prepare Your Launch**

**Token Name Guidelines:**

* Be creative and memorable
* Avoid copyrighted names
* Check for existing tokens
* Consider your target audience

**Best Practices:**

* Launch during peak hours
* Prepare marketing materials
* Alert your community beforehand
* Have a clear tokenomics plan

**2. Format Your Tweet**

```
@launchium Token-Name + $TICKER
```

**3. AI Validation Process**

Our dual AI system (Anthropic Claude + GPT-4) checks for:

* Proper formatting
* Account eligibility
* Unique ticker symbol
* Non-spam content
* Community safety

**4. Post-Launch Actions**

Once your token is created:

1. **Immediate Actions**
   * Save your token contract address
   * Share the confirmation tweet
   * Update your profile with token info
2. **Marketing Setup**
   * Create a Telegram/Discord group
   * Design token branding
   * Prepare content calendar
   * Engage with early supporters
3. **Liquidity Management**
   * Monitor trading volume
   * Track holder growth
   * Watch for 55K market cap milestone
   * Prepare for AMM migration

#### Advanced Features

**Token Metadata Editing**

After launch, creators can:

* Upload custom logo
* Add website URL
* Link social media channels
* Update token description

Access via: `Dashboard → My Tokens → Edit Metadata`


---

# 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://launchium.gitbook.io/launchium/token-launch-guide.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.
