# Coin Launcher

#### ⚙️ How It Works

Simplx's Coin Launcher walks you through the entire token creation process. You’ll only need a small amount of SOL (\~0.015–0.03 SOL) to cover on-chain fees.

***

#### 🪙 Token Details

Define your token’s identity:

* **Token Name:**\
  Give your token a full display name.\
  \&#xNAN;*Example:* `Solana Degen Token`
* **Token Symbol:**\
  Short, uppercase ticker symbol.\
  \&#xNAN;*Example:* `SDT`
* **Description (Optional):**\
  Explain your token's purpose to potential holders.

***

#### 📏 Token Parameters

* **Total Supply:**\
  Set the maximum number of tokens (e.g. `1,000,000,000`).
* **Decimals:**\
  Choose how divisible the token is. A value of `9` is standard for SOL-compatible tokens.

***

#### 🔐 Authority Settings

Manage key permissions for your token:

* ✅ **Revoke Mint Authority:**\
  Prevents anyone from minting more tokens after creation.
* ✅ **Revoke Freeze Authority:**\
  Disables freezing accounts (recommended for decentralized use).
* ✅ **Revoke Update Authority:**\
  Locks token metadata from future edits (recommended for trustless launches).

***

#### 👤 Creator Info (Optional)

Let users know who launched the token:

* **Creator Name:**\
  Your brand or project name\
  \&#xNAN;*Example:* `Degen Labs`
* **Creator Website:**\
  Add a link to your website or portfolio

***

#### 🖼️ Token Image & Socials

* **Token Image:**\
  Upload your token icon (JPG, PNG, or GIF under 1MB). This will be visible in wallets that support metadata.
* **Optional Socials:**\
  Add your:
  * Website
  * Twitter handle
  * Telegram group

***

#### 🚀 Launch Button

Once all fields are filled and settings configured, click **Launch Token** to deploy your token instantly on the Solana mainnet.

***

**Note:** Simplx never stores your private key and all transactions happen securely through your connected wallet.

<figure><img src="/files/yf8GXtYRqYjLU9rSblPY" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.simplxai.xyz/tools/coin-launcher.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
