> 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/user-guides/getting-started/vote-in-detail.md).

# Vote(in detail)

<figure><img src="/files/MTvslGPN3BNWtUPIlpvb" alt=""><figcaption></figcaption></figure>

<p align="center">Vote Detail Page - Majority</p>

<figure><img src="/files/IYnbLyCgAlWrxmN0wJYE" alt=""><figcaption></figcaption></figure>

<p align="center">Vote Detail Page - Prediction</p>

On the Vote Detail page, users can spend tickets on ongoing votes, either by selecting the current majority answer or predicting the one that will win.

* **Reward**: When the voting period ends, users who voted for the answer that received the most tickets will be considered winners. They will receive the tickets from users who voted for the other answers. Based on the final multiplier at the end of the voting period, rewards will be distributed in proportion to the number of tickets each winner voted with.
* **Vote Status** : The total number of tickets and users voted for **Majority** and **Prediction** are displayed as a combined sum.

&#x20;       \- Total : Majority Tickets & Users&#x20;

<figure><img src="/files/vYeY3QUqwNJkavgwp1xY" alt=""><figcaption></figcaption></figure>

&#x20;       \- Total : Prediction Tickets & Users&#x20;

<figure><img src="/files/nB0k0HL7JOX6wdTDKjgV" alt=""><figcaption></figcaption></figure>

* **Vote Limit**: The maximum number of vote tickets you can cast changes based on the time remaining.

  ※ 12 hours = Unlimited   /  6 hours = 80 tickets  /  3 hours = 40 tickets  /  45 mins = 10 tickets
* **Choose Vote Type** : Users can choose the type of vote.

<figure><img src="/files/ykk6IpgaGXWRS3Fg5Z8w" alt=""><figcaption></figcaption></figure>

* **My Vote** : You can instantly check the date, type, answer, and number of tickets for your vote.

<figure><img src="/files/DHqYsgzPuwDERQ6YClJH" alt=""><figcaption></figcaption></figure>

Note\
\* You can vote once and then vote again, but only for the option you originally selected.


---

# 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/user-guides/getting-started/vote-in-detail.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.
