ZKasino Documentation
WebsitedAppTwitterTelegram
  • Welcome
  • Tokenomics
  • ZKasino Bridge
  • ZKasino Chain Testnet
  • ZKasino
    • Roadmap and FAQ
    • Responsible Gaming
    • Live Support
    • IPFS hosting
    • Mainnet Guide
    • Official Links
  • Platform
    • Glossary
    • Betting
    • Chains and Bet tokens
    • Self Exclusion
  • Developer
    • Contract addresses
    • Audits
    • Infrastructure
    • VRF Oracle
    • Architecture
    • Metaplay
    • Probability, Odds and House Edge
      • Dice
      • Plinko
      • Video Poker
      • Slots
      • Mines
      • Rock Paper Scissors
      • Coin Flip
    • Kelly-based bankroll management
    • Changelog
      • Game contracts v2.1
      • Game contracts v2.0
      • Contracts v1.0
      • Integrated VRFs (old)
      • Testnet Guide (outdated)
    • Testing
      • BNB Chain private fee testing
      • v2.1 private testnet WIP
      • v2.0 public testnet
      • v2.0 private testnet
      • multi-chain private mainnet with VRF
      • v1.1 public testnet
      • multi-chain private testnet with VRF
      • v1.0 public testnet
      • wip v1.0 private testnet
      • v2.1 public testnet
Powered by GitBook
On this page
  • Probability
  • Multiplier
  • House Edge
  • Odds
  1. Developer
  2. Probability, Odds and House Edge

Plinko

PreviousDiceNextVideo Poker

Last updated 2 years ago

Probability

The player can choose between 8 to 16 rows. There are 9 to 17 slots (row amount+1) for the ball to fall into. The probabilities of the ball hitting a specific slot can be found in this table:

Multiplier

The player can adjust their risk level to Low, Medium, or High. By changing the risk level, the slot multipliers change too. The multipliers are noted in this table:

Note: The multipliers of the Plinko game can't be found in the code, because the multipliers have to be set when the contract gets deployed. Invoke the function Plinko_GetMultipliers on the deployed contract to verify the multipliers.

The player's return is also calculated in the table above under 'mean'. The average return can be calculated by taking the average of all 'means' in the table above. For risk Low, this is 0.97938. For risk Medium, this is 0.9798. For risk High, this is 0.9786. Taking the average of all risks, the return is 0.97926.

House Edge

A return of 0.97926 gives a house edge of 2.074% ((1-0.97926)*100).

Odds

This leads to the following odds for Plinko:

Odds

Decimal odds

0.97926

Return to Player

97.926%

Probability odds

48.963%