JustBet
AppChat
  • What's JustBet?
  • ✨Getting Started
    • Creating an Account
    • Depositing & Withdrawing
    • Selecting & Playing Games
  • 💰Rewards & Promotions
    • Cashback Rewards
    • JustBet Points
    • Bonuses
    • Affiliates
  • VIP
  • 🏦Bankroll
    • Be the House
    • Stake WINR
  • 🔐Security & Support
    • Safe Betting
    • Advanced Security Architecture
  • 📒Developer & Technical Details
    • Contracts
    • Audit
    • GitHub
  • ❕Extras
    • FAQ
    • Useful Links
    • Glossary
    • Roadmap
    • Media Kit
Powered by GitBook
On this page
  • Commit-Reveal Randomness Protocol 🎲
  • Timeout + Penalty Logic ⏱️
  • Reiteration for Disconnection Recovery 🔁
  • Budget-Aware Payout Engine 💸
  • Backend Protection Layer 🧱
  • Built for the Future of Onchain Gaming 🚀
  1. Security & Support

Advanced Security Architecture

JustBet is built with deep, smart contract level security designed to make onchain gaming possible, reliable, fair, and unstoppable. Below are the core architectural components that protect the platform, players, and liquidity.

Commit-Reveal Randomness Protocol 🎲

To prevent manipulation or front-running, JustBet uses a commit-reveal flow for randomness:

  • Commit phase: The player’s move is locked in, but not yet revealed.

  • Reveal phase: The outcome is resolved with verifiable randomness.

  • Replay protection & time limits make the system resistant to abuse.

Result: Game results can’t be predicted, manipulated, or reversed.


Timeout + Penalty Logic ⏱️

To avoid stalled or abandoned games, JustBet includes an automatic timeout system:

  • If a user becomes inactive, the game auto-resolves.

  • For simple games: 100% refund.

  • For multi-step games: A fair partial penalty is applied.

Result: No blocked games, and no need for admin intervention.


Reiteration for Disconnection Recovery 🔁

If a player disconnects mid-game, they can safely resubmit the same move without loss:

  • Stateless replay system

  • Onchain grace period

  • Failsafe resolution if no action is received

Result: Users don’t lose funds or games due to network issues.


Budget-Aware Payout Engine 💸

To ensure payouts succeed even during low liquidity moments:

  • All games reference current bankroll availability

  • If a payout exceeds current funds:

    • The user receives the available portion instantly

    • The remaining is marked as claimable later

Result: No failed payouts, users always get what they owe.


Backend Protection Layer 🧱

Even though JustBet is fully onchain, the frontend and infrastructure are protected against spam, abuse, and overload via:

  • Web Application Firewall (WAF)

  • Smart rate limiting

  • Geo/IP filtering

  • Live bankroll + payout monitoring

Result: No downtime, even under stress.


Built for the Future of Onchain Gaming 🚀

These systems are more than just security patches. They are core building blocks for scaling decentralized gaming to thousands of users.

JustBet doesn’t rely on “trust,” it relies on code, math, and transparency.

PreviousSafe BettingNextContracts

Last updated 25 days ago

🔐