> 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/voting-event-sample.md).

# Voting event sample

{% tabs %}
{% tab title="Voting table of a particular skin" %}
10% of all voters will receive this skin gauranteed. As we have 15 voters, only 1 will get a skin as a top voter. Others will join an automatic lottery round with a chance to acquire this skin.

<table><thead><tr><th width="150">Skin</th><th width="200">Reserved tokens per holder</th><th width="200">Voting power per holder</th><th>Total tokens betted on a skin</th><th>Total voting power for a skin</th></tr></thead><tbody><tr><td>Skin №1</td><td>2564</td><td>1,31%</td><td>195678</td><td>14,48%</td></tr><tr><td></td><td>5000</td><td>2,56%</td><td></td><td></td></tr><tr><td></td><td>324</td><td>0,17%</td><td></td><td></td></tr><tr><td></td><td>50</td><td>0,03%</td><td></td><td></td></tr><tr><td></td><td>1000</td><td>0,51%</td><td></td><td></td></tr><tr><td></td><td>81</td><td>0,04%</td><td></td><td></td></tr><tr><td></td><td>1000</td><td>0,51%</td><td></td><td></td></tr><tr><td></td><td>30000</td><td>15,33%</td><td></td><td></td></tr><tr><td></td><td>35000</td><td>17,89%</td><td></td><td></td></tr><tr><td></td><td>3000</td><td>1,53%</td><td></td><td></td></tr><tr><td></td><td>7000</td><td>3,58%</td><td></td><td></td></tr><tr><td></td><td>35007</td><td>17,89%</td><td></td><td></td></tr><tr><td></td><td>652</td><td>0,33%</td><td></td><td></td></tr><tr><td></td><td>60000</td><td>30,66%</td><td></td><td></td></tr><tr><td></td><td>15000</td><td>7,67%</td><td></td><td></td></tr></tbody></table>
{% endtab %}

{% tab title="Voting event concluded" %}
Only 10 skins get into a Loot box. In this case, Skin 6 and 9 returns into a preview interface without losing accumulated likes. Other skin get into a Loot box. Skins final rarity are defined by the Loot box quality.

####

| Skin          | Total tokens betted on a skin | Total voting power for a skin |
| ------------- | ----------------------------- | ----------------------------- |
| Skin №1       | 195678                        | 12,82%                        |
| Skin №2       | 35238                         | 2,31%                         |
| Skin №3       | 436065                        | 28,57%                        |
| Skin №4       | 187998                        | 12,32%                        |
| Skin №5       | 32495                         | 2,13%                         |
| Skin №6       | 527                           | 0,03%                         |
| Skin №7       | 107823                        | 7,06%                         |
| Skin №8       | 46856                         | 3,07%                         |
| Skin №9       | 8745                          | 0,57%                         |
| Skin №10      | 299643                        | 19,63%                        |
| Skin №11      | 98548                         | 6,46%                         |
| Skin №12      | 76953                         | 5,04%                         |
| Total         | 1526569                       | 100,00%                       |
| {% endtab %}  |                               |                               |
| {% endtabs %} |                               |                               |


---

# 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/voting-event-sample.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.
