The Three Core Objects
Token A Token represents any ERC-20 or compatible token deployed on Robinhood Chain. Each Token object includes:address— the on-chain contract addressname,symbolmarket_cap_usd— current market cap in USDvolume_24h_usd— 24-hour trading volumeliquidity_usd— current liquidity pool depthholder_count— number of unique holdersage_hours— time since token creationrisk_score— Cortex-generated composite risk score (0–100, lower is safer)ai_summary— most recent AI-generated market summarylaunchpad— launchpad used for deployment (if applicable)
Wallet A Wallet represents any on-chain address that has interacted with Robinhood Chain. Each Wallet object includes:
address— the on-chain addressportfolio— list of current token holdings with quantitiespnl_estimate— estimated historical PnL from on-chain data (best-effort)classification— Cortex behavioral tag (Early Mover, Momentum Trader, Liquidity Provider, Sniper/Bot, Long-Term Holder)reputation_score— Cortex composite reputation score (0–100)sector_preference— inferred sector/category preference from trade history
Event An Event represents a discrete on-chain action. Event types include:
swap— token exchange in a DEX poolliquidity_add/liquidity_remove— pool liquidity changestransfer— token transfer between addressestoken_creation— new token deployed
type, token_address, wallet_address, amount, timestamp, tx_hash.
How Data Flows
RetinaOS processes on-chain activity through a layered pipeline:- Indexer watches Robinhood Chain (Arbitrum Orbit RPC) and captures raw events.
- Enrichment transforms raw events into structured Token, Wallet, and Event objects.
- Cortex scoring reads enriched objects and continuously updates risk and reputation scores.
- AI layer reads scored objects and generates plain-language summaries.
- Dashboard and API surface the final results to you in real time.
All data is derived from public on-chain activity. RetinaOS does not use or require access to Robinhood’s private infrastructure.