⁉️
deQuiz Docs
PlayGitHubKintsugi
  • Introduction
  • deQuiz
    • How it works
    • Prizes
    • Participation Requirements
    • Fees
Powered by GitBook
On this page
  • Points calculation
  • Prize calculation
  • Leftovers

Was this helpful?

Edit on GitHub
  1. deQuiz

Prizes

How prizes are assigned?

PreviousHow it worksNextParticipation Requirements

Last updated 12 months ago

Was this helpful?

Points calculation

During the players answers will be checked. For every correct answer 1 point is assigned to the player.

Prize calculation

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)

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.

Awaiting reveals Phase
Closed Phase