# Role & Rules

There are two types of voting methods for Vote Tokens:

1. **Majority Voting** – The answer that receives the highest number of tickets wins.
2. **Prediction Voting** – Participants predict which answer will receive the most tickets, and winners are determined based on the outcome.

※ Users who predicted correctly can claim their rewards by clicking the **Claim** button.&#x20;

### Role

<table><thead><tr><th width="172">User</th><th>Discription</th><th data-hidden>Discription</th><th data-hidden></th></tr></thead><tbody><tr><td>Voter</td><td><p>A regular user can vote on an agenda using their vote tickets. </p><p>Participants earn a set percentage of vote tickets if they 'win.'</p></td><td>A regular user who participates in the service and can vote with the number of tokens they have on a created agenda. Participants can receive a pre-set percentage of tokens in the event of a 'win'.</td><td></td></tr></tbody></table>

### Winning Rule

<table><thead><tr><th width="151">Case</th><th>Rule</th></tr></thead><tbody><tr><td>Win</td><td>The option that received the most vote tickets</td></tr><tr><td>Lose</td><td>The option that did not receive the most vote tickets</td></tr><tr><td>Draw</td><td>In case of a tie for the most votes</td></tr></tbody></table>


---

# 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/role-and-rules.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.
