Role-Based Permissions
Every screen and action is gated by Boss, Super Admin, Master, Agent and Player roles — enforced both server-side and at the database row level.
BetX runs on a hierarchical points engine with strict role permissions, append-only audit logs, and a risk pipeline that catches anomalies before they move money.
Security Stack
Every screen and action is gated by Boss, Super Admin, Master, Agent and Player roles — enforced both server-side and at the database row level.
Every financial and admin action is recorded with actor, target, timestamp and payload. Logs are append-only — nothing is ever deleted.
Balance changes, bet placements and transfers run through atomic, idempotent server functions that verify ownership and limits.
Unusual amounts, transfer chains and at-risk accounts are scored in real time and routed to a manual review queue before settlement.
Sensitive fields are never broadcast on public realtime channels. Read access is scoped to the owner and their authorized supervisors.
Registration codes and agent links are validated server-side, blocking unauthorized re-parenting or manual hierarchy edits.
Privacy
Four commitments shape how BetX handles personal and financial data.
We only store data required for account management, agent affiliation, balances, financial requests, and operational control.
Access to personal or financial information is limited to the user, their direct agent/master, and authorized staff scoped to their role.
Sensitive actions — balance changes, freezes, transfer approvals, account closure — are written to an immutable control log.
Exceptional events trigger freezing, manual review, or supervisor approval before the account can continue operating.
Every action you take on BetX is logged, scored and verified — so the game stays clean and your points stay safe.