All articles
TutorialStrategy

What Happens When You Stake on Bluff Kingdom: From Click to Settlement

Most players know what staking does in the abstract. This post is the explicit version: every event between you clicking confirm and the game settling, and what each one means for your balance.

Bluff Kingdom

April 23, 2026·7 min read
What Happens When You Stake on Bluff Kingdom: From Click to Settlement

Confirming a stake takes a second. The chain of events behind that click runs all the way to settlement at the close. Here is each step, in order, with what it means for you.

Key takeaways

  • 1

    A stake is committed at confirm

    The moment you click confirm, the staked amount is held against the game. There is no cancel and no edit.

  • 2

    Played amount goes up

    Your stake adds to the played pool of the game. That's the number every fee and payout is computed against.

  • 3

    Settlement is automatic

    At the closing time, the salt is revealed, fees are applied to the played pool, and winners receive their share — no manual close, no creator override.

Why a Step-by-Step Walkthrough

Players sometimes describe staking as "putting money on a side", and that's roughly right — but it elides a sequence of state changes that matter when you're trying to read a game page or troubleshoot a result. This post is the explicit list, in order.

Step 0 — Before You Click

Some context for what's happening when you click stake.

  • Your balance has a per-token component on the backend (USDC and USDT tracked separately). The unified total in the wallet UI is a display roll-up.
  • The game has a token (USDC or USDT). Your stake will come out of the per-token portion of your balance that matches the game's token.
  • The game has a funded pool (cap) and a played pool (current). Your stake adds to the played pool, up to the cap.
  • The game has a hash (the creator's chosen correct answer + secret salt, hashed at creation time). The hash is public; the salt is not, until close.

Your stake is going to interact with all of these. None of them change as a result of you staking, except the played pool, which goes up.

Step 1 — You Click Confirm

The exact instant you confirm a stake, the platform does the following, atomically:

  1. Verifies you have the funds. It checks your per-token balance against the stake amount. If you don't have enough in that specific token, the stake is rejected with a clear error.
  2. Holds the staked amount. The funds are moved from your available balance to a held state, attached to this game and this side.
  3. Adds the stake to the played pool. The game's played-pool counter goes up by your stake amount, with the side you chose recorded.
  4. Records your play. Your stake becomes a row in your account's transaction history and on your transactions page.

After this point, your stake is locked. You can't cancel, edit the side, change the amount, or remove the stake. The game will either settle or close empty, but your stake is committed.

Step 2 — The Game Continues

After you stake, the game continues to accept other plays from other players. The played pool keeps moving as more stakes land.

Things that can change:

  • The played pool grows on either side as more players stake.
  • The per-side split shifts based on where stakes are landing.
  • Other players can stake on the same side as you, the opposite side, or both at different times.

Things that can't change:

  • The question, outcomes, hash, closing time, and funded pool. All locked at publish.
  • Your stake. Locked at confirm.

Step 3 — The Played Pool Hits the Cap (Maybe)

If enough players stake, the played pool may reach the funded pool before the closing time. At that point:

  • The platform stops accepting new stakes.
  • The game is "filled" — its played pool equals its funded pool.
  • Existing stakes (including yours) remain in their current states.
  • The game continues to count down to the closing time.

If the played pool never hits the cap, the game just runs to its closing time with the played pool at whatever level it reached. The unplayed remainder will return to the creator at close.

Step 4 — Closing Time Is Reached

At the scheduled closing time:

  1. The platform stops accepting stakes. Even if the played pool was below the cap, no more stakes can land after closing time.
  2. The salt is revealed. It becomes public on the game's result page.
  3. The correct answer becomes public. Players can now see (and verify) which side won.

The closing time is automatic — no one closes the game manually.

Step 5 — Settlement

Once the salt is revealed and the correct answer is known, the platform settles the game.

For each side, separately:

  • Total stakes on the side = sum of all individual player stakes that picked that side.
  • The winning side's stakes are returned to those players in full.
  • The losing side's stakes form the redistribution pool.
  • The platform fee is 2% on the played amount, taken at settlement as 2% of the creator's winnings plus 2% of players' winnings.
  • Losing stakes are not charged a separate fee — the loss is the loss.
  • The unplayed remainder of the funded pool is returned to the creator with no fee.

The dedicated post on the fee model walks through worked examples in more detail.

Step 6 — You See the Result

Open the game page (now showing the result page) to see:

  • The original hash and the revealed salt.
  • The correct answer.
  • The played amounts on each side.
  • The fee deductions.
  • Your individual payout (if you won) or the closed-out stake (if you lost).
  • A Verify link to confirm the answer was committed at creation.

Your transactions page reflects:

  • Your stake (debit at confirm time).
  • Your payout (credit at settlement, if you won).
  • The fee applied (visible in the breakdown).

If you won, the credited amount is your share of the losing-side pool plus your original stake back, minus fees as applied.

If you lost, the stake is gone — that's the game.

What "Locked" Actually Means

When we say your stake is locked, we mean a specific thing:

  • The platform won't return the stake on demand before close.
  • The platform won't let you change which side it's on.
  • The platform won't let you reduce the amount.
  • The platform won't let you cancel the play.

You can:

  • Stake additional amounts on the same game (a second, separate play).
  • Stake on the other side (the platform doesn't restrict you to one side).
  • Stake on different games entirely.

The first stake is just one event in your transaction history, not a per-game commitment that excludes you from doing more.

What Happens to the Played Pool's Per-Side Split

Many game pages show how the played pool is split between the two sides. This is informational, not directly involved in the math:

  • It tells you how the crowd has been positioning.
  • It does not change payout odds — payouts are a proportional share of the losing side's pool, regardless of how lopsided that pool is.
  • It does not affect fees — fees apply on the played amount on each side independently.

Some players treat a heavy lean as a signal that the heavy side is correct; others treat it as a signal that the heavy side is wrong and the edge is on the lighter side. Both readings are common; the platform doesn't pick one.

Why It's All Automatic

There's no manual settlement, no creator override, no support button to "close early". The reasons:

  • Immutability. The game's terms are locked from publish. The closing time is part of those terms. Settlement at the locked time keeps the platform's promise to players who staked.
  • Fairness. The hash + salt model only works if the platform can't intervene to change the outcome. Automated settlement removes the human override that would otherwise have to be trusted.
  • Predictability. Players know exactly when results will arrive. Creators know they can't be pressured to close early or extend.

The post on why games can't be edited or deleted covers the immutability rationale in detail.

Common Misunderstandings

A few patterns worth flagging.

"I can take my stake back if I change my mind"

You can't. Stakes are locked at confirm.

"If I stake more, my fee is per-game not per-stake"

The player fee is per-stake, taken at settlement on whatever each stake actually wins. Two 5 stakes that both win incur 2% on each winning payout independently.

"The game stops if it fills before closing time"

The game stops accepting stakes when the played pool hits the funded pool, but it still counts down to the closing time before settling. The closing time is when the salt is revealed.

"Late stakes have lower fees because the pool is fuller"

No. The fee is 2% regardless of when the stake landed. The pool's state affects payout (proportional share of the losing-side pool), not your fee.

Frequently Asked Questions

Can I cancel my stake? No. Stakes are locked at the moment of confirm.

Can I stake more than once on the same game? Yes. You can place multiple stakes on the same game, on the same side or the opposite side.

Does the game have to fill for settlement to happen? No. Settlement happens at the closing time regardless of whether the played pool hit the funded pool. Unplayed remainder returns to the creator with no fee.

When do I see the payout? At settlement, immediately after closing time. The result page and your transactions page both update.

What if there's a tie? A binary game has exactly two outcomes. There's no tie outcome; exactly one of the two is correct.

Why is the player fee taken at settlement instead of at stake time? The fee applies on the played pool, which is only finalised at close. The platform takes the fee from the redistribution flow, not from your stake at confirm time, because the math depends on the final state of the played pool.

Where to Go Next

For the game-page elements you'll be reading before you stake, Reading a Bluff Kingdom game page is the dedicated guide. For verifying the result after settlement, the verify-page post walks through the verifier. And the help center is the canonical reference for staking and settlement rules.

Conclusion

Staking is a one-click commitment with a deterministic chain of consequences. Once you can name each step in that chain, the platform stops feeling magical and starts feeling like a system you understand.

Read a game page first

Knowing what every element on the game page means before you stake is the single biggest skill upgrade for new players.

Open

Found this useful? Share it.

Bluff Kingdom

Written by

Bluff KingdomEditorial Team

Updates, guides, and strategy from the Bluff Kingdom team.

More articles