> For the complete documentation index, see [llms.txt](https://nestree.gitbook.io/vote.token/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nestree.gitbook.io/vote.token/document/role-and-rules.md).

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