user-group-simpleSimple Launch

The simplest way to launch a token on Chipper. Your dev wallet creates the token and buys in β€” no bundles, no extra wallets, no complexity.

How It Works

  1. Set up your token metadata (name, symbol, image, etc.)

  2. Pick your dev wallet

  3. Set how much to buy

  4. Launch

That's it. The dev wallet deploys the token and executes a buy in the same transaction.

Configuration

Dev Wallet

The wallet that creates the token and makes the initial buy. This is the wallet that will show as the token creator on-chain.

Buy Amount

How much the dev wallet should buy on launch. You can specify this in two ways:

  • SOL amount β€” set a fixed SOL value to spend

  • Token amount β€” set a target number of tokens to buy

When to Use Simple

  • You want to get a token live quickly

  • You don't need multiple wallets buying at launch

  • You're testing a token concept or metadata

  • You want the most straightforward launch flow

Limitations

Simple launches only involve one wallet. If you need multiple wallets buying on launch, coordinated bundling, or wallet obfuscation, use a Bundle launch instead.

Last updated