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

# ALL

**Chapter 1 — Daily Reward & Friends**

* Daily reward: once every 24 hours, tap the gift on the Home screen for a random 1–10 CEOcash.
* Invite friends: share your link (Home → Invite Friends). Each new player who joins through your link gives you 1000 CEOcash, and they start with a 500 CEOcash bonus.

***

**Chapter 2 — Airdrops & Reward Codes**

The team runs airdrops from time to time. You'll see a Your Rewards card on the Home screen whenever there is something waiting for you.

* My Codes — codes assigned personally to you. Tap Redeem to open the chest.
* Have a code? — paste a public code (e.g. `PAVEL-XXXX-XXXX`) and tap Redeem.
* History — the full list of rewards you have already claimed.
* Direct airdrops arrive in your balance automatically — no action needed.

What can drop from an airdrop chest?

* CEOcash — added straight to your balance (fixed, random range, or tiered surprise).
* Trophies — added to your fishing trophy count and boost your ranking.
* Pirate skins — a new captain skin unlocks in Fishing. If you already own that skin, the copy goes to Duplicates and you can sell it there for CEOcash.

Codes cannot be transferred and there is a short cooldown between attempts to keep things fair.

***

Seasons — How CEO Payouts Work

**Chapter 3 — What is a season?**

A season is a monthly competition.During a season you play normally and grow your CEOcash score. At the end of the month the season closes and you get a window to swap your CEOcash for real $CEO.

Three states on the Season card:

* Active — the season is running. Play, earn CEOcash, climb the ranking.
* Settlement — the season is closed and the swap window is open for 7 days. This is when you can claim CEO.
* Archived — the season is finished. Nothing more to do for it.

***

**Chapter 4 — What gets reset, what stays**

When a new season starts, only your seasonal CEOcash score is reset to 0. Everything else you have earned is safe:

* ✅ Trophies from fishing — kept forever.
* ✅ Puzzle pieces you placed and the shared IGRA tiles you revealed — kept forever.
* ✅ Skins and arena tiles in your inventory — kept forever.
* ✅ Your global click counter — kept forever.
* 🔄 CEOcash balance — reset to 0 for the new season (after the settlement window).

***

**Chapter 5 — How to get your CEO payout**

1. Wait until the season closes and enters Settlement. You'll see a yellow "Settlement" block on the Home screen with a countdown.
2. The card shows the exchange rate, e.g. "1 CEOcash = 0.000123 CEO", and the estimate of your payout.
3. Press Swap CEOcash → CEO. Confirm — you can only swap once per season, and it swaps all your CEOcash.
4. Your swap will show one of these statuses:
   * reserved — your CEO is locked in, waiting for the admin to send it.
   * processing — the payout is being sent to your wallet.
   * paid ✅ — done, you'll see a transaction hash.
   * failed — very rare; a short reason is shown, and the team will look into it.

***

**Chapter 6 — Important deadlines**

* You have 7 days from the settlement start to press the Swap button. After the countdown reaches zero, the window closes and unswapped CEOcash is lost.
* One swap per season, per player.
* You must have more than 0 CEOcash to swap.

***

**Chapter 7 — FAQ**

Where did my CEOcash go on the 1st of the month? The season ended. That is expected — only CEOcash resets. Your trophies, puzzles, skins, and click history are still there.

When do I actually receive my CEO? After you press Swap during the settlement window. The transaction is sent by the team; you'll see the status change to paid with a transaction hash on the Season card.

Can I swap twice? No — one swap per season. The Swap button disappears after you use it.

I forgot to swap before the deadline. Unfortunately unswapped CEOcash is not paid out. Set a reminder for the last day of the 7-day window.

**Chapter 8 — Need help?**

If something looks wrong (missing balance, failed payout, stuck match), contact the team through the Captain Pavel bot on Telegram. Please include your Telegram username and roughly when the issue happened.


---

# 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://ceocash.gitbook.io/ceocash-docs/documentation/info/all.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.
