CONNECTING

Our unwavering commitment is to offer our users an enjoyable and equitable gaming experience, and FortBux plays a significant role in achieving this goal. We‘ve implemented cutting-edge Provably Fair algorithms designed to demonstrate the fairness of our games.


While the specifics of the Provably Fair algorithm vary for each game, the fundamental objective remains consistent — to assure you that the outcome of the round remains untampered, irrespective of your participation. In simpler terms, we ensure that no games are manipulated in favor or against any players. Detailed explanations of each game‘s algorithm are provided below.


Blackjack

  1. In Blackjack, every card draw is generated using a provably fair combination of the revealed server seed, client seed, hand nonce, and card index.
  2. For each card draw, our system deterministically generates an HMAC-SHA256 hash using the server seed together with the client seed, nonce, and draw position.
  3. The first portion of the resulting hash is converted into an integer and mapped to one of the 52 cards in a standard deck.
  4. Since each card draw is generated independently from its own unique seed combination, every draw has the same probability distribution and does not rely on a pre-shuffled shoe.
  5. Once the server seed has been revealed, players can independently reproduce every card dealt during the round and verify that the outcome was generated fairly.

The verifier below allows players to replay a blackjack round using the same card generation algorithm used by our backend servers, including player actions such as hit, stand, double, and split.