Context
Prices come from Binance as primary with a GMX oracle fallback, and Pyth is a
dependency in the web app. Since the oracle determines liquidation, a reader is
entitled to know exactly what they are trusting and how it can fail.
Scope
- Which sources are used, in what priority, and what triggers a fallback —
sourced from the actual implementation, not from the README summary.
- How often prices update, and what staleness means for an open position.
- The difference between the displayed mark price and the price used for
execution and liquidation, if they differ.
- Failure modes: source outage, stale price, large deviation — and what the
system does in each case.
- A diagram of the price path from source to liquidation check.
Acceptance criteria
Out of scope
- Oracle design proposals or roadmap items.
Spec: docs/dx_1/003_content_map.md §3 · Depends on: DX-076
Context
Prices come from Binance as primary with a GMX oracle fallback, and Pyth is a
dependency in the web app. Since the oracle determines liquidation, a reader is
entitled to know exactly what they are trusting and how it can fail.
Scope
sourced from the actual implementation, not from the README summary.
execution and liquidation, if they differ.
system does in each case.
Acceptance criteria
if something is unhandled today, the page says so.
Out of scope
Spec:
docs/dx_1/003_content_map.md§3 · Depends on: DX-076