What does the Solana Liquidity Simulator calculate?
The simulator uses constant-product AMM math (x*y=k) to model how much SOL, USDC, or USDT a buyer spends to acquire a percentage of the token side of a hypothetical pool, and how much price moves after that trade.
Does simulation guarantee live pool outcomes?
No. Simulations improve planning but live markets add fees, routing, MEV, concurrent trades, and external liquidity flows that models omit. Always re-check validation output when you create the real pool.
Which quote assets can I model?
You can simulate SOL, USDC, and USDT quote sides with per-asset min/max ranges and USD conversion displays. SOL USD reference price updates when live price feeds are available.
How should I use simulator output for launch planning?
Identify the minimum quote depth where a typical community buy (expressed as percent of pool tokens) produces acceptable price impact. If only large buys look reasonable, increase planned liquidity or adjust launch expectations.
Can I simulate Token-2022 or meme supply extremes?
The simulator accepts supply and allocation inputs across a wide range so teams with billion-token supplies or low-float launches can explore extremes. Validate final parameters against IDX pool creator limits before signing.
How does the simulator connect to Create Liquidity Pool?
Use simulation to pick base and quote deposit sizes, then enter those amounts in Create Liquidity Pool. The live tool adds duplicate checks, fee estimates, and on-chain validation that simulation does not replace.
Should I simulate before or after OpenBook market creation?
Simulate CPMM depth before Raydium pool creation regardless of OpenBook timing. Orderbook markets and CPMM pools serve different routing layers β model AMM depth for swap execution quality on your primary pool.