# Lootboxes

Introduced during Phase 2, loot boxes offer a new way for users to earn reward while completing tasks in Tada.<br>

## Generalities

For each task a user completes in-app, there is a probability to drop a loot box.

Loot boxes can contain GEMS and/or $TADA rewards.

## Rarity

There are four types of loot boxes, listed hereafter in order of increasing rarity. Rare lootboxes contain higher rewards.

* Common
* Rare
* Epic
* Legendary

## Luck Influence

Drop rates, as well as loot quality are influenced by the [Luck](/ta-da-platform/game-mechanics/abilities.md) score of each user: higher luck scores increase chances to obtain a loot box, and improve the possible content of loot boxes dropped.


---

# Agent Instructions: 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:

```
GET https://docs.ta-da.io/ta-da-platform/game-mechanics/lootboxes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
