Documentation

Learn how to create and manage SPL tokens on Solana

Getting Started
Quick introduction to SolLaunch

SolLaunch is a no-code platform for creating SPL tokens on the Solana blockchain. With SolLaunch, you can create custom tokens with your own name, symbol, supply, and other parameters in just a few clicks.

To get started, simply connect your Solana wallet and navigate to the Create Token page.

Wallet Connection
Supported wallets and connection

SolLaunch supports the following Solana wallets:

  • Phantom - The most popular Solana wallet
  • Solflare - Feature-rich wallet with staking support
  • Backpack - Multi-chain wallet with xNFT support

Click the "Connect Wallet" button in the header to connect your wallet. Make sure you have SOL in your wallet to cover transaction fees.

Token Configuration
Understanding token parameters

Token Name

The full name of your token (e.g., "Solana")

Symbol

A short ticker symbol for your token (e.g., "SOL")

Total Supply

The total number of tokens to be minted initially

Decimals

The number of decimal places (standard is 9 for SPL tokens)

Token Authority
Managing token permissions

Mutable Metadata

When enabled, you can update the token's metadata (name, symbol, image) after deployment. Disable this for fully decentralized tokens.

Mint Authority

Allows you to mint additional tokens after the initial supply. Disable this for a fixed supply token.

Freeze Authority

Enables the ability to freeze token accounts. This is typically used for regulated assets or compliance purposes.

Deployment
Creating your token on Solana

Once you've configured your token, click the "Deploy Token" button to create your token on the Solana blockchain. The process involves:

  1. Creating the token mint account
  2. Creating the metadata account
  3. Minting the initial supply to your wallet
  4. Setting up authority permissions

Estimated cost: ~0.06 SOL (may vary based on network conditions)