Jump2CoinJump2Coin
All guides
PresaleToken CreationBeginner
9 min read·

How to Run a Solana Token Presale in 2026 (Step-by-Step)#

A presale lets you raise SOL from early supporters before your token hits a public DEX. Done correctly, it builds community, validates demand, and gives you capital to fund the Raydium liquidity pool. Done poorly, it destroys trust before launch.

This guide covers the mechanics, best practices, and how to run a transparent presale using Jump2Coin's built-in Presale tool — with zero smart contract coding required.


What Is a Solana Token Presale?#

A presale (also called a "seed round" or "private sale") is a fundraising round where a project sells tokens at a fixed price before the public listing.

In Solana's meme coin ecosystem, a presale typically means:

  • A fixed SOL contribution cap per wallet
  • A fixed total hard cap in SOL
  • Tokens distributed to contributors after the presale closes
  • Raised SOL used to fund a Raydium CPMM pool

Presales differ from pump.fun launches: instead of a bonding curve, you set a flat price and control the timeline.


Why Run a Presale?#

Advantages:

  • Raise SOL capital before paying Raydium pool fees
  • Build an early community of committed holders
  • Signal serious intent (random rug pulls don't bother with presales)
  • Set a clear price floor before listing

Risks to manage:

  • Refund obligations if the hard cap is not met
  • Contributor trust depends on your transparency
  • Presale wallets can dump on listing — manage vesting expectations

Presale Parameters You Need to Define#

Before creating a presale, decide on five key parameters:

ParameterTypical rangeNotes
Hard cap5–100 SOLTotal SOL to raise
Soft cap50–80% of hard capMinimum to proceed; if not met, refunds trigger
Per-wallet cap0.1–5 SOLPrevents whale domination
Token priceFixed (e.g. 1 SOL = 1M tokens)Defines presale valuation
End date24–72 hoursShorter windows create urgency

Soft cap logic: If the presale ends with less than the soft cap amount raised, every contributor receives a full refund. This is the primary safety net that separates legitimate presales from scams.


Step-by-Step: Create a Presale on Jump2Coin#

Step 1 — Create your token first#

Your SPL token must exist before the presale. Use Jump2Coin's Token Creator or Launch Wizard to mint it. At this stage, do not create the Raydium pool — you need to wait until presale SOL is raised.

Reserve the presale allocation: if you're raising 50 SOL at 1 SOL = 1M tokens, hold 50M tokens for presale distribution and keep the rest for the pool + team (clearly communicate the split).

Step 2 — Go to /presale/create#

Connect your wallet (must be the token creator), select your token, and fill out:

  • Presale name — displayed on the public listing page
  • Description — explain what you're building (investors read this)
  • Hard cap in SOL
  • Soft cap in SOL
  • Per-wallet minimum and maximum contributions in SOL
  • Token price — SOL per token or tokens per SOL
  • Start date and End date
  • Presale allocation — how many tokens to distribute

Step 3 — Deposit presale tokens#

After creating the presale, you'll be prompted to transfer the presale token allocation to the escrow. These tokens are held in a program-derived address (PDA) until the presale concludes.

Your presale gets a public URL: jump2coin.com/presale/<id>. Share it on Twitter, Telegram, and Discord. The page shows:

  • Current raised / hard cap progress bar
  • Time remaining countdown
  • Contributor count
  • Your description and tokenomics

Step 5 — Presale closes#

If hard cap reached: Presale closes immediately. You can proceed to distribute tokens.
If end date passes:

  • Above soft cap → presale succeeds, distribution begins
  • Below soft cap → refund mode activates, contributors claim SOL back

Step 6 — Distribute tokens and create pool#

From the presale management page (/presale/<id>/manage), click Distribute Tokens. The system sends the presale allocation to all contributors proportionally in a single batched transaction.

Immediately after distribution, create the Raydium CPMM pool using the SOL raised. This is the moment your token goes live for public trading.


Tokenomics Best Practices for Presales#

Transparent allocation breakdown is the single biggest trust factor. Publish this before the presale opens:

Example: 1 billion total supply

Presale:        20% (200M tokens) — sold at presale price
Liquidity pool: 50% (500M tokens) — paired with raised SOL
Team/Dev:       15% (150M tokens) — 6-month vesting recommended
Marketing:      10% (100M tokens)
Reserve:         5% (50M tokens)

Hiding the team allocation or not communicating a vesting schedule is the fastest way to be labeled a potential rug.


How to Build Presale Trust#

  1. Dox or verify — share social accounts; anonymous is fine but acknowledging it upfront is better than being "caught" anonymous
  2. Publish a roadmap — even 3 milestones post-launch signals planning
  3. Commit to LP burn — announce before the presale that you'll burn LP on Raydium creation
  4. Set wallet caps — per-wallet limits show you want distribution, not whale control
  5. Communicate refund conditions — state clearly what happens if soft cap is not met

Presale vs. Pump.fun: Which Should You Choose?#

Presale (Jump2Coin)Pump.fun bonding curve
Price mechanismFixed by creatorAlgorithmic (increases with buys)
Capital controlCreator sets hard capFirst buyers set the pace
Community buildingPre-listing communityPost-listing community
EffortMore setup, more communicationInstant, fire-and-forget
Rug protectionSoft cap + escrowBonding curve graduation

Presales work better for projects with actual development plans and communities. Pump.fun works better for fast meme launches where speed is the strategy.


Frequently Asked Questions#

Do contributors get tokens immediately after contributing?
No. Contributors receive their token allocation after the presale closes and the distribution transaction is sent by the creator. This typically happens within hours of the presale ending.

What happens if the creator doesn't distribute tokens?
Jump2Coin's presale escrow has a timeout window. If the creator does not finalize distribution within the window, contributors can claim a refund. The tokens remain locked in the escrow PDA, not with the creator.

Can I set a vesting schedule for presale tokens?
The current Jump2Coin presale tool distributes tokens immediately post-presale. If you want vesting, coordinate with contributors manually or use Streamflow's vesting contracts after distribution.

How is the presale price set relative to the listing price?
This is up to you. A common approach is to list at 2–3x the presale price to reward early supporters. Announce this ratio before the presale to set expectations.

Is the presale audited or guaranteed by Jump2Coin?
Jump2Coin provides the tooling — the presale page, escrow, and distribution mechanism. The project's legitimacy depends on the creator. Always DYOR before contributing to any presale.

Can I cancel a presale after it starts?
Yes, from the management page, you can trigger an emergency cancellation. All contributors receive full SOL refunds and your presale tokens are returned to your wallet.

Share