# Collecting tokens

#### The rewards for obtaining significant amount of the ART tokens

After 19 sessions end the smart contract will activate the reward system for participants who collect ART tokens. The first prize is for a participant who obtains 0.5% of tokens, the rest is given away as shown in the prize table

* rewards are awarded only one time when the required level is reached
* the smart contract pays the prize when the wallet reaches the required number of collected ART tokens

{% tabs %}
{% tab title="0.5 %" %}
**Collecting 0.5% to one wallet**

* First level achievement

| Number of pieces collected | 54         |
| -------------------------- | ---------- |
| Reward                     | 4.0814 ETH |
| {% endtab %}               |            |

{% tab title="1%" %}

#### **Collecting 1% to one wallet**

* First level achievemen

| Number of pieces collected | 109        |
| -------------------------- | ---------- |
| Reward                     | 6.8563 ETH |
| {% endtab %}               |            |

{% tab title="2%" %}

#### **Collecting 2% to one wallet**

* First level achievemen

| Number of pieces collected | 218         |
| -------------------------- | ----------- |
| Reward                     | 21.9262 ETH |
| {% endtab %}               |             |

{% tab title="3%" %}

#### **Collecting 3% to one wallet**

* First level achievemen

| Number of pieces collected | 327         |
| -------------------------- | ----------- |
| Reward                     | 34.2031 ETH |
| {% endtab %}               |             |

{% tab title="5%" %}

#### **Collecting 5% to one wallet**

* First level achievemen

| Number of pieces collected | 546         |
| -------------------------- | ----------- |
| Reward                     | 28.6829 ETH |
| {% endtab %}               |             |

{% tab title="8%" %}

#### **Collecting 8% to one wallet**

* First level achievemen

| Number of pieces collected | 874         |
| -------------------------- | ----------- |
| Reward                     | 86.8247 ETH |
| {% endtab %}               |             |

{% tab title="13%" %}

#### **Collecting 13% to one wallet**

* First level achievemen

| Number of pieces collected | 1420         |
| -------------------------- | ------------ |
| Reward                     | 156.7744 ETH |
| {% endtab %}               |              |

{% tab title="21%" %}

#### **Collecting 21% to one wallet**a

* First level achievemen

| Number of pieces collected | 2294         |
| -------------------------- | ------------ |
| Reward                     | 179.6100 ETH |
| {% endtab %}               |              |

{% tab title="34%" %}

#### **Collecting 34% to one wallet**

* First level achievemen

| Number of pieces collected | 3715         |
| -------------------------- | ------------ |
| Reward                     | 172.0579 ETH |
| {% endtab %}               |              |

{% tab title="55%" %}

#### **Collecting 55% to one wallet**

* First level achievemen

| Number of pieces collected | 6009         |
| -------------------------- | ------------ |
| Reward                     | 154.2292 ETH |
| {% endtab %}               |              |
| {% endtabs %}              |              |

{% hint style="info" %}
The rewards for reaching the required level are paid out only once.
{% endhint %}


---

# 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.decentral-art.com/rewards/collecting-tokens.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.
