> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rugpullbot.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Creating Coins

> Create tokens using real historical rug data

# Creating Coins

The Create Coin page allows you to set up new tokens based on real historical rug pull data.

## Overview

Creating a coin in RugPullBot means setting up a token that uses actual market data from a historical rug pull. This gives you proven price action patterns and trading data to work with.

## Choosing a Chain

A **chain selector** lets you create a coin on **Solana (SOL)** or **BNB Smart Chain / BSC (BNB)**. The chain you pick determines which detection sources and launch platform the simulation uses.

<Note>
  A coin is tied to the chain it was created on. Its native token, launch platform, and withdrawal addresses all follow that chain.
</Note>

## Token Information

### Required Fields

| Field      | Description        | Requirements                     |
| ---------- | ------------------ | -------------------------------- |
| **Name**   | Token display name | Required                         |
| **Ticker** | Token symbol       | 2-12 characters, auto-uppercased |

### Optional Fields

| Field           | Description              |
| --------------- | ------------------------ |
| **Description** | Token description text   |
| **Twitter**     | Twitter/X profile URL    |
| **Telegram**    | Telegram group URL       |
| **Website**     | Project website URL      |
| **Token Image** | PNG, JPEG, or GIF upload |

## Let AI Handle It

<Tip>
  The "Let AI Handle It" button automatically fills in token metadata from the latest detected rug in the queue.
</Tip>

When clicked, this feature:

1. Fetches the most recent "ready" rug from the queue
2. Auto-fills name, ticker, description, and social links
3. Uses the original token's image
4. Sets the mint address for accurate data

This is the fastest way to create a coin using verified rug data.

## Token Preview

As you fill in the form, the preview card updates in real-time showing:

* Token image (or generated avatar from ticker)
* Name and ticker
* Description preview
* Social link buttons

## Launch Details

The Launch Details panel shows coin parameters, which follow the chain you selected:

| Parameter      | Solana                                            | BSC                                                             |
| -------------- | ------------------------------------------------- | --------------------------------------------------------------- |
| Network        | Solana                                            | BNB Smart Chain                                                 |
| Platform       | Pump.fun                                          | PancakeSwap / four.meme                                         |
| Initial Supply | 1,000,000,000                                     | 1,000,000,000                                                   |
| Projected CA   | Contract address (from original rug or generated) | Contract address (from original rug or generated)               |
| Launch Fee     | Paid in SOL (Pump.fun)                            | Paid in BNB — mode-based, see [Launch Modes](#launch-modes-bsc) |

### BSC Detection Sources

For BSC coins, rug detection covers **PancakeSwap (V2 and V3)** and **four.meme** launches. When you use "Let AI Handle It" on the BSC chain, the auto-filled data comes from rugs detected on those sources.

### Launch Modes (BSC)

BNB coins launch four.meme-style: pick a **Launch Mode**, optionally add the **Bundler**, and the Launch Details card itemizes the fees with a live total.

| Mode                            | Fee                  | What it does                                                                                  |
| ------------------------------- | -------------------- | --------------------------------------------------------------------------------------------- |
| **Standard Fair Launch**        | 0.01 BNB             | Regular fair launch. Mandatory anti-spam creation fee.                                        |
| **Meme Rush**                   | 0.01 BNB             | Accelerated launch — same creation fee, faster bonding curve.                                 |
| **Universal Subscription Pool** | 0.2 BNB · refundable | Crowdfunding launch with custom whitelist + trading tax. Fully refundable if the raise fails. |

**Optional add-on**

| Add-on      | Fee       | What it does                        |
| ----------- | --------- | ----------------------------------- |
| **Bundler** | +0.06 BNB | Instant multi-wallet buy at launch. |

Every BNB launch also pays an estimated **0.005 BNB network gas**, so your total is:

```
creation fee (mode) + 0.005 BNB gas + 0.06 BNB (only if Bundler is enabled)
```

<Note>
  Launch Modes are BNB-only. Solana coins keep the Pump.fun launch flow and pay their fee in SOL.
</Note>

## System Status

The header bar shows real-time system status:

* **SOL WebSocket**: Connection latency
* **SOL Node**: Current block number
* **RPC Nodes**: Number of online nodes
* **Active Users**: Current platform users

## Creating Process

<Steps>
  <Step title="Fill Token Info">
    Enter name, ticker, and optional details manually or use "Let AI Handle It"
  </Step>

  <Step title="Upload Image (Optional)">
    Add a custom token image or use the original rug's image
  </Step>

  <Step title="Review Preview">
    Check the token preview card for accuracy
  </Step>

  <Step title="Create Token">
    Click "Create Token" to save to your portfolio
  </Step>
</Steps>

## After Creation

Once created, your coin appears in the Portfolio with status "Pending". From there you can:

1. **Configure Settings**: Set bundler modes, rug triggers, and withdrawal addresses
2. **Launch**: Start trading to go live
3. **View**: Watch the TradingView chart with live candlestick data

## Best Practices

<AccordionGroup>
  <Accordion title="Use AI Auto-Fill">
    For the best results, use "Let AI Handle It" to pull verified rug data.
  </Accordion>

  <Accordion title="Configure Before Launch">
    Always configure your coin settings before launching to ensure proper trigger setup.
  </Accordion>

  <Accordion title="Set Withdrawal Addresses">
    Configure withdrawal wallets before launching so profits are automatically routed correctly.
  </Accordion>
</AccordionGroup>
