DELOT
  • INTRODUCTION
    • Overview
    • Features
    • Architect & Money Flow
    • Official links
    • Contracts
    • Wallets
  • LOTTERY GAME
    • Overview
    • How it works
    • How to join a round?
    • How to calculate number of player’s tickets in a round?
    • Auto Pool
    • How to determine winners?
    • How deposited tokens are used?
    • Fully Automatic System
    • Use Cases
    • Explain on the red text
  • TOKENOMICS
    • Token
    • Buy DELOT
    • How to bridge your DELOT?
    • Token Distribution
    • Audit
    • Airdrop
  • NFT
  • Yield Farming
    • Providing liquidity to get LP Tokens
    • Reward calculations
    • Staking and Withdrawal
    • Harvesting
  • Staking
  • Team KYC
  • Roadmap
  • FAQ
    • FAQ
    • Disclaimer
  • BETA TEST
    • Overview
    • How to participate
    • Benefits
  • Archives
    • Presale
Powered by GitBook
On this page
  1. LOTTERY GAME

How it works

PreviousOverviewNextHow to join a round?

Last updated 3 years ago

There are unlimited rounds, each round’s period is about 3-7 days. There are 3 states in each round: Start -> Active -> End.

Players deposit tokens to join the round while the round state is Active. Player can join the round automatically and get the maximum tickets by using Auto Pool feature while the round state is Start.

Once the round is ended, our Upkeep in call to publicly “performUpkeep” function in the smart contract to:

  • Recalculate tickets of players, reset Hold Tickets to zero if they do not hold enough token as recognized in the first deposit.

  • Call to Chainlink VRF to get randomness numbers

  • Find winners based on random numbers

  • Reward to the prize winners

Reference:

Chainlink Keepers
Architect & Money Flow