> For the complete documentation index, see [llms.txt](https://whitepaper.after-bell.uk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.after-bell.uk/oracle-and-resolution/robinhood-api-cross-check.md).

# Robinhood API Cross-Check

Explains the Robinhood REST API cross-check used alongside oracle data.

The Robinhood REST API is AFTERBELL’s proposed independent off-chain reference for resolution verification. It is not the primary oracle and it is not an on-chain oracle network.

### A second data path

Chainlink supplies the primary stock-token price. The Robinhood API supplies a corresponding off-chain reference. The system compares the two before resolving a market.

```
Chainlink primary price + Robinhood API cross-check
→ compare → normal resolution or pause
```

This design reflects a simple constraint: a single source can be wrong, unavailable, or materially inconsistent with another reference. The source does not define API paths, authentication, polling, rate limits, caching, retries, or response schemas. It only specifies the API’s role as a cross-check.

### What disagreement means

If the two values are within 5%, the market can proceed through its normal resolution path. If they differ by more than 5%, the market pauses for manual resolution using off-chain evidence.

For example, Chainlink at $152 and the Robinhood API at $140 differ by approximately 7.9%. That exceeds the threshold, so the circuit breaker activates.

The additional verification improves the resolution process while introducing an off-chain dependency. This is an explicit trust tradeoff, not a claim of complete trustlessness.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://whitepaper.after-bell.uk/oracle-and-resolution/robinhood-api-cross-check.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
