If the casino has 0.5% of progressive jackpot bonus and 0.5% of social bonus then the house edge is bigger than 1%, how much is the house edge.
Thanks for the questions. I probably should have put more info on the house edge in the post.
You're on the right track. The game is based on the original BustaBit design so first lets start there:
1) Scaled edge between 0-1% depending on when you cash out. Effectively it will be closest to 0 with earlier cashouts and it rises to .8 or so by ~18x. This is baked into the crash points themselves and can be seen/proven with
JS fiddle linked here.
2) 1/101 times the game instant crashes at 0x. This adds a clean 1% on top. This is also baked directly into the crash point generator as can be seen the JSFiddle linked above.
Those are the only two factors that add to the edge. Thus, the largest the house edge can be is ~1.8% and that would be if you cashed out later and never received any social bonus which is very unlikely. However, then we will factor in the bonuses and rakeback.
1) Social Bonus of .5% -
Each round the game pays out .5% of all wagers those to those that cashout last. This .5% is not deducted from players or wagers directly but instead from the 0x crash! In the original BaB v1 game this was set to 1% to perfectly match the 0x...Thus in by design, 'strategic play can reduce the house edge below 1%'. However, we dropped social bonus to .5% to make room for the progressive jackpot...
2) FatCat Progressive Jackpot - .5% of each wager is allocated (symbolically but NOT taken from the players wagers directly) into the jackpot pool. The the fatCat triggers on any game greater than 25Kx (example below) and pays out proportional to all players in the round based on bet size, regardless of if they cashed before the crash or not. So, this is the other 1/2 of the 0x crashes. The house collects this .5% as the other 1/2 of the 1/101 0x crashes NOT directly from players each round.
If you play for social bonus and jackpot
you can effectively reduce the house edge down to JUST the scaled edge between 0-1%. 3) Rakeback - This is currently a tiered system that returns a % of your wagers back based on your total wagered per week. The initial (and current) configuration is like this:
YIELD MONKEY
• 0.03% Rakeback
• Min Volume: 0 ETH
DEGEN 2.4
• 0.06% Rakeback
• Min Volume: 50 ETH
RAGE WHALE
• 0.10% Rakeback
• Min Volume: 200 ETH
In order to be eligible earn rakeback you simply need to join the players club. For now, as the rakeback is a new feature, we're manually approving players to join so we can keep an eye on things. We're likely going to drop the volume requirements significantly in the coming weeks to better align with our top players wagers.
So, depending on how much you wager you can further reduce the edge by up to .1%. So what is the actual house edge then?Long story short, it cannot be higher than 1.8% and can be as low as .1 or .2% depending on your strategy. Specifically, when you cash out, and if you're generating rakeback and staying in long enough to catch the Jackpot. And how does the jackpot works, does It go for 1 players or múltiple players share the jackpot on the same round, and how to win It?
The FatCat Jackpot pays out to all players in any round greater than or equal to 25k X proportional to their bet size. Here you can find a list of all previous FatCats. You can click into them to see the payouts:
https://www.blastcrash.xyz/jackpots.
Here is an example from game 269267:
https://www.blastcrash.xyz/jackpot/2:
Total Payout: 220,071.95 Zabos
Crashed @: 30,040.99x
Game: 269627
Date: 11/25/2024, 4:03:16 PM
Player Bet % of Pot Payout 1 40 Zabos 51.00% 112,236.69
2 20 Zabos 26.00% 57,218.71
3 15 Zabos 19.00% 41,813.67
4 3 Zabos 4.00% 8,802.88
Zabos are equal to Szabos. So 1 ETH = 1,000,000 Zabos/Szabos.
Please let me know if that doesn't answer your question or if you have any more questions. Thanks!