Oracle role per asset
GMX v2 (GMX Synthetics)'s assessment for RD-F-049 — scored yellow on the v1.7.0 rubric. The evidence below is the curator's reasoning for this score.
Evidence summary #
Primary oracle is GmOracleProvider (Chainlink Data Streams). ChainlinkPriceFeedProvider acts as a deviation-reference guard, NOT as an automatic fallback. If Data Streams price delivery fails, Oracle.sol reverts — it does not automatically fall back to on-chain Chainlink feeds for order execution. No declared secondary/fallback oracle per asset in the order execution path.
Detail #
Oracle.sol source inspection: provider lookup per-token via DataStore; if GmOracleProvider fails signature validation, transaction reverts. ChainlinkPriceFeedProvider is used only for MAX_ORACLE_REF_PRICE_DEVIATION_FACTOR check, not as a fallback price source. Template: yellow = primary only with no fallback documented.
Sources #
- DocsGMX Contracts Known IssuesGMX docs known-issues — keepers must manually pause on oracle failureretrieved 2026-05-05
Methodology #
For each oracle, classify its role as Primary / Secondary / Fallback per asset/market.
See the full factor methodology and distribution across all protocols →