> For the complete documentation index, see [llms.txt](https://lotus.imperium.ge/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lotus.imperium.ge/general-overview/rewards-bonuses.md).

# Rewards/Bonuses

We want to promote and boost every player on our server, that's why we invented **3 way** reward system.

{% hint style="info" %} <mark style="color:red;">Prizes might change during course of the gameplay</mark>

**PROMO CODES:** We have invented Promo Code system to our server, we will have daily giveaways as well as interesting challenges in which players will be able to participate and get their own Promo Codes which can be turned into game bonuses. Prizes vary starting from Silver Coin going all the way up to TIMED epic jewelry (Zaken, Queen ant)

There will be individual promo codes for players who contribute to making server better, finding bugs and so on.

Administration will individually decide what is considered as contribution to server.
{% endhint %}

<details>

<summary>Attendance Reward</summary>

This means that a player will get reward everyday if they just log in and play for more than 30 minutes.

**Possible rewards are**: Silver Coin, Giant's Codex - Mastery, Quick Healing Potion, Rare accessory, XP Runes.

</details>

<details>

<summary>Daily Missions</summary>

This means that a player will get reward every week/day if they complete certain tasks

**Possible mission example: Do 3 quests, Participate in 10 Olympiad games and so on.**

**Possible rewards are**: Silver Coin, Giant's Codex - Mastery, Giant's Codex, Olympiad Treasure Chest, Olympiad Tokens.

</details>


---

# 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://lotus.imperium.ge/general-overview/rewards-bonuses.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.
