> For the complete documentation index, see [llms.txt](https://whitepaper.project-hive.io/project-hive/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.project-hive.io/project-hive/skins-loot-boxes-system/loot-box-voting-event/rewards-for-participants-of-voting-event.md).

# Rewards for participants of voting event

Top 10% players based on their voting power will receive a skin they’ve voted for, if it was chosen to get into the Loot box, with a 100% probability. The total number of skins to be received this way is strictly limited. There is a maximum number of players who will receive a skin this way, based on the Loot box quality.

| Number of players | Loot box                                     |
| ----------------- | -------------------------------------------- |
| 50                | Common                                       |
| 30                | <mark style="color:blue;">Rare</mark>        |
| 10                | <mark style="color:orange;">Legendary</mark> |

All of the rest will be able to take part in a lottery. The probability of winning a skin in the lottery is also based on a particular holder's voting power. But there always will be a certain chance of winning for everyone, even with the lowest voting power. Holders are divided into 5 groups, based on their voting power. Each group has its own number of skins reserved for a lottery.


---

# 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.project-hive.io/project-hive/skins-loot-boxes-system/loot-box-voting-event/rewards-for-participants-of-voting-event.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.
