Oracle providers used
QuickSwap's assessment for RD-F-048 — scored green on the v1.7.0 rubric. The evidence below is the curator's reasoning for this score.
Evidence summary #
QuickSwap DEX uses NO external oracle providers. V2 (UniswapV2Pair) derives price from internal reserve ratios via constant-product formula. V3/Algebra derives price from internal tick state. No Chainlink, Pyth, Redstone, or any external feed consumed in the swap execution path. Data cache defillama.oracle is null. The 9 Chainlink feeds detected by the pipeline scanner are general Polygon network feeds not consumed by QuickSwap core contracts, confirmed as false positives by the profiler.
Sources #
- GitHubQuickSwap V2 UniswapV2Pair sourceQuickSwap/quickswap-core UniswapV2Pair.sol swap() function — no oracle interface calls, reads internal _reserve0/_reserve1 onlyretrieved 2026-05-16
- QuickSwap data cache — oracle fields00-data-cache.json sources.defillama.oracle: null; sources.oracle_feeds are general Polygon network feeds not consumed by QuickSwapretrieved 2026-05-16
- QuickSwap security documentationProfile §7: QuickSwap DEX does not use an external price oracle in its swap routing pathretrieved 2026-05-16
Methodology #
List all oracle providers used (Chainlink, Pyth, Redstone, Uniswap-TWAP, in-house, etc.) per asset/market pair in the protocol.
See the full factor methodology and distribution across all protocols →