XPLaunch Documentation

The complete guide to launching meme tokens on Plasma Chain with advanced bonding curve mechanics and automated DEX graduation.

Plasma ChainBonding CurvesAuto GraduationDEX Integration

Table of Contents

Getting Started

Quick Launch Guide

  1. Connect Your Wallet - Click "Connect" in the top-right corner and connect your Plasma-compatible wallet
  2. Create Your Token - Navigate to /create and fill in:
    • Token name and symbol
    • Description and social links
    • Upload logo (optional)
  3. Pay Creation Fee - Submit the form and pay 3 XPL creation fee
  4. Share Your Token - Once created, share your token page link to start trading

Network Configuration

Network: Plasma Mainnet Beta
Chain ID: 9745
Currency: XPL (18 decimals)
RPC URL:
https://rpc.plasma.to

Tokenomics & Bonding Curves

Token Supply Structure

10M
Total Supply
8M
Internal Pool (Bonding Curve)
2M
External Pool (DEX Liquidity)

Bonding Curve Parameters

Virtual XPL Reserves: 2,000 XPL
Virtual Token Reserves: 12,307,692 tokens
Graduation Threshold: 5,000 XPL
Price Multiplier: 10x (bottom to graduation)
Trading Fee: 1%
Creation Fee: 3 XPL
Platform Fee: 10% at graduation

Price Calculation

The bonding curve uses a constant product formula with virtual reserves:

price = (virtual_xpl_reserves + real_xpl_reserves) / (virtual_token_reserves - sold_tokens)

This ensures smooth price discovery and predictable 10x price increase from launch to graduation.

Creating Tokens

Token Creation Process

  1. Factory contract creates a new PlasmaPumpToken instance
  2. All 10M tokens are minted to the token contract
  3. Bonding curve parameters are initialized
  4. Token metadata is stored on-chain
  5. Frontend automatically detects and displays the new token

Required Information

Required Fields

  • • Token Name
  • • Token Symbol
  • • Description
  • • Creator Address

Optional Fields

  • • Logo Image
  • • Website URL
  • • Twitter Handle
  • • Telegram Group

Trading & Price Discovery

Trading Features

Buy Orders

  • • Input XPL amount to buy tokens
  • • Real-time price calculation
  • • 1% trading fee applied
  • • Instant token delivery

Sell Orders

  • • Input token amount to sell
  • • Real-time XPL calculation
  • • 1% trading fee applied
  • • Instant XPL delivery

Price Chart Features

  • K-line Charts: OHLC candlestick data with multiple timeframes (1m, 5m, 1h, 1d)
  • Real-time Updates: Price updates every minute with trade aggregation
  • Interactive Tooltips: Hover to see detailed price information
  • Volume Tracking: 24-hour trading volume display
  • Progress Tracking: Visual progress bar showing graduation progress

Auto Graduation to DEX

Graduation Process

  1. Threshold Reached: When 5,000 XPL is collected in the bonding curve
  2. Automatic Trigger: Graduation process starts automatically
  3. Platform Fee: 10% of collected XPL (500 XPL) goes to platform
  4. Liquidity Addition: Remaining 90% XPL (4,500 XPL) + 2M tokens added to DEX
  5. DEX Trading: Token becomes tradeable on PlasmaSwap
  6. Price Continuity: Graduation price maintains 10x multiplier

Post-Graduation Features

  • DEX Integration: Direct links to PlasmaSwap for trading
  • Chart Access: Links to defined.fi for advanced charting
  • Pair Information: Display of DEX pair address for tracking
  • Progress Display: Shows 100% completion status
  • Analytics: Access to detailed trading analytics

Fee Structure

Token Creation:
• 3 XPL fee per token
• Goes directly to platform

Trading Fees:
• 1% on buy transactions
• 1% on sell transactions
Graduation Fee:
• 10% of total XPL raised
• Taken at graduation time
• Example: 5,000 XPL → 500 XPL fee

Remaining for Liquidity:
• 90% goes to DEX pool
• Example: 4,500 XPL + 2M tokens

Technical Specifications

Smart Contracts

PlasmaPumpFactory

0x248DadF4E4E59e80bF36855372E0614F47635D00
  • • Token creation management
  • • Fee collection (3 XPL)
  • • Token registry

PlasmaPumpToken

Individual token contracts with:

  • • Bonding curve mechanics
  • • Auto-graduation logic
  • • DEX integration
  • • Fee management

DEX Integration

Router Address:
0xfc9869ef6e04e8dcf09234ad0bc48a6f78a493cc
Trading Platform:
oku.trade

Initialization Command

After deploying new contracts, run the initialization command to sync data:

npm run init-contracts

This command clears old data and re-syncs all tokens from the new factory contract with rate limiting (15 requests/minute).

Support & Resources

Quick Links

Technical Resources