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.
Token
The basics of your coin. Name and symbol are permanent; supply is how many tokens will ever exist.
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.
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.
Parameters
Tune the behavior. Drag a slider and watch the preview react — these become on-chain settings.
Curve & market
How your token trades. 'Infinite' keeps the rule permanent; 'normal' graduates to a regular pool and drops the rule.
image + JSON to permanent storage (paid by your wallet)
one tx: Meteora DBC config, virtual pool, and your Token-2022 mint with the hook attached
writes your parameters on-chain and creates the account list every wallet needs
server verifies everything on-chain, then your node page goes live
- • 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.