Introduction
Architecture
How Dravo Hood is built and how live data flows through it.
Dravo Hood is a modern web application that acts as an intelligence layer over Robinhood Chain. It holds no private mirror of the chain and no curated database of "facts" about projects. Instead, it queries authoritative live providers on demand and presents the results in a consistent interface.
Data flow
- 1You provide an input — a project, address, transaction, or calldata.
- 2Dravo routes the request to the right provider: JSON-RPC for chain state, Blockscout for explorer data, Sourcify for verification and source, the 4byte Directory for selectors, and EAS for attestations.
- 3Responses are normalized into a consistent shape and rendered, with unavailable fields clearly marked.
Server-side intelligence
Dravo Brain runs its reasoning on the server. Provider credentials and AI keys never reach the browser. For live blockchain questions, Brain retrieves real context from Dravo's own services first and reasons only over that context — it does not fetch chain data on its own or invent it.
Stateless by design
Because Dravo reads live rather than storing a copy of the chain, answers reflect current on-chain reality instead of a snapshot that can drift out of date.
