Nezha
  • 🏠Introduction to Nezha
  • How nezha works
    • Stake to Win
    • Nezha Epochs
    • Yield Farmer
  • Tickets
    • Stake per Ticket
    • Tickets
    • Bonus Tickets
    • Ticket Generation
  • The Draw
    • The Draw
    • Winning Sequence
    • No Draw Scenario
  • Prizes
    • Prize Tiers
    • Prizes
  • Fees
    • Staking
    • Unstaking
    • Claiming Prizes
  • Risks & Mitigations
    • Smart Contracts
    • Low Yield Returns
    • Negative Yield Returns
    • Tickets Outside Solana
    • Insurance Costs
  • Architecture
    • Overview
    • Game Contract
      • Epoch States
      • Token Accounts
      • State Accounts
      • Initialisation Instructions
      • State Transition Instructions
      • Other Instructions
      • Roles & Capabilities
      • Derived Account Roles
    • Draw Contract
      • State Accounts
      • Instructions
      • Roles & Capabilities
      • Derived Accounts
Powered by GitBook
On this page
  1. Tickets

Tickets

Six numbers per ticket

PreviousStake per TicketNextBonus Tickets

Last updated 1 year ago

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 and can be seen in the Nezha UI.

Arweave