Run a fair-launch with anti-bot protections

Anti-whale + cooldown + rate-limit + max-holders + freezable + pausable. Memecoin protections that don't choke the chart.

Fair launches die in the first five minutes if sniper bots eat the initial liquidity. This preset bundles the six on-chain protections that make the difference between a community launch and a rug. Each one is configurable — tune the per-tx cap and cooldown to your audience's appetite, then disable them after the launch settles.

What's included

Why this stack

Anti-whale + cooldown + rate-limit make sniper bots unprofitable in the first hour. Max-holders concentrates the first window into known wallets. Freezable lets you handle the inevitable known-bad addresses without freezing the whole token. Pause is the panic button if something pathological happens.

Why is this preset EVM-only?

Four of the six modules (anti-whale, cooldown, rate-limit, max-holders) implement per-transfer checks by overriding the ERC-20 `_update()` hook on the token contract — there is no equivalent interception point on Solana SPL or Sui Coin<T>. Token-2022 transfer hooks and Sui's Closed-Loop Token can express some of these protections individually, but not as the six-module bundle this preset ships. If you want bot protections on Solana or Sui today, use the Identity / Loyalty presets for soulbound or allowlist semantics; native fair-launch parity is tracked but not shipped.

How long should I keep the protections on?

Most teams keep them on for the first 24–72 hours and disable them once the order book stabilises. You can disable each protection independently from the manage page.

Doesn't this make the token less liquid?

Briefly, yes — that's the point. The trade is short-term illiquidity for long-term holder distribution. Once you turn the protections off, the token transfers like any other ERC-20.