πŸš€Meme Crash

Meme Crash is an innovative twist on the classic crash game, combining the degeneracy of crypto meme tokens with fast-paced multiplier action.

Mechanism

Each round, a random meme token is selected, showcasing a system-generated multiplier, or "price pump." Before the token begins "pumping," users can place their bets. As the multiplier rises, players must choose the optimal moment to cash out before the inevitable crash. Payouts are based on the multiplier at the cash-out point, with each round lasting under 60 seconds, delivering an intense, high-reward experience.

Game Flow

The game unfolds in five rapid phases:

  1. User Betting (on-chain)

  2. Collecting Bet Data (on-chain)

  3. Preparing for the Price Pump

  4. Price Pump Begins

  5. Final Price Crash (Verifiable)

  6. Reward Distribution (On-Chain)

The entire round completes within 60 seconds.

Winning Define

Users can cash out at any time during the price increase. The token’s price starts at 1x and reaches a peak before crashing back to 0. If a user cashes out before the crash, they receive a payout based on the multiplier. Failing to cash out before the crash results in losing the bet.

Auto Cash-Out Feature

Auto cash-out allows users to set a target multiplier, automatically cashing out when reached, helping manage risk without missing the optimal exit point.

Multiplier Generation

The multiplier is generated through cryptographic algorithms right before each round in real time, ensuring provable fairness with a server seed, salt and client seed combination. Results are locked when multiplier starts to rise, preventing any manipulation.

The algo of RNG shows below:

Multiplier=1/(aβˆ’bβˆ—Math.pow(x,1.1))Multiplier = 1/(a-b*Math.pow(x,1.1))

Where:

a = 1.008;

b = 1.008.

Provably Fair and Verifiable

Meme Crash is fully verifiable and uses "Provably Fair" technology, which guarantees fairness in the game results. Round results are generated through the contributions of both the operator and player seeds, making the outcome transparent and tamper-proof. Players can verify results by reviewing the round history or checking recent multipliers under the price chart.

Below shows a simple example of the random result generation:

Betting & Winnings Limits

  • Minimum bet per player: 0.01 SOL

  • Maximum bet per player: 5 SOL

  • Max winnings per player: 50 SOL

  • Total winnings cap per round: 100 SOL

These limits will evolve to meet the growing demand on the platform.

Claiming Rewards

Rewards are directly distributed to the user’s wallet account on-chain, ensuring secure access. Players can claim their winnings through the "Claim Winnings" option on the main game interface or dashboard.

Last updated