This back-office is restricted to the brand operator wallet configured in brand.json. Connect and sign a one-time message to prove key ownership. Read-only — the signature never leaves your browser.
Reads FeeSplitter.brandAccrued(operator) — the contract's native per-brand accounting. Casino state-channel fees currently route via the ChannelManager fee split (burn/rebate/standby/vault), so this accrual reflects the RiskEngine markup path only. Zero is an honest zero, not an error.
Built from on-chain ChannelOpened / CooperativeClosed / ForceClosed events for this operator. Sessions and deposits are exact; per-hand bet history lives off-chain in the state channel (see proofs per player).
| Wallet | Sessions | Total deposited | Last status | Proofs | Explorer |
|---|---|---|---|---|---|
| loading… | |||||
Risk signals computed server-side by the house node from its own session data: bonus-farm pattern (share of near-even-money bets while bonus credit was locked), rapid cycling (open→close under 10 min with <5 RUSD wagered), shared funding source (one-hop: earliest incoming RUSD transfer per wallet — multiple fresh wallets funded by the same parent), sanctions attempts (session opens tried while on the public OFAC SDN list). Thresholds come from brand.json riskThresholds (defaults shown below).
| Wallet | Risk | Signals | Volume | Cycles | Status | Actions |
|---|---|---|---|---|---|---|
| loading… | ||||||
⚖️ Protocol honesty: blocking a wallet only refuses NEW session opens for this brand. On-chain funds and forceClose withdrawal can NEVER be blocked — a player can always exit with what the dual-signed state owes them. That is by design.
White-label brands provisioned through the wizard's 🚀 GO LIVE (POST /provision — fully automated: config validation + EV check → live path-tenant deploy).
| Brand | Name | URL | Created | Operator | Bonus | AML | Status |
|---|
Create a new white-label brand with the provisioning wizard — 🚀 GO LIVE deploys a real tenant at maycasino.xyz/t/<brand>/ automatically (operator-signed, EV-validated). Full guide: operator docs.