Stock Tokens on Robinhood Chain carry corporate-action multipliers, oracle pause windows, stale feeds, and pools that quietly charge 95%. RWA Sentinel reads all of it, live, before your agent trades.
A bot that calls balanceOf() and multiplies by a price will eventually be wrong about all four of these. Every number below is read from the chain, not written by marketing.
Splits and distributions move the multiplier silently. Every feed reads ×1 today; the first corporate action changes what a balance means without emitting a Transfer.
Robinhood Chain feeds stop updating while an action settles. The last price looks fine and is wrong; oraclePaused() is the only warning you get.
Equity feeds update on trading activity, not blocks. A price can be hours old and still healthy; knowing the staleness window is the difference between a signal and noise.
The deepest SGOV pool on Uniswap v4 right now charges most of the trade away. A quote before execution is not optional at these depths.
| Asset | Price | Oracle | Route cost | Risk |
|---|---|---|---|---|
| AAPLApple Stock Token | $307.80 | Stale | 5.2% | Critical |
| SGOViShares 0-3 Month Treasury ETF Token | $100.44 | OK | 96.7% | Medium |
| NVDANVIDIA Stock Token | $194.57 | OK | 3.7% | Medium |
| MSFTMicrosoft Stock Token | $391.11 | OK | 95.0% | Medium |
| GOOGLAlphabet Stock Token | $359.61 | OK | 95.0% | Medium |
The dashboard is a render of this API. Whatever a human can see, an agent can fetch as JSON: same cache, same risk engine, same honesty about unknowns.
MCP server with pretrade_check lands next, so Claude and Virtuals agents can gate trades without HTTP glue.
{ "symbol": "NVDA", "chainId": 4663, "score": 30, "level": "medium", "oracle": { "paused": false, "stale": false, "price": "194.565", "updatedAt": 1783022107 }, "multiplier": "1", "liquidity": { "venue": "Uniswap v4", "status": "thin", "estimatedSlippageBps": 372 }}One stamped summary a day: paused oracles, stale feeds, multiplier changes, and routes that turned expensive overnight. Publishing to X and Telegram is next on the roadmap; the data is already public.