Balmy
Oracles
Oracles
  • Introduction
  • Architecture
    • Token Price Oracle
    • Abstract Base Oracle
    • Oracles
      • Identity Oracle
      • Chainlink
      • Uniswap V3
      • Oracle Aggregator
      • Transformer Oracle
  • Tech guides
    • Interacting with the oracles
    • Smart Contract Registry
    • Github
Powered by GitBook
On this page

Was this helpful?

  1. Architecture
  2. Oracles

Uniswap V3

PreviousChainlinkNextOracle Aggregator

Last updated 2 years ago

Was this helpful?

Uniswap V3 oracle will build an opinionated layer on top of our : A tool developed under Uniswap's grant program that aims to help developers integrate easily and fast with Uniswap's v3 TWAP oracles.

It is important to mention that this approach works as long as the price in Uniswap V3 pools is reliable.

Since Uniswap V3 TWAPs security is highly dependant on the amount of liquidity locked (and there is not much reassurances that liquidity will be locked), this oracle has permissioned functions that will allow Mean Finance team to exercise more control over which pairs are enabled. For example: adding into a deny list a given pair of tokens, effectively removing it's support.

10 minute TWAP will be used for quoting across all enabled pools for a given pair.

static uniswap v3 oracles