FIG. 05LAUNCHPAD

Launch a node token

Pick a behavior, tune the math, watch it react in the preview, then deploy with your wallet. Every step is signed by you — Lattice never holds your keys. Runs on devnet.

FIG. BLIFE OF A LAUNCH
1
Describe it
name, symbol, image
2
Create token + pool
one signature
3
Activate the node
your rule goes on-chain
4
It's live
tradeable, and running
Every step is signed by your wallet — Lattice never holds your keys or your token. If a step fails, you pick up where you left off.
01

Token

The basics of your coin. Name and symbol are permanent; supply is how many tokens will ever exist.

02

What should your token do?

Pick a mechanic. It runs on every trade — welded to the coin and enforced by Solana, so it can't be switched off or faked.

Cap how much any single wallet can grab, or how many trades clear per block — so bundlers can't atomically sweep your launch and no whale can grab a giant bag in one buy.

Enforced inside every swap by the token itself — not a bot you have to trust to react in time.

MODE

The hook rejects the (max+1)-th transfer within the same slot, so a bundle can't atomically buy up the launch. A simple, powerful fair-launch guard — mint-keyed and Meteora-safe.

03

Parameters

Tune the behavior. Drag a slider and watch the preview react — these become on-chain settings.

04

Curve & market

How your token trades. 'Infinite' keeps the rule permanent; 'normal' graduates to a regular pool and drops the rule.

ANTI-SNIPERPREVIEWLIVE
Upload metadata

image + JSON to permanent storage (paid by your wallet)

Create pool + token

one tx: Meteora DBC config, virtual pool, and your Token-2022 mint with the hook attached

Activate the node

writes your parameters on-chain and creates the account list every wallet needs

List on Lattice

server verifies everything on-chain, then your node page goes live

before you sign — this will create
  • • a Token-2022 coin, 1,000,000,000 supply, with the Anti-sniper rule attached
  • • a Meteora permanent (infinite-curve) pool to trade it
  • • your node's settings, written on-chain so the rule actually runs

You sign each step yourself · runs on devnet · ~0.3 SOL in rent + fees.