# Voting

Voting helps support the server and brings new players. Beyond that, you'll also get rewarded for it!

## Rewards

* You'll receive 5 bonus claim blocks for each vote site, every 24 hours (40 claim blocks per day).

## Commands

| Command          | Description                                       |
| ---------------- | ------------------------------------------------- |
| **/vote**        | List all current vote sites                       |
| **/vote total**  | Shows your total votes                            |
| **/vote next**   | Shows you the next time you can vote on each site |
| **/vote last**   | Shows when you last voted on a site               |
| **/vote top**    | Shows the top voters of this month and all time   |
| **/vote best**   | Shows your best voting scores                     |
| **/vote streak** | Shows you how many days you've vote in a row      |


---

# 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://wiki.pixlverse.net/guides/voting.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.
