# Distribution

<table><thead><tr><th width="144.33333333333331" align="center">Variable</th><th align="center">Detail</th></tr></thead><tbody><tr><td align="center">x</td><td align="center">The total amount of tickets voted</td></tr><tr><td align="center">y</td><td align="center">Total tickets voted for the winning option</td></tr><tr><td align="center">z</td><td align="center">Tickets reward percentage</td></tr><tr><td align="center">b</td><td align="center">Treasury distribution ratio</td></tr><tr><td align="center">c</td><td align="center">Win Reward Percentage</td></tr><tr><td align="center">e</td><td align="center">Number of tickets Voted</td></tr></tbody></table>

### Vote Winner

Participants in the voting system can earn rewards based on the final outcome. Simply put, voters who choose the winning side will receive vote tickets from those who voted for the losing side. The process works as follows: everyone casts their vote, the winning side is determined by the majority of votes, and then the tickets from the losing side are distributed among the voters who supported the winning option. This setup encourages strategic voting and rewards participants for successfully predicting the outcome.

$$
((((x-y)\*z)\*c)\*e/y)+e
$$

### Vote Loser

In the event of a voting outcome, voters who were on the losing side of the decision will have their tickets returned to them, though the amount returned will be slightly reduced by a specified reward percentage. This means that the losing voters do not lose all their tickets, but rather a tiny portion of their tickets is deducted as part of the process. This reward percentage is in place to incentivize accurate voting and ensure a balanced and fair system.

$$
e-(e\*z)
$$

### Creator

#### Voting Proposals Guidelines

All users participating in the service are granted the ability to create voting proposals without any specific conditions or restrictions. This feature ensures that every user has an equal opportunity to contribute to the decision-making process.

**Agenda Creators and Rewards**

Agenda creators are incentivized by receiving a predetermined percentage of tickets. The exact amount is calculated based on the total number of votes cast after the voting period has concluded. This reward mechanism encourages users to actively participate and create engaging and meaningful agendas that attract more votes.

$$
((x-y)\*z)\*a
$$


---

# 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://nestree.gitbook.io/vote.token/document/distribution.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.
