VERIFICATION METHODOLOGY · PROTOCOL SPEC
METHOD // ZERO TRUST
Every number on a stub is one RPC call and one feed read away from being reproduced by anyone, with any client, from scratch. STUB doesn't hold private data and doesn't compute anything that isn't a direct read or a single multiplication.
THE 6 SOURCED LINESRPC / ORACLE SPECIFICATION
Units
ON-CHAIN ERC-20Raw token balance held in contract or wallet
SOURCE:balanceOf(address) on ERC-20 token contract
HOW TO VERIFY:Call balanceOf(wallet) using curl or cast on Robinhood Chain RPC
Shares
CONTRACT MULTIPLIERUnderlying equity shares represented
SOURCE:Units × multiplier() read directly from token contract
HOW TO VERIFY:Call multiplier() on the token contract to see the ratio
Cash at last closeCRITICAL VALUE
CHAINLINK ORACLEShares × official equity close price
SOURCE:Chainlink tokenized-equity feed, latestRoundData()
HOW TO VERIFY:Query latestRoundData() on Chainlink Aggregator contract
Fee
ON-CHAIN FEE SCHEDULEMint and burn fee percentage
SOURCE:On-chain fee schedule (getFeeSchedule() or mintFee())
HOW TO VERIFY:Inspect fee schedule variables on the contract. Never estimated.
Settlement
PROTOCOL WINDOWMint/burn window status (Open / Closed)
SOURCE:Robinhood Chain Protocol Spec (Mon 02:00 CET – Sat 02:00 CET)
HOW TO VERIFY:Standard trading window evaluated against official chain docs
Desk status
EXCHANGE SESSIONTrading session status for this token
SOURCE:Market hours / extended hours / overnight / closed (ET)
HOW TO VERIFY:Evaluated against US stock exchanges (NYSE / NASDAQ) clock