Payout

When a player triggers an End Condition, the match ends and the prize vault changes to that player's color. Payouts are then settled based on player entry fees and key distribution as follows:

  • The game ender first gets an amount worth their entry fee from the prize pool, including any amount they have raised.
  • Then, the rest of the pool is divided into NN equal chunks where NN is the number of total keys matching the vault's color. The chunks are then distributed to the current owners of those keys.

Example: Suppose the 5 players are called A B C D E, and each player puts up 10 and total entry fees are 50. Suppose nobody raises for simplicity's sake. B ends up ending the game when A owns 4 of B-colored keys, B owns 2, C owns 3, D owns 1, and E owns 0. B takes 10 first. The remaining 5010=4050-10=40 is divided into 10 chunks each of 40÷10=440\div10=4. In this process, A gets 4×4=164\times4=16; B gets 8; C gets 12; D gets 4; E gets nothing. In total, A earns 1610=616-10=6; B earns 8; C earns 2; D loses 6; E loses 10.