> 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/conclusion/the-bottom-line.md).

# The Bottom Line

The simplest expression of SHAKESTOCK: shake, earn points, claim stock, and own the resulting on-chain asset.

SHAKESTOCK is simple.

```
Shake
  ↓
Earn Shake Coins
  ↓
Claim Stock
  ↓
Own the Token
```

Shaking earns Shake Coins inside the Telegram Mini App. Those off-chain points are used to claim stock rewards. Each claimed reward is an ERC-20 token on Robinhood Chain.

{% hint style="success" %}
**Shake your phone. Earn points. Swap them for stock.**
{% endhint %}

#### A familiar action

Shake the phone. The interaction starts where people already are.

#### A simple reward loop

Shake Coins create straightforward progression inside the Mini App.

#### An on-chain outcome

The final claim reaches Robinhood Chain. The resulting stock token exists in the user's wallet.

| SHAKESTOCK         | Shake Coins         |
| ------------------ | ------------------- |
| Real token         | Points              |
| On Robinhood Chain | Inside the Mini App |
| Tradeable          | Not tradeable       |
| Held in wallet     | Used to claim stock |

**Don't mix them up.**

SHAKESTOCK is the token. Shake Coins are the points earned from shaking.

**TSLA · NVDA · AAPL · AMZN · SPY · QQQ**

The initial experience connects six recognizable stock and ETF assets to the shake-to-earn loop. More stocks are planned over time.

```
Telegram
  →
Robinhood Chain
  →
User Wallet
```

Telegram is where the interaction happens. Robinhood Chain is where the on-chain asset exists. The wallet is where the user holds the resulting token.

**Shake. Earn. Own.**

SHAKESTOCK combines a familiar mobile interaction with an on-chain stock-reward experience, keeping the user journey simple while making the final asset verifiable and wallet-held.

{% hint style="success" %}
**Simple interaction. On-chain outcome.**
{% 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/conclusion/the-bottom-line.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.
