> For the complete documentation index, see [llms.txt](https://nytshift.gitbook.io/nytshift-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nytshift.gitbook.io/nytshift-docs/market-data-and-providers/rhc-asset-dossier.md).

# Robinhood Chain asset dossier

## Inspect

1. Open `/nightshift` and find the canonical coverage matrix.
2. Select `DOSSIER` on an asset row. Keyboard and screen-reader users receive an asset-specific accessible name.
3. Read the panels independently: canonical identity, onchain price/token state, bounded venue book, venue context and execution lock.
4. Use `REFRESH PROOF` to re-read both the canonical price route and the preferred live venue book.

The canonical contract links to the Robinhood Chain Blockscout explorer. Registry identity is reviewed release input, not live-discovered tradeability.

## State meanings

* `AVAILABLE`: the normalized observation passed its scope and freshness checks.
* `STALE`: valid evidence exists but is older than its allowed live window.
* `PAUSED` or `SEQUENCER DOWN`: the reviewed oracle safety state prevents a usable price.
* `UNAVAILABLE`: the exact reason is shown; no value is inferred.
* `IDENTITY ONLY / PRICE LOCKED`: the canonical contract is reviewed but no independent oracle identity is approved.

`CURRENT UI MULTIPLIER` and pending/effective state come from the canonical token contract. They may remain visible when USD price eligibility is locked. Do not interpret multiplier state as a price.

## Liquidity interpretation

The book panel is a bounded snapshot of the displayed normalized levels for one preferred, live-discovered perp market. It is not total venue liquidity, expected fill size or a route on Robinhood Chain. Empty, crossed, wrong-symbol and wrong-provider books are unavailable. A snapshot older than 15 seconds is stale.

## Degraded response

1. Confirm `/api/rhc/assets/{symbol}/price` returns the strict public contract and exact reason.
2. Check `/api/rhc/providers` before diagnosing the canonical chain read.
3. Check `/api/market/health`, then the exact `/api/market/book?venue=...&symbol=...` route for venue depth.
4. Never substitute a different symbol, provider, cached arbitrary payload or invented value.
5. If the official contract or oracle directory changed, run the registry/oracle audits and review the drift before changing trusted source files.

No dossier state authorizes a review, order, funding transfer or signer call.


---

# 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://nytshift.gitbook.io/nytshift-docs/market-data-and-providers/rhc-asset-dossier.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.
