Guides to launching tokens on Robinhood Chain
Tokenized stocks are blockchain tokens that track the price of a share or an ETF without being that share. The token sits in a wallet like any other ERC-20; the underlying equity sits with a custodian, and a legal document, not the blockchain, defines what the holder is owed. On Robinhood Chain they are Robinhood Stock Tokens. This page explains what one is and how to check it.
What a Robinhood Stock Token is
Each stock token on Robinhood Chain is issued by Robinhood Assets (Jersey) Limited, registered in Jersey under number 162428. Its product documentation calls the tokens tokenised debt securities: they provide economic exposure to an underlying security but grant no legal or beneficial rights in it, and none against the company whose shares it tracks. A holder is a creditor of the issuer, not a shareholder of Apple.
A regulator has described this shape. In a July 2025 statement, SEC Commissioner Hester Peirce separated an issuer tokenising its own security from a third party issuing a new token against securities it holds, warned that the second carries counterparty risk, and summed it up: "Tokenized securities are still securities."
The issuer states that the Financial Market Authority Liechtenstein, competent authority under the EU Prospectus Regulation, approved its base prospectus as complete, comprehensible and consistent – approval of a document, explicitly not an endorsement. It also states that it is not regulated, and that its Jersey consents are not prudential supervision.
Two different products share the name
Robinhood runs two things called stock tokens, and confusing them is the most common mistake in this topic. Classic Stock Tokens live in the Robinhood Europe app: Robinhood's support page describes them as offered under MiFID II as derivatives – contracts between the customer and Robinhood – that cannot be sent to other wallets or platforms. On-chain Stock Tokens are the ERC-20s on Robinhood Chain described above, and only these can be held in a wallet, read by a contract, or paired with a launch.
Who may hold the on-chain token is set by the issuer's own restricted-jurisdictions list, not by where the app is offered – see Who can hold one below.
What stands behind the token
The issuer states that every stock token in circulation is backed one-to-one by the corresponding equity, held by a US-based custody partner. That is the issuer's assertion: nothing on Robinhood Chain proves it, and an on-chain balance is not evidence of a share in a vault. Its service-provider page names Alpaca Securities as broker and custodian, Bitstamp Global as authorised participant, JPMorgan Chase Bank, N.A., London Branch as paying account provider, and Security Agent Services AG as security and verification agent. In the issuer's stated insolvency path, that agent sells the shares and pays the proceeds to holders.
The primary market is closed to the public: only authorised participants may subscribe for new tokens directly, after business onboarding. Everyone else buys on the secondary market, or redeems with the issuer, subject to identity checks. The published investor rate is 0.00% to subscribe and to redeem within 90 days of issuance, 0.05% after that.
Dividends arrive as a multiplier, not as cash
When an underlying company pays a dividend, no cash reaches the holder: the amount is reinvested into the stock, and the token's multiplier rises instead. The wallet balance does not change, but each token comes to represent more than one share. Splits work the same way.
The multiplier is public. Each token exposes uiMultiplier(), defined by ERC-8056, and the feed publishes the price of one token – the share price times that number. So, as the issuer's oracle documentation says, the feed price drifts above the headline share price over time, and that is expected rather than an error.
A reading on 14 September 2026 shows the size of it: Apple's token reported a multiplier of 1.000566080061092436 and its feed reported 33252277801 at 8 decimals, or $332.52277801 per token. One divided by the other gives an implied share price of about $332.33.
The count on 14 September 2026
Anyone can re-read these: the issuer's endpoints are public, documented and need no key.
- The asset API returned 194 assets: all active, all 18 decimals, one deployment each, every deployment on chain 4663, every one carrying an ISIN – 178 beginning US.
- The corporate-actions endpoint returned 42 entries, all cash dividends, 26 still in progress, dated 20 August to 9 October 2026.
- openfair's allow-list, the QuoteRegistry at
0xEeC131B94dE023cc88bC1cF3fDedF216dD47AA5C, returned quoteCount() = 35, and all 35 tickers were still present in the issuer's 194.
Those 35 are what a launch here can be paired with: six ETFs and ETPs (SPY, QQQ, EWY, SGOV, SLV, USO), one private-company token (SPCX), single equities for the rest, including non-US issuers such as ASML and NBIS. The gap between 194 and 35 is the price feed, not the token: a pairing needs an equity feed the factory can read, and the rest have none yet. Our registry rejects an asset without a feed rather than guess a price – checked against the contracts on 7 September 2026.
How to check one yourself
Start with the address, because the address is the whole identity. The issuer's contract page warns that a token with a matching name or ticker at a different address is not a Robinhood Stock Token. Take it from there and read the contract in the block explorer or any RPC client. Apple's token, 0xaF3D76f1834A1d425780943C99Ea8A608f8a93f9, answered this way at block 62,323,399 on 14 September 2026:
| Call | Answer | What it tells you |
name() / symbol() | Apple • Robinhood Token / AAPL | The pattern every token follows. |
decimals() | 18 | Same for all 194. |
totalSupply() | 16,232.111245490 | Tokens, not shares. |
paused() | false | Transfers were not frozen. |
uiMultiplier() | 1.000566080061092436 | Shares per token today. |
ACCESS_CONTROLLED_REGISTRY() | 0xe10b6f6B275de231345c20D14Ab812db62151b00 | Its registry; also unpaused. |
Then read the price feed, a separate contract. Apple's feed, 0x6B22A786bAa607d76728168703a39Ea9C99f2cD0, answered latestRoundData() with the figure above and an updatedAt stamp of 19:51 UTC on 11 September 2026 – about 51 hours before the read. Nothing was broken: equity feeds run 24/5 and hold the last answer through the weekend. Reading updatedAt, not only the price, separates a stale number from a current one. Every check here is read-only: no wallet, no signature, no fee.
Who can hold one
Eligibility is set by the issuer, explicitly. The tokens are not registered under US securities laws and may not be offered, sold or delivered in the United States or to US persons. The restricted-jurisdictions page adds restrictions including Canada, the United Kingdom and Switzerland, and names a prohibited-investor list – Cuba, Belarus, Iran, North Korea, Russia, Syria, Ukraine, South Sudan, Sudan, Myanmar and Venezuela – which it says may change.
The issuer describes its audience as global investors seeking exposure to US capital markets, reachable through the Robinhood Wallet and exchanges where available. openfair checks none of this for you: check your own eligibility on the issuer's pages first.
Limits worth knowing
- The feed sleeps on weekends. 24/5 means Friday's last answer stands until Monday, as the 51-hour stamp above shows, while the token keeps trading.
- Corporate actions pause things. While one is processed the token's oracle is paused and new orders stop from early morning on the effective date, typically resuming by the start of the US market day. The
oraclePaused() flag is advisory, not enforced on-chain.
- Premium and discount are acknowledged. The issuer discloses a deviation when a token's on-chain price differs from the reference price by 5% or more for seven consecutive trading days.
- Minting has a window. Tokenisation by market makers runs Monday 02:00 to Saturday 02:00 CET; outside it minting and burning stop, while on-chain trading continues.
- The issuer controls the contracts. Reading the deployed code ourselves on 7 September 2026, we found a registry-wide pause and a per-token pause, an address blocklist that
paused() does not reveal, an administrative burn that neither stops, and a registry upgrade able to re-code every token at once. The public documentation calls these standard ERC-20s and does not mention such powers; that reading is ours, not the issuer's.
What this means for a launch on Robinhood Chain
openfair uses these tokens as quote assets: instead of collecting ETH, a bonding curve can collect one of the 35 allow-listed stock tokens, and graduation lists the new token against that same asset. Economics are anchored in dollars through the asset's feed at creation, so a $400 token and a $30 token raise the same amount. Creating a launch costs 0.0001 ETH plus gas, or the dollar equivalent in the pair.
The mechanics, signature by signature, are in how to launch a token paired with a stock; the rest is in the docs, and the disclosure governing it in our Terms of Use. The token creator shows the current allow-list with live prices.
FAQ
Are tokenized stocks the same as owning the stock?
No. It is a debt security issued by Robinhood Assets (Jersey) Limited giving economic exposure to a share: no shareholder rights, no vote, no claim against the company whose ticker it uses. The claim it carries is against the issuer.
Do tokenized stocks pay dividends?
Not as cash. The amount is reinvested and the token's multiplier rises, so each token represents more than one share while the wallet balance stays the same. Read uiMultiplier() for the ratio.
How many Robinhood stock tokens are there?
The issuer's public asset API listed 194 active tokens on 14 September 2026, all on chain 4663. Of those, 35 had a price feed our registry accepts and could be paired with a launch here that day.
Can I mint a stock token myself?
No. Only authorised participants may subscribe directly from the issuer, after business onboarding. Everyone else buys on the secondary market, or redeems after identity checks.
Can I verify a stock token without a wallet?
Yes. The explorer and the issuer's public API answer read-only: compare the address against the contract page, read symbol(), decimals(), totalSupply(), paused() and uiMultiplier(), then check the feed's updatedAt.