# Launch & Tokens

## Launch a Token

End-to-end deploy for a new token.

### Step 1 — Chain

Pick **Solana**, **BSC**, **Ethereum**, or **Base**. Fields update per chain.

### Step 2 — Token details

Name, symbol, supply, logo, description, optional social links (website, Twitter, Telegram).

### Step 3 — Bundle strategy

**Solana:**

* Dev wallet size, bundle size, distribution wallets and shares
* **Jito Bundle** vs **Stealth Transfer**
* Optional **Cashback Mode** for SOL back to treasury

**EVM (BSC / ETH / Base):**

* Wallet count and total native amount to spread

### Step 4 — Automations (optional)

* **Auto Volume Bot** after launch (budget, cycles, delays)
* **Auto-Sell Dev Wallet** after a delay you set

### Step 5 — Launch

**Launch Token** creates your token, runs initial buys, and any automations you enabled. Track results under **Tokens** in the sidebar.

## Tokens (Token Launches)

**Route:** `/tokens`

Lists **every token you launched** with metrics refreshed about every **30 seconds** (price, market cap, 24h volume, change %, liquidity, holders, bundle buy count and native total).

**Status column:** Linked **auto volume** (or other) **campaign status** when applicable.

**Sorting:** Launch date, market cap, or 24h volume.

**Actions:** Explorer link; launch transaction link when available.

## Chain-specific notes

### Solana (Pump.fun)

* Add your token name, symbol, logo, and description on the launch page.
* **Jito hidden bundle** is recommended when you want stealth routing and fewer obvious links between wallets on bubble maps.
* After launch, use **Tokens** to watch price and volume; turn on **Volume Bot** anytime if you did not enable auto-volume at launch.

### BSC (Four.meme)

* Fund your **bundler** and **dev buy** wallets before you launch.
* Optional auto-raid and bundle settings run as part of the same launch flow when you enable them.

### Ethereum & Base

* Fund wallets with enough native coin for gas before launching.
* Use the same launch steps as BSC; fields adjust for the chain you pick.

## Typical workflows

### BSC token launch

1. **Wallets** — create and fund bundler / volume wallets.
2. **Launch Token** — pick BSC, fill token details, set bundle options, click **Launch Token**.
3. **Tokens** — confirm the launch and watch metrics.
4. Optional: **Volume Bot** or **Smart Bundler** for more activity.
5. When exiting: **Dashboard** → **Liquidate All** (BSC) for that token address.

### Solana token launch

1. **Wallets** — create and fund the wallets you need (dev buy, bundler, volume).
2. **Launch Token** — pick Solana, choose Jito or stealth bundle, launch.
3. **Tokens** — track the token; check campaign status if auto-volume is running.
4. Optional: **Smart Bundler** or **Volume Bot** on the same mint.
5. When exiting: **Dashboard** → **Liquidate All** (Solana) for that token mint.


---

# 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.veloxlabs.xyz/launch-and-tokens.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.
