Sandrone's

A fully on-chain view Uniswap V3 quoter comparable to the lens one

Sandrone's

Created At

UniCode

Winner of

trophy

UniCode Finalists

Project Description

Protocols in need of using UniswapV3 on-chain have to rely on external data sources like Chainlink in order to reliably get price data, as Uniswap oracles are currently released as "lens" functions which cost gas and are quite unfeasible for constant usage.

We addressed the problem by reworking Uniswap quoting algorithm so that it can fit into a Solidity view function, hence no gas costs when calling it, while maintaining a sub-decimal precision, comparable with the lens quoter. Whilst it uses part of Uniswap Oracle Library, it doesn't access the pool storage or interact with any other quoter, being it a completely novel approach to the problem. The resulting code has been deployed to Kovan testnet and is hosted on GitHub pages.

In the future we plan to extend this oracle to support a time window moving average so that it can be reliably used to prevent MEV and front-running attacks in a fully on-chain way.

How it's Made

Using UniswapV3 libraries and a sprinkle of OpenZeppelin, Hardhat and ReactJS.

Here is how the algorithm works on a general level:

  1. Checks how much you can swap and the related price impact

  2. If the price impact is greater than the nearest tick, the initialised liquidity is not sufficient

  3. Calculate how much you can swap within the tick, subtract the (calculated) swapped liquidity from the total amount and move to the next tick

  4. Rinse and repeat until no liquidity is left

background image mobile

Join the mailing list

Get the latest news and updates