Android Chrome
The four-field form renders full-width with the SMS autofill hint enabled. Codes drop straight into the input from your notification shade without copy-paste.
Register once and the full lobby opens — live tables, slot rooms and sportsbook markets in a single account. We've kept the form short: a username, a password...
Registration runs on one screen. You pick a username, set a password, type the mobile number you can receive SMS on, and choose a preferred wallet from DANA, OVO, GoPay or QRIS. We send a six-digit code, you paste it back, and the account is live. No email loop, no document upload at this stage. Once you're in, the lobby remembers your
wallet choice so the cashier auto-suggests it on every deposit you run from that point.
We verify with a one-time SMS code rather than scraping contact lists. Your number is used to confirm the account and route cashier alerts, nothing else gets pushed to it.
The registration form posts over TLS to our account service. Passwords are hashed before storage, so even our internal teams never see the plain string you typed in.
When you link DANA, OVO or GoPay, we store a token from the wallet provider rather than your raw credentials. Revoking the link from your wallet app cuts our access instantly.
Each new sign-in invalidates the previous device token. If your phone is lost after registration, logging in elsewhere kicks the old session and protects the cashier.
Registration runs only where local law permits. The form reads your network region at submit and routes supported Indonesia regions through the standard flow.
Suspicious sign-ups — repeated numbers, mismatched wallet names — drop into a manual queue. A human checks before the account unlocks, keeping the lobby clean for genuine sign-ups.
The four-field form renders full-width with the SMS autofill hint enabled. Codes drop straight into the input from your notification shade without copy-paste.
On Safari the same form uses iOS keychain to suggest a strong password. The SMS autofill chip appears above the keyboard the moment your code arrives.
Desktop sign-up keeps the layout identical but adds a QR option: scan with your phone and finish the SMS step there instead of typing the number twice.
Inside the app webview, registration skips the captcha because the device fingerprint is already trusted. Three taps from launch to lobby in most sessions.
On tablets the form sits centred at 480px width. Fields stay touch-sized and the keyboard never overlaps the submit button at any orientation.
If bandwidth drops, the form switches to a lightweight version. Validation runs locally first so you don't burn data on round-trips before the SMS step.
If your phone number is already linked to an account, the form detects it and redirects to the login screen instead, avoiding accidental duplicates.