> For the complete documentation index, see [llms.txt](https://whitepaper.thecursedland.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.thecursedland.com/tokenomics/reward.md).

# Reward

<figure><img src="/files/Lz8upAP3SEzbHuwRMpc3" alt=""><figcaption></figcaption></figure>

## Overview

> Players are rewarded with tokens upon completing daily missions in the game. This reward not only serves as an incentive but also enhances the gaming experience, turning gameplay time into not just an enjoyable activity, but also a profitable and productive one.

***

## Dominance

Daily rewards are distributed among all players based on their token dominance.&#x20;

Dominance is calculated as a percentage. For example, if a player holds 100 tokens out of a total of 1,000 tokens locked for dominance, they possess 10% dominance, meaning they will receive 10% of the daily global reward.&#x20;

Token dominance is determined by staking tokens on [Equipped ](https://whitepaper.thecursedland.com/tokenomics/pages/1JGiakfdjQ73ZANsP4iV#id-1.-own-nft-and-play)or [Loaned NFTs](https://whitepaper.thecursedland.com/tokenomics/pages/1JGiakfdjQ73ZANsP4iV#id-2.-loan-nft), as well as by adding tokens to [Infinity Staking](https://whitepaper.thecursedland.com/tokenomics/pages/1JGiakfdjQ73ZANsP4iV#id-4.-infinity-staking).

{% hint style="info" %}
TCL tokens staked on the NFT can be withdrawn in the next epoch after the last reward claim, with each epoch lasting a maximum of 24 hours.
{% endhint %}

{% hint style="info" %}
Player daily reward = reward pool supply \* 0,01 / 30 \* dominance
{% endhint %}

{% hint style="info" %}
Example:

Player daily reward = 530,000,000 \* 0,01 / 30 \* 10%

&#x20;                                \= **530,000 TCL**
{% endhint %}

{% hint style="warning" %}
Please note that rewards cannot exceed a 200% Annual Percentage Rate (APR) under normal circumstances. However, exceptions apply during special boost conditions, such as within the first three months after the opening of the rewards system, where the APR may exceed this limit.
{% 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://whitepaper.thecursedland.com/tokenomics/reward.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.
