★ Oracle source = spot DEX pool (no TWAP)
stHYPE (Valantis Labs)'s assessment for RD-F-053 — scored green on the v1.7.0 rubric. The evidence below is the curator's reasoning for this score.
Evidence summary #
[★ CRITICAL — GREEN] No spot DEX pool oracle. OverseerV1 rebase(uint256 l1Balance) accepts HyperCore staking balance as a keeper-submitted parameter. No slot0(), getReserves(), or DEX pool call in contract ABIs. stHYPE is an LST — exchange rate based on shares math (balancePerShare()), not a DEX price. Confirmed: no oracle_feeds in data cache, no oracle interface in contract ABIs.
Sources #
- GitHubOverseerV1 ABI (ValantisLabs/sthype-sdk)overseerV1.json ABI — rebase(uint256 l1Balance) is the sole rebase function; no getPrice(), slot0(), or oracle interface foundretrieved 2026-05-17
- staked-hype data cache.research/protocols/staked-hype/00-data-cache.json oracle_feeds: [] — no DEX oracle feeds detectedretrieved 2026-05-17
- QuickNode — Read HyperCore Oracle Prices in HyperEVMHyperliquid precompile architecture: 0x0800+ range reads staking balances, not DEX spot pricesretrieved 2026-05-17
Methodology #
Determine whether the primary oracle for any asset/market reads spot price from a single DEX pool without a TWAP window or secondary source.
See the full factor methodology and distribution across all protocols →