🎟️Lottery

Each round lottery will be completed every 24 hours (1 time per day)

Every day at 12:00 pm (UTC)

The following is an example of a lottery session

Phase 1-Ticket purchase time

You can buy a new round of lottery tickets every night after 8 o'clock;

the lottery amount will be accumulated to the lottery pool ;

The user will receive a ticket (consisting of 4 digits) for every 1 CHE paid.

Phase 2

Lottery draw time (12:00 pm (UTC)) 4 winning numbers will be drawn and displayed on the page. The bonus of each participant will be automatically calculated based on their ticket number and displayed on the page. Users can receive bonuses (if any). Users can also see the results of the lottery: how many users matched all 4 numbers, 3 numbers, and 2 numbers.

Phase 3

Celebration and sharing (after 12:00 pm UTC)

If you win, congratulations!

Share with your friends or our community groups. The next lottery starts immediately!

Lottery Rules

Lottery fee for 1 lottery ticket: 1 CHE

Single lottery restriction: No limit on the number of times, but only 20 tickets can be purchased at a time through the user interface

Paying for a ticket will give the user a random combination of 4 digits, each number between 1-14, for example, "7-6-1-9"

How to win:

To win the lottery jackpot (50% of the entire lottery pool), users need to match all 4 numbers on their lottery in the same position as the 4 winning numbers. If you don’t match all 4, don’t worry. As long as you match 2 or more numbers in the correct position, you will definitely win the reward.

Proportion of winning bonus: Match all 4 numbers in the exact order = 50% of the pot won (if there is more than 1 winner, the pot will be split equally). Match 3 numbers in exact order = win or split 20% of the pot. Match 2 numbers in exact order = win or split 10% of the pot. Burn the remaining 20% ​​of the prize pool.

Please note-if no participant can match 3 or 4 numbers in any draw, the 20% and 50% allocated to the winner will also enter the next round of the prize pool.

For example, if the last 4 winning numbers were "7-6-1-9":

"6-3-9-1" = match 0

"7-6-1-9" = matches all 4

"1-6-1-9" = match 3

"2-6-1-2" = match 2

"7-2-1-7" = match 2

How is the ticket number drawn?

The lottery is designed to be completely random. Although the given lottery numbers are determined by the front-end logic, the probability that anyone can determine the 4 winning numbers in advance is extremely low.

The first lottery number will be determined based on the %10 remainder of the hash coded by the block hash and the number of users participating in the deadline. The second lottery number will be determined based on the %10 remainder of the hash coded by the block hash and the total pooled CHE balance entering the expiration date. The third lottery number will be determined based on the %10 remainder of the hash coded by the block hash and the timestamp of the last lottery participant on the registration deadline. The fourth lottery number will be determined based on the %10 remainder of the hash coded by blockhash and the block difficulty entering the deadline.

Last updated