Skip to content
ARRANGEDocumentation
Browse documentation
On this page

DocumentationRobinhood Chain

Corporate Actions

How splits, distributions, mergers, symbol changes and halts affect Stock Token quantities, prices and payoff terms.

#Multiplier and metadata adjustments

Robinhood publishes corporate-action records and multiplier metadata through the Stock Token API. Scheduled multiplier values are also readable onchain. Integrations should reconcile the asset record, token state and price-feed state before applying an adjustment.

EventPrimary concern
Forward splitMultiplier, strike and share-equivalent quantity must remain economically aligned
Reverse splitPrecision, minimum quantities and strike conversion require careful rounding
Cash or stock distributionReinvestment can change the multiplier and per-token price
Merger or spin-offOne instrument may map into cash, another asset or multiple components
Symbol or name changeTicker metadata changes; asset uid and contract identity remain the safer keys
Trading haltUnderlying quotes, venue liquidity and oracle freshness can stop

#Covered-call consistency

A corporate action must preserve the economic relationship among Stock Token quantity, strike, premium and call notional. Adjusting only one field changes the payoff.

  • Freeze inconsistent creation or settlement states.
  • Resolve pending multiplier values and effective timestamps.
  • Version the asset identity and adjustment rule used by a position.
  • Handle multi-asset outcomes explicitly rather than forcing them into a single-number payoff.
  • Resume pricing only after the reference, multiplier and oracle agree.

#Primary sources

  1. Stock Token APIs

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

  2. Building with Stock Tokens

    Official integration guide for ERC-20 operations, ERC-8056 views, liquidity surfaces and onchain pricing.

  3. Oracles & Price Feeds

    Official Chainlink feed semantics, multiplier treatment, pause behavior and L2 safety checks.

ARRANGE Documentation