Every deployed contract and token address, with verification links.
Fake tokens with identical tickers exist on Robinhood Chain. Take
addresses only from this page, the app's trust page, or the
official Robinhood contracts page,
and re-verify symbol()/decimals() on-chain when integrating.
Deployed through the public BasketFactory2; each basket ships with its
own USDG payout distributor. The recipes rotate — read holdings live via
constituents() / units().
Per-asset TWAP adapter feeds are enumerable from the AssetRegistry
itself (the feed recorded at registration is frozen forever), so the
registry is the canonical directory — no hand-maintained list to go stale.
Chain-native constituents of curated and agentic baskets (the Virtuals
agents, TENDIES, and future listings) are best read from the basket
contract itself (constituents()) or the AssetRegistry — agentic
recipes rotate, so a hand-written table here would go stale. Chainlink
feed addresses per Stock Token are listed in the
Chainlink reference directory
(all 8 decimals, 24h heartbeat, 24/5 with US market hours).