> 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/tasks-rewards.md).

# Tasks, Daily Crate, Referrals & Codes

## Tasks (Tasks tab)

* **Daily Check-in** — a streak reward that scales with consecutive days:

```
reward = min(streakDay, 14) × 10,000
```

So day 1 = 10k, day 2 = 20k, … day 14+ = 140k (the max). Miss a day (>48h since your last claim) and the streak restarts at 1. On the **web** the check-in requires solving a Cloudflare Turnstile captcha (anti-bot); Discord/Telegram skip it.

* **Partner tasks** (one-time) — follow/join our socials for **5,000 coins** each: Telegram channel, Follow on X, Join the X community, Join the Discord server, Connect Wallet (SOL), Connect Wallet (TON). The **Join Discord** task is verified — your linked Discord account must actually be a member of the CY2 server.

## Daily Crate (sidebar)

Claim once per 24h for **1,000 coins**. The sidebar shows a live H/M/S countdown while it's on cooldown.

## Referrals

Share your referral link (found on the Tasks tab and in milestone popups).

* You earn **20,000 coins** for each new player who signs up through your link.
* Referrals also **unlock invite-locked upgrade cards** (see [Upgrades](/upgrades.md#invite-locked-cards)).
* **Anti-abuse:** a referral is **not** credited if the new account is on the **same IP** as the referrer (no self-referring with alt accounts).

## Reward codes

Enter codes in **Settings → Redeem code** for bonus coins. Each code is usable **once per account**.

| Code           | Reward  |
| -------------- | ------- |
| `enderrwin`    | 50,000  |
| `100hours`     | 100,000 |
| `FirstSale`    | 150,000 |
| `1KGuildBoost` | 200,000 |

Codes are case-insensitive. New codes are dropped in the community from time to time.

Next: [Public API Reference →](/api.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/tasks-rewards.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.
