Trading

DEX Liquidity Depth Optimizer (issuer tool)

8 min read

What it is

A calculator for TOKEN ISSUERS planning a Uniswap launch. Given your expected daily volume, average trade size, and the slippage you want buyers to feel, it computes the EXACT pool size needed using real Uniswap V2/V3 formulas — not estimates. Outputs: V2 pool size, six V3 concentrated-range options with required TVL per range, the slippage curve across trade sizes, and a fee revenue forecast.

How to think about it

Unlike everything else in the DEX Trade menu, this is not a bot — it's a planning tool for people DEPLOYING liquidity, not trading against it. Token issuers (your project, your client's project) use it to answer: "how much do I actually need to deploy on launch day?". Too little = brutal slippage drives buyers away. Too much = capital sits idle. Five preset scenarios cover common launch patterns (Memecoin, Utility, Mid-cap, Stable, Institutional).

Step-by-step

  1. Read the "What is this tool" panel

    Top of page, expandable blue card. Explains the problem (how much liquidity is enough), what the tool does (real V2/V3 math), and the 4-step usage. New users should expand this and read it before touching the inputs.

  2. Pick a preset scenario closest to your launch

    5 presets pre-fill sensible numbers: Memecoin ($50K daily vol, 3% slippage), Utility ($100K vol, 2%), Mid-cap ($500K vol, 1.5%), Institutional ($5M vol, 1%), Stable ($1M vol, 0.05%). Click one and the inputs populate. Adjust from there — presets are a starting point, not a prescription.

  3. Set token symbol + spot price

    Symbol = your token ticker (auto-fetches live price for the 10 majors: ETH, BTC, SOL, MATIC, ARB, OP, AVAX, BNB, LINK, UNI). For unlisted/new tokens, just type the ticker and enter the price manually — the tool uses it for output labels and math, not for any on-chain interaction.

  4. Adjust the 3 economic inputs

    Target daily volume = your honest expectation post-launch (not a stretch goal). Average trade size = $100-500 retail / $1k-5k active / $10k+ whales. Max slippage = % price impact the AVERAGE buyer should feel — 1-3% is normal for new tokens; under 0.5% requires whale-level capital.

  5. Pick the Uniswap fee tier

    0.01% for stablecoin pairs. 0.05% for correlated pairs (e.g., ETH/wstETH). 0.30% for standard pairs (most projects). 1.00% for exotic / illiquid. Higher fees = more revenue per trade, BUT trades route to lower-fee tiers if any are available — pick the tier your competitors are using.

  6. Compute + read the 3 output sections

    V2 pool size = the simple constant-product answer. V3 options = 6 concentrated-range alternatives showing required TVL per range width and capital efficiency multiplier. Slippage curve = chart showing % impact across trade sizes. Fee revenue forecast = daily / monthly / annual projection if your volume target is achieved.

  7. Use the V3 recommendation

    A green highlighted V3 option is auto-recommended based on a heuristic: tightest range whose required TVL is at least 1% of your daily volume AND no narrower than ±5%. This is the sweet spot for most issuers — meaningful capital efficiency without exiting range every week.

Tips & pitfalls

  • V3 capital efficiency assumes price stays IN RANGE. If price exits your chosen range, the position stops earning fees until you manually rebalance. Tight ranges = higher fee revenue per dollar deployed BUT more frequent rebalancing.
  • The Memecoin preset is intentionally low ($50K daily vol). Real meme launches often spike to $1M+ on day one then collapse — plan for the AVERAGE post-spike week, not the launch-day peak.
  • Average trade size is the biggest lever. Doubling it doubles the required pool size linearly. Be honest: most retail buyers are $100-500, not $5k. Overstating average trade size leads to deploying 5-10× more capital than needed.
  • Slippage matters more than people think. A 5% slippage on a $300 trade = $15 lost per buyer. New buyers feel this and don't come back. 1-3% is the difference between "I bought" and "this is a scam".
  • V2 pool size is always higher than V3 required TVL — that's the whole point of V3. The V3 capital efficiency multiplier (typically 10×-100× for tight ranges) shows how much capital you save vs V2.
  • Fee tier is competitive. If your token has a competing 0.30% pool, your 1.00% pool will see almost no volume because aggregators route to the cheaper tier. Pick the tier the existing pools (if any) are using.
  • For UNLISTED tokens you are about to launch, the live-price fetch will fail. Just enter the initial offering price manually. The math works the same.
  • This page is the only tool in the DEX Trade menu that does not interact with a wallet. It's a pure calculator — feel free to play with the inputs liberally, no risk.