Oracle role per asset
Maple Finance'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 Chainlink feeds per asset. Manual override (setManualOverridePrice) acts as governor-triggered secondary, not automatic fallback. On staleness, contract reverts — no automatic switch to secondary oracle in code path.
Detail #
MapleGlobals getLatestPrice() checks manualOverridePrice first (returns if non-zero), then calls Chainlink feed. If feed is stale, reverts with MG:GLP:STALE_PRICE. Governor must call setManualOverridePrice() to unblock. No secondary oracle in the automatic path. Yellow because primary-only automatic path; manual override is human-triggered.
Sources #
- GitHub
Methodology #
For each oracle, classify its role as Primary / Secondary / Fallback per asset/market.
See the full factor methodology and distribution across all protocols →