> For the complete documentation index, see [llms.txt](https://launchium.gitbook.io/launchium-user-guide/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-user-guide/getting-started.md).

# Getting Started

Welcome to **Launchium**, the easiest way to create and launch your own token ; straight from a social media post.

Whether you're a content creator, community leader, meme enthusiast, or just curious about crypto, Launchium gives you the tools to launch your own token with zero technical knowledge.

> #### **What is Launchium?**

Launchium is a cross-platform token launchpad built on the **Solana blockchain**. It allows anyone to create a fully functional token just by posting on platforms like **X (formerly Twitter)**, with support for TikTok, Reddit, Telegram, and mobile apps coming soon.

**No coding. No setup. No crypto background required.**

> #### How Does It Work?

1. **You make a post on X (Twitter)**

   Format:

   `Launch $TOKENNAME - Let's build a community! #Launchium`
2. **Our AI listens to your post in real-time**

   It checks for:

   * Token name and symbol
   * Your identity (to prevent bots)
   * Duplicate or harmful content
3. **Launchium instantly creates your token**
   * 1 Billion Total Supply
   * 100% Liquidity Added
   * Liquidity is **locked forever**
   * You get a notification with your token link
4. **Your community can start trading**

   Tokens are instantly available on **Raydium**.

***

> #### Is It Safe?

Yes. Launchium is built on audited smart contracts and uses:

* **Zero-Knowledge Proofs** for privacy
* **Immutable liquidity locks** to protect against rugpulls
* **AI validation** to block scams and spam
* **No developer keys** or backdoors

We never hold your funds. All operations are on-chain and transparent.

> #### Who Can Use Launchium?

You don’t need to be a developer or crypto expert.

Launchium is for:

* Content creators who want to build fan-driven economies
* Communities who want to launch inside jokes or movements
* Memecoin lovers who want to go viral
* Creators launching pre-sales or gamified projects

***

#### Why Launchium?

* Zero coding required
* Launch from social media
* Fast (tokens live in under 1 minute)
* Audited contracts + privacy layer
* Built-in liquidity + listing
* Revenue sharing for top token creators

***

#### Next Steps

* Read the How to Launch via X guide
* Learn about the Presale if you want to raise funds
* Join our [Telegram](https://t.me/launchium) to meet other token creators
* Try launching now at [launchium.app](https://launchium.app)

***

Ready to launch your token?

Let your post be the beginning of something big.

**Launch. Share. Grow.**


---

# 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-user-guide/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.
