Token Contracts
Canonical contract identity, asset metadata and safe address discovery for Stock Tokens.
#Use canonical addresses
A name or ticker does not establish token identity. The canonical Robinhood Stock Token is identified by its contract address on Robinhood Chain and the asset metadata published by Robinhood.
The official Token Contracts page is generated from the onchain asset registry. The Stock Token API also returns each asset's stable uid and per-chain deployment address. These sources should be read at integration time rather than copied into static ARRANGE documentation.
#Asset registry data
| Field | Use |
|---|---|
| id | Stable asset uid across chain deployments |
| tokenSymbol / tokenName | Display metadata; not sufficient for identity |
| deployments[].contractAddress | Canonical address for a chain |
| deployments[].chainId | Network binding |
| currentMultiplier | Shares-per-token conversion state |
| pendingMultiplier / effective time | Scheduled corporate-action adjustment |
| status | Asset registry state |
#Primary sources
- Robinhood Chain Token Contracts
Official canonical token contract registry for Robinhood Chain.
- Stock Token APIs
Official REST schemas for asset metadata, underlying bid/ask data and corporate actions.