How to Launch a Token on Pump.fun: A 2026 Developer Guide
A complete, step-by-step guide to launching a Solana token on Pump.fun in 2026 — wallet setup, metadata, the bonding curve, launch costs, and what actually happens in the first hour.
Pump.fun turned token creation into a two-minute task, but the gap between “deployed” and “alive” is where almost every launch dies. This guide walks through the mechanics end-to-end, then covers the first-hour decisions that actually determine whether your token gets traction.
What Pump.fun actually is
Pump.fun is a permissionless token launchpad on Solana. Every token you create is a standard SPL token with a fixed supply of 1,000,000,000 (one billion) units and 6 decimals. What makes it different from launching a raw SPL token is the bonding curve: a smart contract that acts as an automated market maker, quoting a price for your token that rises as people buy and falls as they sell — no liquidity pool, no seed capital, no LP tokens required from you.
You do not add liquidity. You do not set a price. The curve does both algorithmically from the first buy. That is the entire appeal: zero-capital launches with an instant, tradeable market.
Before you start: what you need
- A Solana wallet — Phantom, Solflare, or Backpack. Fund it with enough SOL for rent and your own opening buy.
- ~0.02 SOL minimum for account rent and transaction fees. Creation itself is free; you only pay gas.
- Token assets — a 1:1 square image (512×512 or larger, PNG/JPG/GIF), a name, and a ticker.
- Optional but recommended — a Twitter/X handle, Telegram, and website URL. These become part of the token’s metadata and are the first thing traders check.
Step by step: creating the token
The opening buy is your most important decision
When you create a token you can seed it with an initial purchase in the same transaction. This “dev buy” does three things at once: it gives you a position before anyone else, it puts the first point on the chart, and — critically — it signals conviction. A token where the creator bought nothing reads as a throwaway.
But there is a tension. Buy too little and the token looks abandoned; buy too much and you look like you are set up to dump on buyers, which snipers and holders punish immediately. Most credible launches land somewhere in the 0.5–2 SOL range for the opening buy, sized so the creator holds a visible but not dominant share.
What it actually costs
| Item | Cost | Notes |
|---|---|---|
| Token creation | ~0.02 SOL | Account rent + gas. Refundable rent portion is small. |
| Opening dev buy | 0–2 SOL (your choice) | Optional, but near-mandatory in practice. |
| Trading fee | 1% per trade | Charged by the protocol on every buy/sell on the curve. |
| Migration | Automatic | Triggered by the curve, not paid by you. |
The first hour: what happens and what to do
The Pump.fun feed rewards recency and velocity. A brand-new token gets a short window of free visibility in the “new” feed, and if it shows early volume, holder growth, and comment activity, it can surface into “trending” where the real organic flow lives. That window is measured in minutes, not hours.
Have these ready before you deploy
- A pinned comment — narrative, CA, and a link to your Telegram/X. It is the first thing visitors read.
- Live socials — a Telegram that already has people in it, not an empty group created 30 seconds ago.
- A reason to buy in one sentence — the meme, the narrative, the hook. Vague tokens do not spread.
- Distribution lined up — where are the first 50 buyers coming from? If the answer is “I’ll post the CA and hope,” the token is already dead.
Bonding curve → migration
As buyers push the curve, SOL accumulates in the bonding curve account. When the curve “completes” — historically around ~85 SOL raised / roughly a $69k market cap — the token graduates: remaining tokens and the accumulated SOL are deposited into an on-chain AMM pool (Raydium historically, PumpSwap since 2025) and the token trades on the open market. We break the exact economics down in The Pump.fun Bonding Curve Explained.