> For the complete documentation index, see [llms.txt](https://cukiesworld12.gitbook.io/cukies-world-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cukiesworld12.gitbook.io/cukies-world-whitepaper/6.-how-to-play/game-modes.md).

# Game Modes

<figure><img src="/files/ZpUI1Tubm7Y8GItLB1en" alt="" width="563"><figcaption></figcaption></figure>

There are two main ways to **play and earn UKI** tokens in Cukies World:

#### ***Cukies Island (Free Mode)***

{% hint style="warning" %}
T**o play, you'll need:**\
\
**- At least one Cukie (owned or borrowed).**
{% endhint %}

Play at your own pace. Gather the **resources** around you, craft **tools**, and build **structures**, to improve your island. Level up your Cukies’ skills and keep developing until you create the **home of your dreams**.

The only limits are your Cukies’ **energy and health**, which you’ll need to monitor carefully. You can **harvest fruits**, **fish**, **farm**, and **cook** delicious meals to keep your Cukies in top shape and get the most out of them.

If you ever need a hand, the **Merchant** is always there. Buy what you need or sell your extra items for **UKI tokens**. Everything you produce on your island is **yours to trade**, with no limits and a **market open 24/7**.

#### ***Challenges & Tournaments***

{% hint style="warning" %}
**To play, you’ll need:**<br>

**- At least one Cukie (owned or borrowed)**\
**- Competition Credits (owned or from the pool)**
{% endhint %}

**Challenges** are daily missions where you don’t compete directly against other players. At launch, challenges will be available in two games: ***Cukies Island*** and ***Treasure Hunt***.

In ***Cukies Island***, challenges might include tasks like collecting 200 units of wood, building 3 bridges, or crafting a legendary pickaxe. In ***Treasure Hunt***, the goal will be reaching a **minimum score** during a run.

Each challenge costs **10 competition credits**, and every credit can be converted into **1 UKI token**.

If the player completes the challenge successfully, they’ll receive up to **75%** of the corresponding tokens (7.5 UKI).\
\
The remaining **25%** (2.5 UKI) goes into that game's **weekly tournament prize pool**. After completing a challenge, players are **automatically entered** into the weekly tournament at **no additional cost**, with them a chance to win a share of the prize pool.

{% hint style="info" %}
In ***Treasure Hunt***, the number of games a Cukie can play daily depends on its **rarity and generation**.
{% 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://cukiesworld12.gitbook.io/cukies-world-whitepaper/6.-how-to-play/game-modes.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.
