Basics
How the mechanics of Aviatrix work
What actually happens in one round: how a multiplier is born from a hash, where the casino's edge comes from, why instant break-offs at ×1.0x happen, and why the crash moment can't be predicted.
From the outside, an Aviatrix round looks like a live race: the plane gains altitude, the multiplier accelerates, and you decide when to exit. In reality the outcome is determined before takeoff, and the 'race' on screen is an animation of an already-computed result. Let's break down how it works inside and why it's done this way.
The round's lifecycle
Each round follows the same path, and the key point is that the result is locked in before your bet:
- Commitment. The server generates a secret server seed and publishes its hash before bets are accepted. The hash is a 'sealed envelope': it proves the seed has already been chosen but doesn't reveal it.
- The outcome is computed in advance. The break-off point is computed from server seed + client seed + nonce and locked in before takeoff.
- Flight. The plane takes off, the multiplier rises from ×1.00. You cash out the bet manually or by auto cash out.
- Break-off. At a pre-determined moment the flight stops; un-cashed-out bets burn.
- Reveal. After the round, the server seed is published — and anyone can recompute the multiplier and check it against the original hash.
This 'commitment → reveal' scheme is what's called provably fair. There's a separate article with an interactive check devoted to it; here what matters is only that the crash moment already exists at the start of the round.
Where the multiplier comes from
The break-off multiplier is derived from a cryptographic hash. In simplified terms: the values of server seed, client seed, and nonce are combined and run through a hash function (SHA-256). From the result a number h in the range from 0 to 1 is taken, and the multiplier is computed by a formula of the form:
When h is close to zero, the multiplier comes out around ×0.97 and hits the lower bound of ×1.00 — that's an instant break-off. When h is close to one, the multiplier flies high. This formula gives exactly the distribution discussed in the breakdown of RTP: the probability of reaching ×x is approximately 0.97/x. One round looks like this on a graph:
Where the casino's edge comes from
Imagine a 'perfectly fair' crash game with no house edge. In it the probability of reaching multiplier ×x would be exactly 1/x, and the return would be 100%. The real game differs by one detail: the distribution is shifted slightly, and the probability of reaching ×x becomes approximately 0.97/x. These missing 3% are the casino's edge.
An important consequence: the edge is the same for any cash-out target. Whether you cash out at ×1.5 or wait for ×50 — the average return is still about 97% of what was bet. So a 'right' exit point that would come out ahead over the distance doesn't exist; only variance changes. This is covered in detail with numbers in the article on RTP and variance.
Key point
The edge is built into the distribution
The casino doesn't 'monitor' your bets and doesn't tweak the round to target you — it doesn't need to. The advantage is already built into the multiplier formula itself (0.97 instead of 1.00). It works on its own over the distance, fairly and predictably on average.
Instant break-offs at ×1.0x
The most noticeable part of the edge is rounds that break off almost immediately. In the formula above, these are cases when h is small and the multiplier hits ×1.00. Such instant break-offs are a normal and inherent outcome, not a bug or the 'greed' of a particular casino.
'After several instant break-offs in a row, a big multiplier is already "due" — it's the perfect time to bet big.'
Rounds are independent. A streak of fast break-offs doesn't 'accumulate' a big multiplier and doesn't make the next round safer: the probabilities are the same every time.
Why it can't be predicted
The whole protection rests on two properties. First, the outcome is locked in before your bet and depends on the secret server seed. Second, until the end of the round only the hash of this seed is published, and the hash function is irreversible — you can't recover the original value from the hash.
From this a simple conclusion follows: a third-party app on your phone has no access to the server seed and can't reverse the hash function. So it has nowhere to compute the future multiplier from — no 'predictor' can know what hasn't been revealed yet. A detailed breakdown of this deception is in the article on predictors.
What you see on screen as a 'rising curve' is an animation of an already-computed result, not a process that can still be intercepted.
Bottom line: the mechanics of Aviatrix are simple and honestly verifiable, but that's exactly why there are no loopholes in them. Next we'll look at the strict numbers — what RTP 97% means in practice and why 'winning it back' doesn't work, in the breakdown of RTP and variance.
Frequently asked questions
Even before bets are accepted, the server generates a secret server seed and publishes its hash (a commitment). The outcome — the break-off point — is computed from this server seed, your client seed, and the round number (nonce) and locked in advance. Then the plane 'takes off,' the multiplier rises from ×1.00, and at a pre-determined moment the flight breaks off. After the round, the server seed is revealed, and you can recompute the result and check it against the published hash.
A perfectly fair crash game would pay 100%: the probability of reaching multiplier ×x would be exactly 1/x. To build in an edge, the distribution is shifted slightly — the probability of reaching ×x becomes approximately 0.97/x. These 'missing' 3% are the casino's edge. It's the same for any cash-out target: whatever multiplier you're aiming for, the average return is about 97%.
This is a normal outcome, not a glitch. In a crash game's distribution there's a noticeable share of rounds that break off almost immediately — at ×1.0x. It's largely in these instant break-offs that the casino's edge 'lives.' They can't be foreseen and can't be insured against: each round is independent, and previous fast break-offs don't make the next one 'safer.'
No. Auto cash out simply automatically cashes out the bet at a set multiplier — it's a convenience, not a strategy. The expectation stays the same: for any fixed cash-out target, the average return is about 97%. Auto cash out helps with discipline and removes reaction lag, but it doesn't change the math and doesn't give an edge over the casino.
Because it's computed from the server seed, which is kept secret until the end of the round — only its hash is published. The hash is irreversible: you can't recover the seed from it. A third-party app on your phone has no access to the server seed and can't reverse the hash function, so it simply has nowhere to compute the future multiplier from. The growth of the curve on screen is the playback of an already-decided result.