Tickets

Six numbers per ticket

Tickets are comprised of 6 numbers:

  1. The first 5 numbers are drawn randomly from pool of numbers with the range 1 to 56 inclusive. Once a number is drawn it cannot be drawn again, thus the 5 numbers will be different. The draw sequence of each number is recorded on the ticket as both number and position are used for matching with the winning sequence.

  2. The sixth number is randomly drawn from a pool of numbers in the range 1 to 10 inclusive

When participants stake, Nezha uses the Rust RNG to generate ticket numbers off-chain. In future, we will allow participants to chose their own ticket numbers.

Once tickets are generated, they are stored immutably on-chain in Arweave and can be seen in the Nezha UI.

Last updated