> For the complete documentation index, see [llms.txt](https://docs.cybercookie.party/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cybercookie.party/roles.md).

# Discord Role Perks

Link your Discord account (Settings → Discord) to earn a **role badge** based on your role in the CY2 Discord server. Each role grants **permanent** stat perks that apply as long as you hold the role.

## Perk table

| Role                       | Profit/hour | Energy regen | Per tap | Max energy |
| -------------------------- | ----------- | ------------ | ------- | ---------- |
| **OG**                     | +2,000      | +2 /s        | +3      | +1,000     |
| **TEAM**                   | +2,000      | +2 /s        | +3      | +1,000     |
| **BOOST** (server booster) | +2,000      | +2 /s        | +3      | +1,000     |
| **MOD**                    | +2,000      | +2 /s        | +3      | +1,000     |
| **PREMIUM**                | +10,000     | +5 /s        | +7      | +4,000     |

You get the perks of your **highest** role. The badge also shows next to your name on the leaderboard, profile, friends list, and header.

## CY2 server tag (stackable)

Wearing the **CY2 Discord server tag** (Discord's "primary guild" identity) grants an **extra, stacking** bonus on top of your role perk:

| Perk           | Profit/hour | Energy regen | Per tap | Max energy |
| -------------- | ----------- | ------------ | ------- | ---------- |
| **🍪 CY2 tag** | +1,000      | +1 /s        | +1      | +1,000     |

It shows as a **🍪 CY2** chip next to your name (header + profile) and refreshes on each Discord login.

## Premium Pass

The **Premium Pass** (bought with a card, €5, from the golden ticket in the **Earn** page) grants the **PREMIUM** perk permanently (+10,000/h · +5 /s · +7 /tap · +4,000 max energy) — no Discord role required.

## How to get them

1. Join the CY2 Discord server (and set the CY2 server tag for the stackable bonus).
2. In-game: **Settings → Link / refresh Discord**.
3. Your badge and perks apply on the next login/refresh.

You can view this table in-game any time by tapping the **"?"** on the profit/hour card.

Next: [Casino →](/casino.md)


---

# 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://docs.cybercookie.party/roles.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.
