Two players, one pot, a server that keeps the clock.
Pick a stake, take the seat, play it out. Both stakes leave both balances before the first move and sit in escrow until the position is decided. The result settles itself — no claims, no disputes, no waiting on the other side to agree.
- The pot is held, not promisedBoth stakes leave both balances before the first move and sit in escrow until the game has a result.
- The server keeps the clockTime is measured where the moves are validated, so a slow connection is not a lost game.
- Every cent is an entryStakes, payouts, deposits and withdrawals are double-entry lines you can read back in your statement.
- Cards are handled by StripePayments are taken on Stripe’s own page. Gambit never sees or stores your card details.
- Each player stakes
- $0.50
- Pot held in escrow
- $1.00
- House cut on a decisive game
- −$0.05
- Winner is paid
- $0.95
- If the game is drawn
- $0.50 back each
A pot you can follow line by line.
Three transfers, in this order. Each is a row in your statement, and each one either happens completely or not at all.
The stake is escrowed in the same transaction that writes the seat, so there is no window in which a seat exists and the money behind it does not. If you are short, the seat is never created.
- 1You open a seat
user:you −50 → system:escrow +50
Your stake leaves your balance the moment the seat is advertised, not when someone takes it.
- 2Someone takes it
user:them −50 → system:escrow +50
Their stake is escrowed and the game starts in one transaction. Colours are drawn at random.
- 3The position is decided
system:escrow −100 → winner +95, rake +5
Checkmate, resignation, a flag falling or a drawing rule — the server settles from the position, not from a claim.
The part most sites leave off.
Gambit is built to hold real money and is not yet holding any. Here is exactly what that means, stated before you sign up rather than after.
Balances are play credits
Deposits are not charged and withdrawals are not paid out. The real-money payment provider is a stub that refuses by design, so there is nothing to lose and nothing to win.
Real-money play is not switched on
It needs a licensed processor, identity verification, server-side geofencing and per-jurisdiction legal clearance. When it is switched on, staked play will not be available in fourteen US states, and the list is a dated snapshot rather than a standing fact.
Cheating detection is partial
Move-timing and collusion signals rank games and pairs of accounts for a human to review. Engine move-quality analysis — the stronger signal — is not built yet, and no statistic here ever decides anything on its own.