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

# Prizes

### Points calculation

During the [Awaiting reveals Phase](/dequiz/how-it-works.md) players answers will be checked. For every correct answer **1 point** is assigned to the player.

### Prize calculation

When quiz reaches [Closed Phase](/dequiz/how-it-works.md) the quiz smart contract knows how many points every players scored, and can calculate the prize pool share as following:

`player prize = floor((prize pool / total points) * player points)`

### Leftovers

In case there is any leftover due to rounding, the remaining prize will be forever lost inside the smart contract. Maybe this behaviour will be changed in future iterations.
