Skip to content
ARRANGEDocumentation
Browse documentation
On this page

DocumentationRobinhood Chain

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

FieldUse
idStable asset uid across chain deployments
tokenSymbol / tokenNameDisplay metadata; not sufficient for identity
deployments[].contractAddressCanonical address for a chain
deployments[].chainIdNetwork binding
currentMultiplierShares-per-token conversion state
pendingMultiplier / effective timeScheduled corporate-action adjustment
statusAsset registry state

#Primary sources

  1. Robinhood Chain Token Contracts

    Official canonical token contract registry for Robinhood Chain.

  2. Stock Token APIs

    Official REST schemas for asset metadata, underlying bid/ask data and corporate actions.

ARRANGE Documentation