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

# BP Voting

Throughout this documentation, you will see multiple references to staking WAX deposited into the protocol, in order to generate rewards. On WAX, staking rewards are only given to wallets who actively vote for block producers (referred to as BPs from this point forward) with their staked WAX.

Since many users are depositing WAX into the protocol, over time WaxFusion's balances will in theory grow larger and larger. This would pose a risk of WaxFusion gaining too much voting power, and voting for BPs in a biased manner (especially since WaxFusion team also operates the WaxDAO BP).

To avoid any bias in voting, and to avoid influencing the BP rankings at all, WaxFusion's smart contracts are designed to automatically vote for the top 21 BPs once per day.

This can be verified by anyone through an independent audit of our smart contracts.


---

# 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:

```
GET https://docs.waxfusion.io/bp-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.
