# Launch on PumpFun

The **Launch on PumpFun** tool lets you create and instantly launch a new token directly to [pump.fun](https://pump.fun/) — with an optional initial buy-back from multiple wallets to seed early volume and price momentum.

***

### Getting Started

> **Before you begin:**
>
> * Connect your wallet via **Sign in / Sign up** in the top-right corner.
> * Set up at least one **Wallet Pool** under Wallet Management or prepare wallets maualy  if you want to use the Initial Buy-back feature.

***

### Step-by-Step Guide

#### 1. Fill in Token Details

| Field                             | Description                                                                                                                    |
| --------------------------------- | ------------------------------------------------------------------------------------------------------------------------------ |
| **Token Name**                    | The full display name of your token                                                                                            |
| **Token Ticker**                  | Short symbol (e.g. `$TSUN`)                                                                                                    |
| **Token Logo**                    | PNG / JPEG / JPG, recommended **200×200 px**, max **2 MB**                                                                     |
| **Description**                   | Short token description, max **150 words**                                                                                     |
| **Ownership**                     | Connect the wallet that will own the token. Click **Connect** to link it                                                       |
| **Solana amount you want to buy** | Amount of SOL the creator wallet will spend on the initial buy at launch. Quick-select: `5`, `10`, `30` SOL, or enter manually |

***

#### 2. Configure Initial Buy-back on PumpFun

The **Initial Buy-back** section lets you simulate organic buy pressure at launch using wallets from your pool.

**Option A — Select Wallet Pool**

Choose an existing wallet pool from your **Wallet Management → Wallet Pools**. All wallets in the pool will participate in the initial buy.

**Option B — Add Private Key Manually**

Paste a private key directly to add a single wallet for the initial buy.

> ⚠️ **Security note:** Only use wallets funded specifically for this operation. Never paste a private key from your main wallet.

***

**Token Launch Estimate**

Before launching, review the cost breakdown at the bottom of the page:

| Line                    | Description                                      |
| ----------------------- | ------------------------------------------------ |
| **Pool Balance**        | Total SOL available across selected wallets      |
| **Network fee**         | Estimated Solana transaction fee                 |
| **Estimated Cost**      | Total SOL required to complete the launch        |
| **Est Supply received** | Estimated token supply your wallets will receive |

> Values are estimates. Final network fee may slightly vary.

***

#### 3. Configure Token Custom Settings

These settings are displayed on the right panel and control launch behavior.

**Mode Mahem**

> Enables 24-hour automated trading bots at launch. May inflate initial volume and token supply.

* **ON** — Automated bots trade your token for 24 hours post-launch to generate volume signals.
* **OFF** — Standard launch without automated trading activity.

**Cashback Rewards**

> Redirects creator fees back to traders as swap volume rewards instead of to the token creator.

* **ON** — Swap fees are redistributed to traders as rewards, incentivizing volume.
* **OFF** — Fees go to the token creator as normal.

**Social Links**

> Add Twitter, Telegram, and website URLs to token metadata for community discovery and verification.

* **ON** — Social fields are shown and embedded into token metadata on PumpFun.
* **OFF** — Token launches without social metadata.

When Social Links is ON, fill in any combination of:

* **X (Twitter)**
* **Discord**
* **Website**
* **Telegram**

***

#### 4. Launch the Token

Click **Launch token** to submit the transaction. Your wallet will prompt for confirmation — review and approve.

After the transaction is confirmed:

* Your token will be live on PumpFun
* Initial buy-back wallets will receive their estimated supply
* The token will appear in **Token Management → Token activity history**

***

### Tips

* **Initial buy amount:** Even a small creator buy (1–5 SOL) signals conviction and helps the token appear in PumpFun's "trending" feeds faster.
* **Wallet Pools:** Pre-fund your wallet pools before launching. Having multiple wallets buy at launch creates a more natural-looking initial distribution.
* **Mode Mahem:** Use with caution — automated volume can attract attention but also scrutiny. Best for experienced launchers who understand the risk.
* **Cashback Rewards:** Turning this ON can incentivize early holders to keep trading, boosting visible volume metrics.
* **Social Links:** Always fill in at least Twitter and Telegram. Tokens without socials are often ignored or flagged as suspicious by traders.

***

### FAQ

**What's the difference between "Create Token" and "Launch on PumpFun"?** "Create Token" deploys a standard SPL token to Solana — you control supply, decimals, and metadata. "Launch on PumpFun" creates a token and immediately lists it on pump.fun's bonding curve with an optional initial buy. Use PumpFun launch if you want immediate market activity.

**Do I need a Wallet Pool to launch?** No. You can launch with just your connected wallet and the "Solana amount you want to buy" field. Wallet Pools are only needed if you want multiple wallets to participate in the initial buy-back.

**What is the bonding curve on PumpFun?** PumpFun uses a bonding curve model — token price increases as more people buy. Early buyers get lower prices. Once the curve reaches its target market cap, the token graduates to Raydium.

**Can I use the same token I created with "Create Token"?** No. "Launch on PumpFun" creates a new token from scratch as part of the PumpFun launch process.

**How much SOL do I need?** At minimum, enough to cover the network fee (typically under 0.05 SOL) plus whatever initial buy amount you set. Check the **Token launch estimate** section before confirming.


---

# 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://tsunammi.gitbook.io/tsunammi/token-management/launch-on-pumpfun.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.
