> 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/the-shakestock-ecosystem.md).

# The SHAKESTOCK Ecosystem

An overview of the SHAKESTOCK ecosystem and how the token, Shake Coins, streaks, and referrals work together.

SHAKESTOCK combines an on-chain access token with an off-chain rewards system. Holding the token unlocks stock reward claims. Phone activity earns the points used in those claims.

### Two assets, two roles

The SHAKESTOCK token and Shake Coins are separate assets with separate jobs.

| Asset       | What it is              | Where it exists            | Role                                   |
| ----------- | ----------------------- | -------------------------- | -------------------------------------- |
| SHAKESTOCK  | A real, tradeable token | Robinhood Chain            | Provides access to stock reward claims |
| Shake Coins | Internal reward points  | Off-chain, in the Mini App | Used to claim stock rewards            |

Shake Coins are not tokens. They cannot be traded or transferred. SHAKESTOCK is held by the user and acts as the claim access requirement.

### How the system connects

```
SHAKESTOCK token
        ↓
Access to stock reward claims
        ↓
Shake phone → earn Shake Coins
        ↓
Spend Shake Coins → claim stock rewards
```

Streaks and referrals sit around the Shake Coin system. They reward consistent activity and active invited participants. They are not token mechanics.

### Explore the components

#### SHAKESTOCK Token

The [SHAKESTOCK Token](/whitepaper/the-shakestock-ecosystem/shakestock-token.md) defines the on-chain token’s fixed supply, locked liquidity, and claim-access role.

#### Shake Coins

[Shake Coins](/whitepaper/the-shakestock-ecosystem/shake-coins.md) explains the off-chain points balance. Users earn coins by shaking and spend them when claiming stock rewards.

#### Streaks

[Streaks](/whitepaper/the-shakestock-ecosystem/streaks.md) increase the earning rate through consecutive daily shaking. A weekly freeze protects one missed day.

#### Referrals

[Referrals](/whitepaper/the-shakestock-ecosystem/referrals.md) reward invitations only after the invited user remains active for three consecutive days.


---

# 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/the-shakestock-ecosystem.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.
