# Vote

## **Introduction**

Vote is a thrilling feature within Pixer Eternity that allows users to engage in sports match predictions by betting PLP and potentially earn additional rewards based on the outcome of the match. Users can immerse themselves in the excitement of sports while strategically wagering PLP to maximize their earnings.

## **Requirements**

To participate in the Vote feature, users must meet the following requirements:

* Possess a certain amount of PLP in their Pixer Eternity wallet.
* Each sports match will have a designated pool range, denoted as min\~max, within which users can participate.
* Users can bet a desired amount of PLP they wish to wager on the match.
* Users must predict the outcome of the match and place their votes accordingly.

## **Calculation**

The calculation process for determining rewards within the Vote feature follows a structured approach:

* The PLP quantity wagered by a user is represented as \[VB].
* The total sum of PLP in the pool is denoted as \[VP].
* 10% of \[VP] is burned, while the remaining 90% forms the reward pool \[VF].
* Users who correctly predict the outcome of the match receive rewards from the reward pool \[VF], while those who fail to do so lose the PLP they wagered.
* Each winning participant receives PLP rewards from the reward pool \[VF] based on their share of the total PLP wagered \[VB].
* The PLP reward received by participant (A), who correctly predicts the outcome of the match, is denoted as \[PAR].
* The formula for calculating the reward for a winning participant (A) is represented as: \
  \[PAR] = \[VF] × { \[PAR] / ( \[PAR] + \[PBR] + \[PCR] ...) }

## **NFT Integration**

Pixer Eternity will introduce NFT integration within the Vote feature. Holding NFTs will enhance the reward rate based on the unique attributes of the NFTs, providing users with additional incentives to participate and engage in the voting process.

Stay tuned for further updates on NFT integration within the Vote feature as we continue to enhance your Pixer Eternity experience.


---

# 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://pixer-eternity.gitbook.io/pixer-eternity/ecosystem/pixer-play/vote.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.
