LIVE

Documentation

Everything you need to build, launch, and operate decentralized communities on Solana.

Introduction

SolLaunch is an enterprise-grade operations platform for Solana tokens. Unlike standard launchpads that simply deploy a token and walk away, SolLaunch provides a persistent Ops Dashboard for your team to coordinate raids, manage governance, and track liquidity health until you graduate to Raydium (DEX).

Getting Started

To launch a token, you simply need a Solana wallet (Phantom, Solflare) and a small amount of SOL for deployment fees (~0.02 SOL).

  • Connect your wallet via the top right button.
  • Navigate to the Launch tab.
  • Fill out your token identity (Name, Ticker, Image).
  • Select an Ops Template (Auto-generated tasks).
  • Sign the transaction to deploy.

API Integration

We expose public endpoints for fetching token metadata and bonding status.

GET /api/v1/token/{mint}
{
  "mint": "7xKQ...9j2",
  "name": "Peanut",
  "bonding_percent": 84,
  "dex_ready": true,
  "market_cap": 1250000
}