> 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/5.-roles/cukie-master/competition-credits.md).

# Competition Credits

<figure><img src="/files/MLp0uHAmN2PJMSo9VHPa" alt="" width="375"><figcaption></figcaption></figure>

Each Cukie Master receives **100 competition credits per day.**

* Each credit can be converted into **1 UKI token** when used.
* If unused, credits expire after **24 hours**.

Cukie Masters can use their credits in **two main ways**:

#### ***1.- Play and convert them into tokens***

Cukie Masters can participate in **daily** **Cukies Island** **and** **Treasure Hunt** **challenges** to convert credits into UKI tokens, using their own Cukies or borrowed ones from the [Cukie pools](/cukies-world-whitepaper/6.-how-to-play/cukie-pools.md).

If a Cukie Master converts all 100 credits daily, their APR will reach **182.5%**. You can see the [*Game Modes*](/cukies-world-whitepaper/6.-how-to-play/game-modes.md) section for more details on how to convert credits into UKI.

#### ***2.- Delegate credits to other players and earn passively***

If a Cukie Master doesn’t have time to play, they can **delegate their credits** to other players through the **Competition Credit Pool**, earning passive rewards:

* Players can borrow credits from this pool.
* **50% of the tokens** generated from those credits are distributed daily and equally among Cukie Masters who contributed.
* If **all credits** in the pool are successfully converted, the APR for Cukie Masters will be **91.25%**.
* Even if conversion is lower, there’s a **minimum guaranteed APR**, equivalent to **20% conversion of the pool.**

{% hint style="danger" %}
Since each wallet can hold **up to 5 Master slots**, that’s **500 daily credits**. Even active players may not use them all every day. **Delegating some** ensures they don’t go to waste.
{% 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/5.-roles/cukie-master/competition-credits.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.
