> For the complete documentation index, see [llms.txt](https://shakestock.gitbook.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shakestock.gitbook.io/whitepaper/stock-rewards/available-stocks.md).

# Available Stocks

The stock and ETF assets available through SHAKESTOCK, including their tickers, names, and on-chain representation.

SHAKESTOCK makes six stock and ETF assets available from day one. Users select one of these assets when creating a stock claim in the Mini App.

| Ticker | Asset          |
| ------ | -------------- |
| TSLA   | Tesla          |
| NVDA   | Nvidia         |
| AAPL   | Apple          |
| AMZN   | Amazon         |
| SPY    | S\&P 500 ETF   |
| QQQ    | Nasdaq-100 ETF |

### Equities

The initial equity selection contains four individual-company assets:

* **TSLA** represents Tesla.
* **NVDA** represents Nvidia.
* **AAPL** represents Apple.
* **AMZN** represents Amazon.

These tickers identify the asset a user chooses for a claim. This list describes availability. It does not provide investment analysis or expected-return guidance.

### ETFs

The initial selection also includes two index-tracking ETFs:

| Ticker | Asset          | Category           |
| ------ | -------------- | ------------------ |
| SPY    | S\&P 500 ETF   | Broad-market ETF   |
| QQQ    | Nasdaq-100 ETF | Index-tracking ETF |

SPY and QQQ are distinct from the individual equity assets. They are still stock rewards within the SHAKESTOCK claim system.

### On-chain representation

Every listed stock reward is represented as an ERC-20 token on Robinhood Chain. Following a successful claim, the token exists in the user's wallet and can be verified on-chain.

The whitepaper states that users can **hold**, **transfer**, or **sell** tokenized stock assets. This page does not imply any additional asset functionality.

### Availability

This reference reflects the six assets specified by SHAKESTOCK Whitepaper v1.1. More assets are intended to be added over time.

{% hint style="info" %}
Future asset additions are not part of the day-one list. Do not assume an unlisted stock or ETF is currently supported.
{% endhint %}


---

# 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://shakestock.gitbook.io/whitepaper/stock-rewards/available-stocks.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.
