
Uniswap V3 · Reads onchain state
Reads the amount a Uniswap V3 pool would pay right now for a swap. The swap is simulated through the V3 quoter, so concentrated liquidity and tick crossings are priced in. The pools of one pair disagree, so the fee tier is named in the list, and the deepest pool is offered first. Reach for it to set a swap floor from a live quote with a slippage haircut, to compare venues before routing, or to gate a trade on a minimum rate with a predicate.
On other protocols · 3