1-499,999
500,000-554,999
555,000-999,999
Win Range: 1 - 247,499
2.01x
House Edge: 0.1%
0.00000001 BTC
Provably Fair System
Our system uses cryptographic methods to ensure 100% fairness.
How it works:
- Server generates a secret seed
- Client seed is provided by the player
- Nonce increments with each bet
- Result is calculated using HMAC-SHA512
- Result is converted to a number between 1-999,999
Number Ranges:
- 1 - 499,999: LOW win range
- 500,000 - 554,999: OUT OF RANGE (always lose)
- 555,000 - 999,999: HIGH win range
API Documentation
Available Endpoints:
GET /api/balance?token=YOUR_TOKEN
→ Get user balance
POST /api/bet
→ Place a bet (requires Authorization header)
GET /api/history?token=TOKEN&limit=10
→ Get bet history
POST /api/deposit
→ Create deposit address
POST /api/withdraw
→ Request withdrawal
Example Usage:
// Get balance
fetch('/api/balance?token=YOUR_API_TOKEN')
.then(response => response.json())
.then(data => {
if (data.success) {
console.log('Balance:', data.data.balance);
}
});
// Place bet
fetch('/api/bet', {
method: 'POST',
headers: {
'Authorization': 'YOUR_API_TOKEN',
'Content-Type': 'application/json'
},
body: JSON.stringify({
amount: 0.0001,
chance: 49.5,
type: 'low',
currency: 'BTC'
})
});
How to Play
Game Rules:
- Choose your bet amount and win chance (1-99%)
- Bet LOW if you think the random number will be BELOW your chance range
- Bet HIGH if you think it will be ABOVE the complementary range
- If correct, you win your bet multiplied by the payout
- If wrong, you lose your bet amount
- If number is 500,000-554,999, you automatically lose (out of range)
Payout Formula:
Payout = (Bet Amount × (100 / Win Chance)) × (1 - House Edge)
House Edge:
- Base house edge: 0.1%
- Increases with bet amount up to 5%
- Displayed in the chance panel
Important Notes:
- Daily profit limit: 500.00000000 BTC
- Minimum bet: 0.00000001 BTC
- Maximum bet: 0.01000000 BTC
- Supported coins: BTC, ETH, LTC, DOGE, SOL, USDT, XRP, BNB, BONK, SHIB, BTT