# Drawing

## Rewards on Polygon Blockchain / Collecting and Draw <a href="#ae90" id="ae90"></a>

The artist creates a collection by releasing a series of NFTs, each token in the collection is priced and given a value of rewards for collectors from the entire pool. **A drawing function has been added to the Polygon smart contract.**

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

The system will soon be launched in the smart contract on the Polygon blockchain, which will pay out $ART rewards (an erc20 token) to collectors’ wallets that were used to purchase NFTs. This means that buyers of NFTs participate in the drawing and receive $ART rewards for purchasing NFTs. The system operates automatically without human involvement.

* Both main and intermediate rewards are drawn and paid out for participating in NFT purchases.
* Rewards are drawn by the smart contract each time and all wallets that have purchased NFTs in the collection participate in the drawing. (The first wallet that purchased an NFT has the most chances of winning multiple rewards).
* The main reward is drawn at the time of the sale of the last NFT in the collection. The pool of intermediate rewards is 60% of the total reward pool.
* The amount of the main reward is 40% of the reward pool plus a 2% fee on each NFT transaction on the secondary market.
* All wallets that have purchased NFTs in the collection participate in the drawing.

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

{% hint style="info" %}
We will describe the full description of the functions after testing on the Polygon blockchain.
{% 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/uni-platform/uni/building/next-tool/prizes/drawing.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.
