Super Agent Portal — Overview
kioskgaming_superagent is a web SPA for CDN Super Agents — the tier above Agent in the KioskGaming ecosystem. Super Agents manage the full hierarchy tree of agents → shops → players, credit/USD wallets, transactions, fraud, and notifications.
Repo: kioskgaming_superagent/
note
package.json names the app kioskgaming-agent, but the directory and API prefix are Super Agent (/super-agent/*), distinct from kioskgaming_agent.
Role in the system
Admin → Super Agent → Agent → Shop → Player
| Portal | Users |
|---|---|
| Super Agent Portal | Regional distribution partners — manage agents |
| Agent Portal | CDN agents — manage shops |
| Shop Portal | Shop owners — manage players |
Two wallet types
| Wallet | Purpose |
|---|---|
| Credits wallet | Buy credits, distribute to managed agents/shops |
| USD online balance | Buy credits or withdraw crypto |
Key features
| Group | Capabilities |
|---|---|
| Dashboard | Overview, hierarchy tree, balances, stats |
| Agents | Create, suspend, cost rate, game mappings, distribute/withdraw credits |
| Shops | System-wide list, detail, move shop between agents |
| Players | List, move player between shops |
| Transactions | Credits ledger, CSV export |
| USD wallet | USD ledger, crypto withdrawal, export |
| Provider fees | View provider fees (read-only) |
| Fraud indicators | Player fraud flags, resolve |
| Communication | Broadcast/popup (if delegate permission) |
| Settings | Cost rate, low balance warning, 2FA |
Navigation menu
| Route | Label | Mobile bottom nav |
|---|---|---|
/dashboard | Overview | ✅ |
/agents | Agents | ✅ |
/shops | Shops | ✅ |
/players | Players | ✅ |
/transactions | Credit transactions | |
/online-transactions | USD wallet transactions | |
/provider-fees | Provider fees | |
/fraud-indicators | Fraud indicators | |
/popups/send | Send popup | Only when can_delegate_popups |
/broadcasts/send | Send broadcast | Only when can_delegate_popups |
/settings | Settings |
Documentation in this section
| Page | Content |
|---|---|
| Architecture & Tech stack | Project structure, dependencies, state, deploy |
| Routes & Pages | All routes and components |
| API Integration | Backend endpoints |
| Business features | Hierarchy, credit, withdrawal management flows |
Related documentation
- Agent Portal — portal tier below
- System Overview