Skip to content
ARRANGEDocumentation
Browse documentation
On this page

DocumentationRisks

Pricing and Oracle Risk

Incorrect, stale or mismatched data entering valuation or settlement.

#Risk mechanism

Underlying bid/ask API data, multiplier-adjusted onchain feeds and venue execution prices serve different roles. Mixing them—or applying the Stock Token multiplier twice—creates silent valuation error.

#Stress conditions

  • Stale or paused feed.
  • Robinhood Chain sequencer disruption.
  • Wrong token-to-feed mapping.
  • Corporate action between observations.
  • Reference and onchain markets dislocate.

#Control principles

  • Validate asset, sign, decimals, timestamp and freshness.
  • Use Chainlink's L2 sequencer-uptime checks where applicable.
  • Bind each value to an explicit source role.
  • Version multiplier and corporate-action state.
  • Fail visibly when sources disagree beyond policy.
ARRANGE Documentation