> For the complete documentation index, see [llms.txt](https://docs.pixx.ie/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pixx.ie/getting-started/voting-rewards.md).

# Voting rewards

## What are voting rewards?

All the votes PixxieBot gets on [Top.gg](https://pixx.ie/vote) are very much appreciated and as a token of our thanks, we reward voters with Pixos, our in-bot reputation points.

## How do I vote and get rewards?

Vote for PixxieBot on [Top.gg](https://pixx.ie/vote).

## How do I build up a voting streak?

Voting every 12 hours for PixxieBot [on Top.gg](https://pixx.ie/vote) is the best way to build a voting streak and gain more rewards.

{% hint style="warning" %}
Voting streaks get reset 12 hours after your previous vote has lost its effect. For example, if you vote at 8AM, Top.gg will let you vote again at 8PM the same day. If you vote between 8PM and 8AM the following day, your voting streak will increase (every 12 hours).
{% endhint %}

{% hint style="info" %}
**TIP:** Having trouble remembering to vote? Use the `/vote reminders`command to toggle bot DM voting reminders on or off.
{% endhint %}

## Why have my voting rewards decreased?

Either you lost [your voting streak](#how-do-i-build-up-a-voting-streak), or it's Monday! Voting rewards over weekends (Fridays, Saturdays and Sundays) get doubled because votes on Top.gg count double on weekends. Your voting rewards will be doubled again this weekend and increase again next week.

{% hint style="info" %}
Read more about how voting rewards are calculated in [this Medium post](https://medium.com/@pixxiebot/updating-pixxiebots-top-gg-voting-rewards-8278fd82f445).
{% endhint %}

## I just voted but haven't received my voting rewards.

Find more info below.

{% content-ref url="/pages/-MJ68DK66xgFRCd3zSuu" %}
[Common issues](/troubleshooting/common-issues.md)
{% endcontent-ref %}


---

# 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://docs.pixx.ie/getting-started/voting-rewards.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.
