Where the numbers come from- The chain
- collateral, supplies, strikes, wind-up dates, settlement rates and every address are read straight from the contracts on Robinhood Chain. Nothing is cached or reconstructed.
- Chainlink
- the spot price each series settles against, read round by round off the feed the registry holds for that asset. This is the price that decides what a holder is owed.
- Dexscreener
- what the tokenized share last traded at on a real DEX, with the day's volume, the depth behind it and the number of trades. Every quote on the site links to its own pool.
- GeckoTerminal
- the open, high, low, close and volume of those same pools, bar by bar, because Dexscreener's public API quotes a pool but does not serve its candles.
The payoff diagrams are not sourced from anywhere: they are the settlement arithmetic plotted, and the two tranche lines are min(P, K) and max(0, P - K) on whichever real price series is under them.