SSL Secured·Provably Fair·Rankings powered by real deposit volume data·Updated Jul 2026·18+ Gamble Responsibly
Game Strategy · Provably Fair · Jun 2026

DRAGON TOWER STRATEGY & ODDS

AM
Alex Mercer · ProvenlyFair.com Editorial Team
Updated Jul 202612 min read
Dragon Tower (also called Towers) is a Stake Originals climb-the-grid game: you pick one safe tile per row and rise up a nine-level tower, with the multiplier growing each step until you cash out or hit a hidden egg. It has a sourced 98% RTP and a 2% house edge. Almost no review site actually verifies that the egg positions are honest, so this guide does exactly that — we walk a real provably-fair check of the egg layout, lay out the per-level probability for every difficulty, and show with the math why no climbing pattern can beat the edge.

Verify It Yourself, Free

Grab the server seed, client seed and nonce from your Dragon Tower bet history and reproduce the egg layout in your browser. No sign-up, nothing leaves your device.

Open Provably Fair Verifier

How Dragon Tower Works

The tower has nine levels. Each level is a row of tiles, and exactly one tile per row hides a dragon egg (the "mine"). You climb by clicking a safe tile on each row; reveal an egg and the round ends with a loss. At any point you may cash out the current multiplier. Because each row is an independent draw, Dragon Tower is mathematically a sequence of survival checks — it is Mines turned on its side, which is why our Mines strategy guide shares the same core probability logic.

The difficulty you select changes the row width and the number of safe tiles, which sets your per-row survival probability. Stake publishes the configuration as a LEVEL_MAP, and the count/size values below are taken directly from it.

DifficultyTiles per rowSafe tilesEggsPer-level survival
Easy43175.00%
Medium32166.67%
Hard21150.00%
Expert31233.33%
Master41325.00%

Read the table carefully: Easy and Master both use a 4-wide row, but Easy hides one egg (so three tiles are safe) while Master hides three eggs (so only one tile is safe). That single design choice is the entire difference between a 75% and a 25% survival rate per level, and it is why Master tops out at six-figure multipliers while Easy does not.

Dragon Tower RTP & House Edge

Dragon Tower returns 98% to players, leaving a 2% house edge. That edge is baked into the payout ladder: every multiplier is set slightly below the "fair" inverse of your cumulative survival probability so that, on average, the house keeps 2% of everything wagered. The edge does not change with difficulty — Easy and Master are equally priced at 2%; they simply distribute that cost across very different variance profiles.

To see the edge concretely, take Easy mode. Each level survives with probability 0.75, so the fair multiplier after one safe tile would be 1 / 0.75 = 1.333x. Stake instead pays roughly 1.31x. The shortfall between 1.333x and 1.31x is the 2% house edge applied at that step, and it compounds the higher you climb.

Per-Level Probability Math

The probability of climbing successfully to a given level is the product of the per-level survival rates. On Easy (0.75 per row), the chance of clearing the first few levels is:

Level reached (Easy)Cumulative survivalApprox fair multiplierStake payout (~2% edge)
175.00%1.333x1.31x
256.25%1.778x1.74x
342.19%2.370x2.32x
431.64%3.160x3.10x
523.73%4.214x4.13x
9 (top)7.51%13.318x13.05x

The pattern is identical for the other difficulties — only the base survival rate changes. On Hard (0.50 per row) the cumulative survival halves every level: 50%, 25%, 12.5%, and so on, which is why a full nine-level Hard clear is a roughly 1-in-512 event and pays a far larger multiplier. On Master (0.25 per row) clearing all nine levels has a probability of 0.25 to the ninth power, about 0.00038%, which is precisely why the top Master multiplier reaches into the hundreds of thousands.

Crucial point: the egg positions are random and independent every round. A tile that was safe last game tells you nothing about this game. There is no "hot column" and no pattern to read, because each row is generated fresh from the cryptographic seed pair. The next section proves that.

Provably Fair Verification: Reproducing the Egg Layout

This is the part competitors skip. Dragon Tower is provably fair, which means every egg position is derived from three public inputs after you retire the seed: the server seed (committed in advance as a SHA-256 hash), your client seed, and the nonce (the bet counter). Here is the exact chain Stake uses, the same one our verifier tool runs:

  • 1
    Build the HMAC. Compute HMAC_SHA256(serverSeed, "clientSeed:nonce:0"). This returns a 32-byte hash (64 hex characters) that is fully determined before you ever clicked a tile.
  • 2
    Turn bytes into floats. Read the hash four bytes at a time and convert each group to a decimal in [0,1) with b₀/256 + b₁/256² + b₂/256³ + b₃/256⁴. One 32-byte hash yields eight floats; the game needs nine (one per level), so the cursor rolls to the next hash for the last row.
  • 3
    Place the egg(s) per row. For a row of size tiles, scale a float to a tile index with floor(float × size). Stake then runs a Fisher-Yates shuffle over the row using successive floats so that when a difficulty hides multiple eggs (Expert, Master) no two eggs land on the same tile.
  • 4
    Map to the board. The result is the full egg layout — e.g. on Easy a row might resolve to eggs at index [3], leaving tiles 1, 2 and 3 safe. Re-running steps 1–3 with your revealed seeds reproduces the identical layout, proving it was fixed before your first click.

Worked illustration on Easy (size 4, one egg per row). Suppose the first float derived from your hash is 0.8552. Then floor(0.8552 × 4) = floor(3.42) = 3, so the egg on row one sits on tile index 3 (the fourth tile), and tiles 0, 1 and 2 are safe. Every other row is computed the same way from the next float. Because you chose the client seed and the server-seed hash was published first, neither you nor the casino could have steered that egg after the bet — the layout is a pure function of values locked in advance.

Verify It Yourself, Free

Paste your Dragon Tower seeds and nonce into our verifier and it recreates the egg layout above instantly, in-browser. If the layout matches your game, the round was provably honest.

Open Provably Fair Verifier

Dragon Tower Strategies (and Why They Cannot Beat the Edge)

Let us be blunt up front: no Dragon Tower strategy changes the 2% house edge. The eggs are placed by HMAC-SHA256, not by anything you do, so no column-picking system, hot-streak theory, or stop-pattern can shift your expected value. What follows manages variance and bankroll only.

Low-Difficulty Grind (Lowest Variance)

Playing Easy and cashing out after two or three levels is the steadiest approach. Survival to level three on Easy is about 42%, paying roughly 2.32x. You will lose more often than you win, but the swings are small and your bankroll lasts. This is the difficulty for players who want long sessions and frequent small wins rather than a shot at a screenshot multiplier.

Fixed Cash-Out Level (Discipline Over Greed)

Decide your exit row before you start — say "cash out at level 4, every round" — and stick to it. The math reason this helps is not that it improves EV (it does not) but that it removes the in-the-moment temptation to push one row too far, which is where most balances evaporate. A pre-committed exit converts a streaky game into a near-mechanical one.

High-Difficulty Lottery (Highest Variance)

Hard, Expert and Master are lottery tickets. The top of a Master tower can pay over 256,000x, but the probability of getting there is roughly 0.0004%. Treat these modes as entertainment with a tiny moonshot attached, stake only what you are fully prepared to lose, and never chase a Master clear with rising bet sizes — the variance is brutal and the edge is still 2%.

Flat Betting + Session Limits (Most Practical)

The single most effective approach is not a tile system at all. Bet a flat 1–2% of your bankroll per round, set a profit target and a stop-loss before you begin, and walk away when you hit either. This is the same conclusion we reach in every game guide because it is the only one the math supports.

Key Takeaways

  • 1. Dragon Tower RTP is 98% with a 2% house edge, identical across all five difficulties.
  • 2. Per-level survival is fixed by design: Easy 75%, Medium 66.7%, Hard 50%, Expert 33.3%, Master 25%.
  • 3. Egg positions are HMAC-SHA256 driven and Fisher-Yates shuffled — provably random, with no readable patterns.
  • 4. No climbing strategy beats the edge. Systems only shape variance, never expected value.
  • 5. Verify before you trust. Reproduce any egg layout from your seeds in our free verifier.

Frequently Asked Questions

Dragon Tower has a 98% RTP, which means a 2% house edge. That edge is the same on every difficulty — Easy through Master are all priced at 2%; they differ only in volatility, not in expected return.
Per-level survival is set by the LEVEL_MAP: Easy 75% (3 safe of 4 tiles), Medium 66.7% (2 of 3), Hard 50% (1 of 2), Expert 33.3% (1 safe of 3, two eggs), and Master 25% (1 safe of 4, three eggs). Your chance of reaching a level is the product of the per-row rates.
Yes. Every egg position is derived from HMAC_SHA256(serverSeed, "clientSeed:nonce:0"): the hash is turned into floats, each float is scaled to a tile index with floor(float × row size), and multi-egg rows are Fisher-Yates shuffled. After you retire the seed, paste your server seed, client seed and nonce into our provably fair verifier to reproduce the exact layout.
No strategy changes the 2% house edge, because the eggs are placed cryptographically before your first click. Strategies like fixed cash-out levels or low-difficulty grinding only manage variance and bankroll — they do not improve your long-run expected value.
No. Each round is generated fresh from a new nonce, and the positions are random and independent of every previous round. There is no hot column or pattern to read — a tile being safe last game has zero bearing on this game.
There is no mathematically "best" difficulty since all share a 2% edge. Easy offers the lowest variance and longest sessions; Master offers the highest variance and the largest top multiplier (256,000x+) at a roughly 0.0004% chance of a full clear. Pick based on the swings you want, not on expected value.
AM
Alex Mercer
Alex covers crypto casino game strategy and provably fair mechanics for the ProvenlyFair.com Editorial Team, with a focus on the mathematics behind Stake Originals.
Stake — Dragon Tower, provably fair
Play Dragon Tower