Language
Theme
Early foundation

Uniswap Strategy Advisor

An educational advisor for Uniswap v3, growing towards v4. Find a pool by its pair, read a price range worked out from how far that pair has actually moved, and get it explained in plain language. Every figure is computed and cross-checked before a model is allowed to describe it — and the model is never allowed to state one.

Working today

Search for a pool by its pair, or paste the pool's address. Read its verified configuration and current market state, its last 30 completed days of closing prices, historical volatility, a log-symmetric price band, and the Uniswap tick range that band aligns onto — then read a plain-language explanation of all of it, in English or Turkish. No AI touches any of those figures, none of them is estimated to fill a gap, and the model that writes the prose has nowhere to put a number of its own.

Find a pool →

Connect a wallet

Connect a wallet and this page can see which tokens the address holds, and show you the pools those tokens can go into. It reads the address; that is all a wallet is asked for here.

Read-only. This application asks a wallet for its address and never for a signature: there is no code here that can sign a message or send a transaction, and nothing is stored between visits.

How it works

  1. 01

    Verified data

    Pool facts are fetched from Uniswap subgraphs and read on-chain, never assumed. The price is cross-checked against the tick the pool reports for itself.

  2. 02

    Deterministic maths

    Volatility, the price band and the tick range are computed in plain TypeScript, so the same pool always yields the same numbers.

  3. 03

    AI interpretation

    A model explains what those figures mean. It is handed them already checked, and the contract it answers under has nowhere to put a number.

Not built yet

Uniswap v3

  • Fees and impermanent loss

    What a position would earn, and what it would give up by holding through a move. The explanation says plainly that it models neither — which is honest, and is also the question most people arrive with.

  • Fee tier selection

    Comparing the available fee tiers for a pair against how that pair actually trades.

  • Range orders

    Using a one-sided position to convert between two tokens as price moves through a band.

Uniswap v4

  • Hook discovery

    Finding published hooks relevant to a goal, with their limitations stated plainly.

  • Dynamic fee hooks

    Understanding when a fee that responds to market conditions is worth the added complexity.

  • TWAMM-style strategies

    Spreading a large order over time instead of executing it against a single point of liquidity.