Prizes
How prizes are assigned?
Last updated
Was this helpful?
How prizes are assigned?
Last updated
Was this helpful?
During the players answers will be checked. For every correct answer 1 point is assigned to the player.
When quiz reaches 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)
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.