> 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/introduction/overview.md).

# Overview

An introduction to SHAKESTOCK, its core concept, and how phone activity connects to stock rewards through Telegram.

## **Shake. Earn. Own.**

SHAKESTOCK is a Telegram Mini App that turns a simple phone shake into progress toward stock rewards. Open the app, shake your phone, earn Shake Coins, then choose a stock to claim.

### What SHAKESTOCK is

SHAKESTOCK lives inside Telegram. There is no separate app to install. The experience starts where people already message, share, and discover communities.

Shaking earns **Shake Coins**. These are off-chain points. They are not cryptocurrency, not tradeable, and not the SHAKESTOCK token.

Shake Coins can be used to claim tokenized stock rewards. Supported examples include Tesla (TSLA), Nvidia (NVDA), Apple (AAPL), Amazon (AMZN), SPY, and QQQ.

### The experience

The core flow is simple:

1. Shake your phone in the Telegram Mini App.
2. Earn Shake Coins.
3. Choose a stock and claim it.

After a claim, the tokenized stock lands in your wallet. The stock tokens are ERC-20 tokens on Robinhood Chain.

### Why it stands out

SHAKESTOCK combines Telegram Mini Apps, shake-to-earn mechanics, and stock on blockchain. It gives points a clear path beyond ordinary reward programs.

The SHAKESTOCK token is the project's actual token on Robinhood Chain. Shake Coins are the off-chain points you earn through activity. Tokenized stock is the reward you can claim with those points.


---

# 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/introduction/overview.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.
