> For the complete documentation index, see [llms.txt](https://roostlaunch.gitbook.io/roost-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://roostlaunch.gitbook.io/roost-docs/appendix/payment-tokens-contract-address.md).

# Payment Tokens Contract Address

This appendix lists the payment tokens supported on Roost, with the canonical contract address for each. Only the address shown here is the canonical token for that underlying. A token with a matching name or ticker but a different contract address is not the same asset.

Stock Token and ETF addresses are taken from the onchain asset registry published at docs.robinhood.com/chain/contracts. The wider registry lists more than 200 assets; Roost supports the subset below.

***

#### Infrastructure tokens

<table><thead><tr><th width="115.703125" valign="top">Symbol</th><th width="158.5859375" valign="top">Asset</th><th valign="top">Contract address (Robinhood Chain)</th></tr></thead><tbody><tr><td valign="top">WETH</td><td valign="top">Wrapped Ether</td><td valign="top">0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73</td></tr><tr><td valign="top">USDG</td><td valign="top">Global Dollar</td><td valign="top">0x5fc5360D0400a0Fd4f2af552ADD042D716F1d168</td></tr></tbody></table>

***

#### Stock Tokens and tokenized ETFs

<table><thead><tr><th width="173.875" valign="top">Symbol</th><th width="215.08203125" valign="top">Asset</th><th valign="top">Contract address (Robinhood Chain)</th></tr></thead><tbody><tr><td valign="top">NVDA</td><td valign="top">NVIDIA Corporation</td><td valign="top">0xd0601CE157Db5bdC3162BbaC2a2C8aF5320D9EEC</td></tr><tr><td valign="top">SPCX</td><td valign="top">SpaceX</td><td valign="top">0x4a0E65A3EcceC6dBe60AE065F2e7bb85Fae35eEa</td></tr><tr><td valign="top">GOOGL</td><td valign="top">Alphabet Inc. Class A</td><td valign="top">0x2e0847E8910a9732eB3fb1bb4b70a580ADAD4FE3</td></tr><tr><td valign="top">GME</td><td valign="top">GameStop Corp.</td><td valign="top">0x1b0E319c6A659F002271B69dB8A7df2F911c153E</td></tr><tr><td valign="top">AAPL</td><td valign="top">Apple Inc.</td><td valign="top">0xaF3D76f1834A1d425780943C99Ea8A608f8a93f9</td></tr><tr><td valign="top">SPY</td><td valign="top">SPDR S&#x26;P 500 ETF Trust</td><td valign="top">0x117cc2133c37B721F49dE2A7a74833232B3B4C0C</td></tr><tr><td valign="top">SNDK</td><td valign="top">SanDisk Corporation</td><td valign="top">0xB90A19fF0Af67f7779afF50A882A9CfF42446400</td></tr><tr><td valign="top">AMZN</td><td valign="top">Amazon.com, Inc.</td><td valign="top">0x12f190a9F9d7D37a250758b26824B97CE941bF54</td></tr><tr><td valign="top">MSFT</td><td valign="top">Microsoft Corporation</td><td valign="top">0xe93237C50D904957Cf27E7B1133b510C669c2e74</td></tr><tr><td valign="top">META</td><td valign="top">Meta Platforms, Inc.</td><td valign="top">0xc0D6457C16Cc70d6790Dd43521C899C87ce02f35</td></tr><tr><td valign="top">MU</td><td valign="top">Micron Technology, Inc.</td><td valign="top">0xfF080c8ce2E5feadaCa0Da81314Ae59D232d4afD</td></tr><tr><td valign="top">PLTR</td><td valign="top">Palantir Technologies Inc.</td><td valign="top">0x894E1EC2D74FFE5AEF8Dc8A9e84686acCB964F2A</td></tr></tbody></table>

***

#### HOOD

HOOD is provided by Ondo Global Markets rather than by the Robinhood Chain asset registry, so it uses the Ondo EVM contract address:

<table><thead><tr><th valign="top">Symbol</th><th valign="top">Asset</th><th valign="top">Ondo EVM contract address</th></tr></thead><tbody><tr><td valign="top">HOOD</td><td valign="top">Robinhood Markets (Ondo Tokenized)</td><td valign="top">0x998f02A9E343EF6E3E6f28700d5A20F839fD74E6</td></tr></tbody></table>

&#x20;Open item for review. As of 16 August 2026 this Ondo contract is deployed on Ethereum and BNB Chain, and it does not resolve as a contract on Robinhood Chain. Every HOOD-ticker token currently on Robinhood Chain is an unofficial community token, not the Ondo asset. Confirm the Robinhood Chain deployment or bridge route before this address is published.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://roostlaunch.gitbook.io/roost-docs/appendix/payment-tokens-contract-address.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
