> 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/how-it-works.md).

# How It Works

A step-by-step look at how users move from holding SHAKESTOCK and opening the Telegram Mini App to earning Shake Coins and claiming stock rewards.

SHAKESTOCK turns phone movement into Shake Coins, then lets users spend those points on stock rewards. The journey starts with the SHAKESTOCK token and ends with an on-chain claim.

### The flow

1. Get SHAKESTOCK tokens on PONS V2 / Uniswap.
2. Hold at least **1,000 SHAKESTOCK** in your wallet.
3. Open the SHAKESTOCK Mini App in Telegram.
4. Shake your phone.
5. Earn Shake Coins.
6. Choose a stock and claim it.
7. Receive the stock in your wallet.
8. Complete the claim on-chain.

### Before you start

Holding at least **1,000 SHAKESTOCK** unlocks access to stock reward claims. SHAKESTOCK is the tradeable token on Robinhood Chain.

### Shake and earn

Each phone shake earns **1 Shake Coin** at the base rate. Users can record up to **500 shakes per day**. The whitepaper values **1,000 Shake Coins at $1**.

Shake Coins are off-chain points. They are not tokens, cryptocurrency, or stock tokens. They cannot be traded or transferred.

{% hint style="info" %}
The product experience is described simply: no KYC, no forms, and no waiting.
{% endhint %}

### Claim your stock

Choose a stock in the Mini App. Then enter the number of Shake Coins to spend. The smart contract processes the claim on Robinhood Chain.

The resulting stock reward lands in your wallet. You pay your own gas for the claim.

### Verify the claim

Each claim creates an on-chain transaction. Check that transaction on Blockscout to verify the completed claim.

***


---

# 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/how-it-works.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.
