A crash game you can audit, line by line.Crash-თამაში, რომლის შემოწმებაც სტრიქონ-სტრიქონ შეგიძლიათ.

Provably fair by construction: the outcome of every round is fixed by a hash chain committed to before a single bet is taken, and any player can re-derive it in their own browser. Below is the real game. The lobby mints a demo session and hands the client a token, which is the shape of an operator's launch flow; a real deployment takes the token from the operator instead.

სამართლიანი აგებულებით: ყოველი რაუნდის შედეგს აფიქსირებს ჰეშ-ჯაჭვი, რომელიც პირველ ფსონამდეა დადასტურებული, და ნებისმიერ მოთამაშეს შეუძლია მისი გადამოწმება საკუთარ ბრაუზერში. ქვემოთ ნამდვილი თამაშია. ლობი ქმნის დემო-სესიას და კლიენტს ტოკენს გადასცემს — ზუსტად ისე, როგორც ოპერატორის გაშვების ნაკადი მუშაობს; ნამდვილ განლაგებაში ტოკენი ოპერატორისგან მოდის.

RTP 97.00% Cap 25,000x Server-side auto cash-out Seamless-wallet boundary
Fox Adventures
launch /game/?token=… Full screen ↗
Playთამაში

Opens the game full screen. Play money; your balance and name are kept on this device.

თამაშს სრულ ეკრანზე ხსნის. სათამაშო ფული; ბალანსი და სახელი ამ მოწყობილობაზე ინახება.

Play money only. Balances are demo credits with no cash value, and the lobby is populated with clearly labelled simulated players so the bet feed is not empty. Your balance, your name and the round history are kept for ninety days from your last visit. For adults (18+).

მხოლოდ სათამაშო ფული. ბალანსი დემო-კრედიტებია, ფულადი ღირებულების გარეშე; ლენტაში „BOT“-ად მონიშნული სიმულირებული მოთამაშეები არიან, რომ ცარიელი არ იყოს. ბალანსი, სახელი და რაუნდების ისტორია ბოლო ვიზიტიდან ოთხმოცდაათი დღე ინახება. მხოლოდ სრულწლოვნებისთვის (18+).

Provable fairness

seed[i+1] = SHA256(seed[i]), played backwards from a published commitment. The crash point is HMAC-SHA256(salt, seed) mapped onto the distribution P(crash ≥ x) = 0.97 / x, and a round pays the highest rung of its ladder at or below that point. The ladder is built from the commitment, so it is public before betting closes and says nothing about the outcome.

The salt is meant to be a block hash published after the commitment, so the chain cannot have been shopped for. Whether this table has one set is shown below.

commitment
salt
/api/fairness has the rest, and POST /api/verify re-derives any revealed round.

For operatorsოპერატორებისთვის

One integration, the shape every aggregator expects:

ერთი ინტეგრაცია, იმ ფორმით, რასაც ყველა აგრეგატორი ელის:

  • Launch-token exchange: your server asks for a token with its API key, the player's first connection spends itგაშვების ტოკენი: თქვენი სერვერი API-გასაღებით ითხოვს ტოკენს, მოთამაშის პირველი კავშირი მას ხარჯავს
  • Seamless wallet over HTTP with HMAC-signed calls: balance, debit, credit, rollback, every one with an idempotency keySeamless-საფულე HTTP-ზე HMAC-ხელმოწერილი გამოძახებებით: balance, debit, credit, rollback, ყოველი idempotency-გასაღებით
  • Auto cash-out settled on the server clock; outcomes decided before the wallet is writtenავტო-გატანა სერვერის საათზე; შედეგი წყდება საფულეში ჩაწერამდე
  • Per-operator currency, table limits, brand and frame policy; daily settlement as JSON or CSVოპერატორის ვალუტა, მაგიდის ლიმიტები, ბრენდი და frame-პოლიტიკა; დღიური ანგარიშსწორება JSON-ად ან CSV-დ
  • Postgres double-entry ledger, back office, Prometheus metrics and alerts, loss limits, reality checks and self-exclusion enforced on the serverPostgres ორმაგი ბუღალტერია, back office, Prometheus-მეტრიკები და ალერტები, სერვერზე აღსრულებული წაგების ლიმიტები, შეხსენება და თვითგამორიცხვა

Not yet: a laboratory certificate or a licence. The engine is built to be frozen and submitted; the routes are compared in LAUNCH.md.

ჯერ არა: ლაბორატორიის სერტიფიკატი და ლიცენზია. ძრავა ისეა აგებული, რომ გაიყინოს და ჩაბარდეს; გზები შედარებულია LAUNCH.md-ში.

Read the integration contract →ინტეგრაციის კონტრაქტი →

House edge

One dial. Return to player is exactly 1 − edge at every cash-out target, so no strategy beats any other — a property the test suite asserts against 300,000 simulated rounds on each run. The stepped ladder, the bonus rungs and the gold rounds change the route to a number, not its probability; that is tested too.

The edge surfaces as rounds that end before their first rung and nowhere else: about 5% of rounds at a 3% edge, against 3.96% on the bare curve, because the first rung is the lowest payable number.