Modus · · 5 min read

How to launch a token: a step-by-step guide for founders

What to decide before a token goes live, curve or DEX, the contract, liquidity and launch day, and what each step costs you if you get it wrong.

Launching a token takes minutes now. Launching one that is still trading a month later takes a plan. On pump.fun, the share of tokens that make it off the bonding curve and onto a DEX, what the platform calls graduating, stayed below 1 percent for four straight weeks in early 2025, and its best week on record was 1.67 percent, according to Dune data. Most tokens are launched and forgotten the same day.

The ones that last have something in common: they belong to a product, and the founder made a handful of decisions before launch instead of after. Why a token is worth launching at all is its own post. This one is the how, step by step.

Before you start: what does the token do?

Write one sentence: "Holders use it to ___." Pay fees at a discount, earn rewards for using the product, get access to a feature, vote on the treasury. If you cannot finish the sentence, the token has no job yet, and the best next step is building the product it will belong to.

A token with a job has a reason to be held after the launch-day excitement fades. A token without one depends on that excitement alone.

Step 1: Choose where to launch, curve or DEX

There are two ways to put a token on the market, and they suit different projects.

  • A bonding curve, on a launchpad like pump.fun on Solana, Flap on BNB Chain or Pons on Robinhood Chain. The price follows a formula as people buy, so there is no liquidity to seed, and the creator earns a share of the trading fees. If enough people buy, the token graduates to a DEX. It is the fastest way to get a market and the most volatile.
  • A DEX launch, on Uniswap, PancakeSwap or Aerodrome. You deploy your own contract and seed the liquidity pool yourself. You decide the supply, the vesting and the taxes. It is more work and gives you control, which suits a protocol with fees and a roadmap.

Step 2: Design the tokenomics

Tokenomics is the set of rules a token lives by: how many exist, who gets them, when they unlock, and what fees apply. Buyers read them before they buy, and bad ones are the most common reason a token dies after launch. Tokenomics explained walks through each decision in plain language.

On a curve, most of this is set by the launchpad. On a DEX, all of it is yours.

Step 3: Write and check the contract

On a curve, the launchpad's own contract creates the token. On a DEX, you need your own, and it is public forever the moment you deploy it.

  • Start from audited, widely deployed code wherever it fits, and write new code only for what is specific to your token.
  • Check everything new before it goes live: static analysis, a security review, and a check that the contract does what your spec says.
  • Deploy to a testnet first, then to mainnet, and verify the source code on the block explorer so anyone can read it.

Step 4: Liquidity and trust

On a DEX, a token only trades if there is liquidity, so you seed a pool with your token and a paired asset. Then buyers look for the signs that you cannot pull it back out:

  • Locked or burned LP tokens, so the liquidity stays in the pool.
  • Public vesting for the team's share, so nobody can sell everything on day one.
  • No hidden owner powers: nothing that mints new tokens or changes taxes without anyone knowing. Renouncing ownership, when the token no longer needs it, removes them entirely.

Every one of these is visible onchain, and experienced buyers check them before they buy.

Step 5: Launch day

  • Be where your community already is. Announce in your Telegram and on X at the same moment the token goes live, with the contract address from one official source.
  • Moderate from the first minute. Launch day brings scam links, fake contract addresses and accounts impersonating you. A chat that nobody watches fills with them within hours.
  • Answer questions in public. Early buyers decide in the first hours whether a project is alive.

Step 6: After the launch

The launch is the start. Claim the creator fees if you launched on a curve, run the treasury routine you promised, and keep shipping the product the token belongs to. Post what changed every week. A token's price is a noisy signal; a product that visibly improves is the one thing that keeps a community around.

How to launch a token with Modus

In Modus the token is part of the same build as the product, designed by an agent that already knows what the product does.

  1. The Token Launcher starts from the product: what the fees are, who the users are, what the treasury needs to hold. The agent walks you through supply, vesting and taxes in plain language.
  2. On a DEX, the agent writes the contract with the functions you chose, runs it through three review passes, static analysis, an AI semantic review and a check against your spec, deploys testnet-first, verifies the source on the explorer and adds liquidity on Uniswap, PancakeSwap or Aerodrome.
  3. On a curve, the agent handles the whole launch on Pons, Flap or pump.fun, and the creator fees are claimable inside Modus.
  4. After launch, every owner function, LP locks or burns, vesting, taxes, limits, renounce, is one message away.
  5. The community is covered: a moderator for your Telegram, a manager for your X account, and an onchain operator for the treasury routine are AI employees you hire in one sentence.

Every transaction is signed from your own wallet. Modus never has access to your keys.

Frequently asked questions

Do I need to know how to code?

No. You describe the token in plain language, and the agent writes and checks the contract. You approve every transaction from your own wallet.

How much does it cost to launch a token?

It depends on the chain and the venue. A curve launch costs little up front because there is no liquidity to seed. A DEX launch needs the liquidity you choose to provide, plus the network's gas fees.

How do buyers know my token is not a rug pull?

They check the contract. Verified source code, locked or burned liquidity, public vesting and no hidden owner powers are all visible onchain. Make them easy to find.

Will my token make money?

Nobody can honestly promise that. Most tokens never leave the curve. The ones that last are attached to a product people use, and a team that keeps building it after launch day.

It depends on the country and on what the token does. Check the rules before you launch, and never present a token to buyers as an investment with a return.

More posts