> 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/getting-started.md).

# Getting Started

## Getting Started

### Prerequisites

Before launching your first token, ensure you have:

#### 1. Social Media Account

* Twitter/X account (minimum 3 months old, 500+ followers)
* Verified email address
* Active account with genuine engagement

#### 2. Solana Wallet

* Supported wallets: Phantom, Backpack, Solflare
* Small amount of SOL for gas fees (\~0.01 SOL)
* Secure backup of your seed phrase

#### 3. Token Concept

* Unique token name (e.g., "MemeMaster")
* Token ticker symbol (2-8 characters, e.g., $MEME)
* Clear vision for your token's purpose

### Quick Start Guide

#### 60-Second Token Launch

1. **Connect Your Wallet** (10 seconds)

Visit launchium.app → Click "Connect Wallet" → Select your wallet provider

2. **Prepare Your Launch Tweet** (20 seconds)

Format: Launch $TICKER - Your message @launchium\
Example: Launch $MOON - To the moon we go! @launchium

3. **Post and Wait** (30 seconds)

* Post your tweet publicly
* AI validation occurs in real-time
* Receive confirmation with your token link
* Token is live and tradeable immediately

4. **Share Your Success**

* Pin the token link to your profile
* Share with your community
* Monitor your dashboard for rewards

### Wallet Setup Guide

#### Recommended Wallets

1. **Phantom** (Most Popular)

* Download: phantom.app
* Platform: Browser Extension, iOS, Android
* Features: Built-in swap, staking, NFT gallery

2. **Backpack** (Best for Power Users)

* Download: backpack.app
* Platform: Browser Extension, Mobile
* Features: Advanced trading tools, xNFT support

3. **Solflare** (Most Secure)

* Download: solflare.com
* Platform: Browser, Mobile, Hardware wallet support
* Features: Ledger integration, advanced security

#### Wallet Security Best Practices

1. **Seed Phrase Management**

* Write down on paper, never digitally
* Store in multiple secure locations
* Never share with anyone, including support

2. **Transaction Security**

* Always verify transaction details
* Use hardware wallet for large holdings
* Enable 2FA where available

3. **Phishing Protection**

* Bookmark official Launchium URL
* Verify SSL certificate
* Never click links in unsolicited messages


---

# 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/getting-started.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.
