Product
Triple Launch
One signed transaction. Same CREATE2 address on three chains. Pools live on each chain you target.
Triple Launch is Tripools's primary launch mode today. You pick a primary chain to sign from, choose which of the other two chains to include, and deploy in one transaction. The token contract address is identical on every chain — computed in advance via CREATE2 from name, symbol, and salt — so explorers, wallets, and the bridge all reference the same address everywhere.
80 / 10 / 10 supply split
Total supply is always 1,000,000,000 tokens. Each target chain receives exactly 10% (100M tokens). The primary chain's pool gets the remainder:
- Triple Launch (Robinhood + Ethereum + Base): 800M on primary / 100M on each secondary
- Two chains: 900M primary / 100M secondary
Secondary shares are burned on the primary chain and minted on the destination only after LayerZero DVN verification — global supply never exceeds the original mint.
What happens in your transaction
TripoolsTokendeploys at the canonical CREATE2 address.- The factory mints the entire supply to itself.
- The primary chain's pool is seeded with its share as a single-sided Uniswap v4 position; the LP NFT is burned immediately.
- Your optional dev buy (up to 5% of supply, tax-free) executes atomically against the fresh pool.
- Each target chain's 10% share is sent through
TripoolsLzBridgein the same transaction. MultichainLaunchRequestedis emitted for the keeper to finish relay on other chains.
Keeper relay
An off-chain keeper watches for launch events and completes the multichain setup. It calls createTokenRelayed on every other chain to deploy the same zero-supply token at the same address, then calls seedRelayedPool on each target chain once that chain's factory balance reflects the bridged share. The keeper is a sequencer only — it cannot mint tokens. All real supply is minted once on the primary chain inside your launch transaction.
Launch options
- Base tax — 1% to 10%, with dynamic buy/sell tiers applied by the hook (see Anti-Snipe Hook).
- Whitelist — up to 20 wallets exempt from the 50% anti-snipe tax in the first 6 seconds. Immutable after launch.
- Dev buy — optional, up to 5% of supply, tax-free, hard-capped on chain.
Standard Launch
Single-chain launches from the same factory are coming soon and currently show as "Coming soon" in the create flow. When enabled, 100% of supply seeds one pool on one chain with the same hook, tax, and burned LP mechanics as Triple Launch.
Token pages
Every launch gets a dedicated page with live charts, trade history, holder activity, and a creator dashboard to claim accrued tax revenue. Switch chains in the UI to view per-chain activity for the same token address.