HouseBets → Arbitrium · March 2026 · Product Management
Key Findings
Strong parity: User Accounts (80% Done), Sportsbook (100%), Casino core, Payments core, Affiliate management, Leaderboards
Biggest gap: House Games — Only Plinko exists. Missing 11 game engines (Crash, Blackjack, Dice, Mines, Roulette, Limbo, Keno, Wheel, Hi-Lo, Crypto Trading, Lottery)
Missing differentiators: VIP tier system, Tipping, Promotions portal, Backoffice analytics dashboards
Arbitrium advantages: Retention engine, Fraud scoring, Riskgate, Treasury reconciliation, Advanced bonus engine, Emergency controls
| # | Item | Category | Layer | Description | Repos | Status | Arb Repo | Gap | Complexity | Dependencies | Notes | Priority | Comment |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | Player registration - email/password with referral tracking | User Accounts | Backend | Player signup with email/password and referral code attribution | housebets-backend | Done | identity + affiliate | No | — | — | Arbitrium has register + referral attribution via affiliate module | Add comment… | |
| 2 | Player login (email/password) | User Accounts | Backend | Standard email/password authentication | housebets-backend | Done | identity | No | — | — | Login endpoint in identity module | Add comment… | |
| 3 | Social login (Google) | User Accounts | Backend | Google OAuth login | housebets-backend | Done | identity | No | — | — | Google login supported in identity module | Add comment… | |
| 4 | Social login (Facebook) | User Accounts | Backend | Facebook OAuth login | housebets-backend | Not Started | — | Yes | S | — | Not implemented in Arbitrium | Add comment… | |
| 5 | Telegram login | User Accounts | Backend | Telegram-based authentication | housebets-backend | Done | identity | No | — | — | Telegram login in identity module | Add comment… | |
| 6 | MetaMask wallet login | User Accounts | Backend | Web3 wallet authentication via MetaMask | housebets-backend | Done | identity | No | — | — | MetaMask login in identity module | Add comment… | |
| 8 | SMS / WhatsApp verification | User Accounts | Backend | Phone-based verification via SMS or WhatsApp | housebets-backend | Not Started | — | Yes | M | — | Not implemented in Arbitrium | Add comment… | |
| 9 | Two-factor authentication (2FA) | User Accounts | Backend | Setup, verify, enable, disable 2FA | housebets-backend | Done | identity | No | — | — | Full 2FA support: Setup2FA, VerifyAndEnable2FA, Disable2FA | Add comment… | |
| 10 | KYC verification | User Accounts | Backend | Know Your Customer identity verification | housebets-backend | Done | identity + backoffice | No | — | — | KYC transition + backoffice KYC queue | Add comment… | |
| 11 | User profile management | User Accounts | Backend | View and edit player profile | housebets-backend | Done | identity | No | — | — | GetPlayerProfile + SetUsername + SetSelectedCurrency | Add comment… | |
| 12 | User detail / public lookup | User Accounts | Backend | Look up user details publicly | housebets-backend | Done | identity | No | — | — | GetPlayersByIDs + GetUsername | Add comment… | |
| 13 | Login history tracking | User Accounts | Backend | Track login events and history | housebets-backend | Partial | backoffice | Partial | S | — | Audit logs exist but dedicated login history unclear | Add comment… | |
| 14 | Session management | User Accounts | Backend | Create, refresh, destroy sessions | housebets-backend | Done | identity | No | — | — | Refresh + Logout + DestroyAllSessions | Add comment… | |
| 15 | Self-exclusion (responsible gaming) | User Accounts | Backend | Player self-exclusion capability | housebets-backend | Done | identity + compliance | No | — | — | SetSelfExcluded in compliance module | Add comment… | |
| 16 | VIP tier system | User Accounts | Backend | Tiered VIP levels with benefits | housebets-backend | Not Started | — | Yes | L | — | No VIP tier engine in Arbitrium | Add comment… | |
| 17 | VIP account linking | User Accounts | Backend | Link VIP accounts across platforms | housebets-backend | Not Started | — | Yes | M | VIP tier system | Depends on VIP tier system | Add comment… | |
| 18 | Pre-registration management | User Accounts | Backend | Manage pre-registration signups | housebets-backend | Not Started | — | Yes | S | — | Not present in Arbitrium | Add comment… | |
| 19 | Registration method configuration | User Accounts | Backend | Configure which registration methods are enabled | housebets-backend | Partial | backoffice | Partial | S | — | Site config exists but registration method config unclear | Add comment… | |
| 20 | User IP association tracking | User Accounts | Backend | Track IP addresses associated with users | housebets-backend | Partial | enrichment + fraud | Partial | S | — | Fraud/enrichment modules may capture IP data | Add comment… | |
| 21 | Fiat deposits | Payments | Backend | Accept fiat currency deposits | housebets-backend | Done | payment | No | — | — | PaymentIQ integration for fiat deposits | Add comment… | |
| 22 | Fiat withdrawals | Payments | Backend | Process fiat currency withdrawals | housebets-backend | Done | payment | No | — | — | PaymentIQ fiat withdrawal processing | Add comment… | |
| 23 | Crypto deposits | Payments | Backend | Accept cryptocurrency deposits | housebets-backend | Done | payment | No | — | — | Cobo crypto deposit via GetOrCreateDepositAddress + ProcessDeposit | Add comment… | |
| 24 | Crypto withdrawals | Payments | Backend | Process cryptocurrency withdrawals | housebets-backend | Done | payment | No | — | — | Cobo crypto withdrawal with risk evaluation | Add comment… | |
| 25 | Crypto wallet address management | Payments | Backend | Generate and manage crypto deposit addresses | housebets-backend | Done | payment | No | — | — | GetOrCreateDepositAddress via Cobo | Add comment… | |
| 26 | Multi-currency balance management | Payments | Backend | Manage balances across multiple currencies | housebets-backend | Done | wallet | No | — | — | GetBalance + ListCashBalances + GetEnabledCurrencies | Add comment… | |
| 27 | Coin swap / exchange | Payments | Backend | Convert between cryptocurrencies | housebets-backend | Not Started | — | Yes | L | — | Not implemented in Arbitrium | Add comment… | |
| 28 | Withdrawal limits | Payments | Backend | Enforce withdrawal amount limits | housebets-backend | Done | limits | No | — | — | Limits module with customer + operator limits | Add comment… | |
| 29 | Withdrawal review / approval | Payments | Backend | Manual review queue for withdrawals | housebets-backend | Done | backoffice + riskgate | No | — | — | EvaluateWithdrawalApproval + backoffice withdrawal queue | Add comment… | |
| 30 | Auto-audit configuration | Payments | Backend | Configure automated withdrawal auditing rules | housebets-backend | Done | riskgate | No | — | — | Riskgate rules CRUD for automated evaluation | Add comment… | |
| 31 | Locked coin management | Payments | Backend | Manage locked/restricted coin balances | housebets-backend | Not Started | — | Yes | M | — | No locked coin concept in Arbitrium | Add comment… | |
| 32 | Transaction history | Payments | Backend | View deposit and withdrawal history | housebets-backend | Done | payment + wallet | No | — | — | ListDeposits + ListWithdrawals + ListBets | Add comment… | |
| 33 | Staking system | Payments | Backend | Stake tokens for rewards | housebets-backend | Not Started | — | Yes | XL | — | Not implemented in Arbitrium | Add comment… | |
| 34 | Dividend tracking & leaderboard | Payments | Backend | Track and distribute dividends to stakers | housebets-backend | Not Started | — | Yes | L | Staking system | Depends on staking system | Add comment… | |
| 35 | Hot wallet management | Payments | Backend | Manage hot wallet balances and transfers | housebets-backend | Done | treasury | No | — | — | Treasury module with wallet bindings and transfers | Add comment… | |
| 36 | Payment gateway webhooks | Payments | Backend | Receive and process payment provider callbacks | housebets-backend | Done | payment | No | — | — | Webhook processing for Cobo and PaymentIQ | Add comment… | |
| 37 | Bank card / payment account config | Payments | Backend | Configure bank cards and payment accounts | housebets-backend | Done | backoffice | No | — | — | Payment provider/channel config in backoffice | Add comment… | |
| 38 | Currency type management | Payments | Backend | Configure supported currency types | housebets-backend | Done | backoffice | No | — | — | Currency config in backoffice | Add comment… | |
| 39 | Crypto exchange rate management | Payments | Backend | Manage and cache crypto exchange rates | housebets-backend | Partial | payment | Partial | S | — | Basic rate handling but no dedicated caching service like HB | Add comment… | |
| 40 | Bonus funds management | Payments | Backend | Manage bonus balances separately from cash | housebets-backend | Done | bonus + wallet | No | — | — | CreditBonus + active bonus tracking | Add comment… | |
| 41 | Manual deposit order generation | Payments | Backend | Admin-created deposit orders | housebets-backend | Partial | backoffice | Partial | S | — | Manual adjustments possible but not full order generation | Add comment… | |
| 42 | Payment order reconciliation | Payments | Backend | Reconcile payment orders with providers | housebets-backend | Done | treasury | No | — | — | Treasury reconciliation with snapshots and breaks | Add comment… | |
| 43 | Unified payment gateway (50+ providers) | Payments | Backend | Single gateway abstracting many payment providers | housebets-backend | Partial | payment | Partial | — | — | Arbitrium uses Cobo + PaymentIQ (fewer but modern providers) | Add comment… | |
| 44 | Multi-chain crypto processing | Payments | Backend | Support deposits/withdrawals across multiple blockchains | housebets-backend | Done | payment | No | — | — | Cobo supports multi-chain crypto | Add comment… | |
| 45 | Crypto address pool management | Payments | Backend | Pool of pre-generated crypto addresses | housebets-backend | Partial | payment | Partial | S | — | Cobo manages addresses but no explicit pool management | Add comment… | |
| 46 | Cold wallet management | Payments | Backend | Manage cold storage wallets | housebets-backend | Partial | treasury | Partial | S | — | Treasury has wallet bindings but cold wallet specifics unclear | Add comment… | |
| 47 | Merchant authentication & app keys | Payments | Backend | API key management for merchant integrations | housebets-backend | Not Started | — | Yes | M | — | Not present in Arbitrium payment module | Add comment… | |
| 48 | Payment/payout order lifecycle | Payments | Backend | Full lifecycle tracking of payment orders | housebets-backend | Done | payment | No | — | — | TransitionWithdrawal + order status tracking | Add comment… | |
| 49 | Order notification retry system | Payments | Backend | Retry failed payment notifications | housebets-backend | Done | webhook | No | — | — | Webhook delivery system with retry capability | Add comment… | |
| 50 | Cross-platform payment routing | Payments | Backend | Route payments across platforms/tenants | housebets-backend | Done | payment | No | — | — | ListPaymentRoutes + payment routing config | Add comment… | |
| 51 | Multi-currency fiat support | Payments | Backend | Support multiple fiat currencies | housebets-backend | Done | payment + wallet | No | — | — | Multi-currency via PaymentIQ + wallet module | Add comment… | |
| 52 | GCP Pub/Sub event publishing | Payments | Backend | Publish payment events to GCP Pub/Sub | housebets-backend | Not Started | — | Yes | M | — | Arbitrium uses Watermill/GoChannel instead of GCP Pub/Sub | Add comment… | |
| 53 | Game provider management | Casino | Backend | Manage casino game provider integrations | housebets-backend | Done | casino + backoffice | No | — | — | CatalogFeedConfig CRUD + backoffice games config | Add comment… | |
| 54 | Game catalog management | Casino | Backend | Manage the full game catalog | housebets-backend | Done | casino | No | — | — | SyncCatalog + CatalogSyncStatus + FlaggedGames | Add comment… | |
| 55 | Game browsing & search | Casino | Backend | Browse and search available games | housebets-backend | Done | casino | No | — | — | ListGames + GetGameCategory | Add comment… | |
| 56 | Game launch / session creation | Casino | Backend | Launch a game and create player session | housebets-backend | Done | casino | No | — | — | LaunchGame endpoint | Add comment… | |
| 57 | Game collection / favorites | Casino | Backend | Save favorite games | housebets-backend | Partial | casino | Partial | S | — | Game categories exist but explicit favorites unclear | Add comment… | |
| 58 | Softswiss integration | Casino | Backend | Softswiss game provider integration | housebets-backend | Done | gameengine | No | — | — | Softswiss provider integration in gameengine | Add comment… | |
| 59 | Pragmatic Play integration | Casino | Backend | Pragmatic Play direct integration | housebets-backend | Partial | gameengine | Partial | M | — | May be available via Softswiss aggregation rather than direct | Add comment… | |
| 60 | Openbox integration | Casino | Backend | Openbox game provider integration | housebets-backend | Not Started | — | Yes | M | — | Not present in Arbitrium | Add comment… | |
| 61 | Tequity RGS integration | Casino | Backend | Tequity remote game server integration | housebets-backend | Done | gameengine | No | — | — | Tequity provider callbacks in gameengine module | Add comment… | |
| 62 | Demo mode support | Casino | Backend | Allow playing games in demo/free mode | housebets-backend | Partial | casino | Partial | S | — | LaunchGame may support demo but not explicitly confirmed | Add comment… | |
| 63 | Game records retrieval | Casino | Backend | Retrieve game round/bet records | housebets-backend | Done | wallet + gameengine | No | — | — | ListBets + GetRoundTranscript | Add comment… | |
| 64 | Recent big wins display | Casino | Backend | Show recent large wins across platform | housebets-backend | Not Started | — | Yes | M | — | No big wins aggregation in Arbitrium | Add comment… | |
| 65 | Game top rankings | Casino | Backend | Rank games by popularity or other metrics | housebets-backend | Not Started | — | Yes | M | — | No game ranking system in Arbitrium | Add comment… | |
| 66 | Game route configuration | Casino | Backend | Configure routing rules for game providers | housebets-backend | Done | casino + backoffice | No | — | — | CatalogFeedConfig CRUD covers game routing | Add comment… | |
| 67 | Game record ingestion | Casino | Backend | Ingest game records from providers | housebets-backend | Done | gameengine + wallet | No | — | — | Provider callbacks process game records | Add comment… | |
| 68 | Game consumption aggregation | Casino | Backend | Aggregate game consumption/revenue data | housebets-backend | Partial | wallet | Partial | S | — | GetDailyGGRSummary covers some aggregation | Add comment… | |
| 69 | Game rake tracking | Casino | Backend | Track rake/house edge per game | housebets-backend | Partial | wallet | Partial | S | — | GGR summary may include rake data | Add comment… | |
| 70 | Game state management (online/banned) | Casino | Backend | Toggle games online/offline or ban them | housebets-backend | Done | casino + backoffice | No | — | — | FlaggedGames + backoffice game management | Add comment… | |
| 71 | Betby sportsbook integration | Sportsbook | Backend | Betby sports betting provider integration | housebets-backend | Done | gameengine | No | — | — | Betby provider integration in gameengine | Add comment… | |
| 72 | Betby session management | Sportsbook | Backend | Manage Betby player sessions | housebets-backend | Done | gameengine | No | — | — | Betby session handling via gameengine | Add comment… | |
| 73 | Betslip status tracking | Sportsbook | Backend | Track status of sports betslips | housebets-backend | Done | wallet | No | — | — | PlaceSportsBet + SettleSportsBet | Add comment… | |
| 74 | Sports bet round reporting | Sportsbook | Backend | Report on sports betting rounds | housebets-backend | Done | wallet | No | — | — | Sports bet records via wallet module | Add comment… | |
| 75 | Sport game differentiation | Sportsbook | Backend | Differentiate sports bets from casino bets | housebets-backend | Done | wallet | No | — | — | Separate PlaceSportsBet/SettleSportsBet endpoints | Add comment… | |
| 76 | Sports bet record ingestion | Sportsbook | Backend | Ingest and store sports bet records | housebets-backend | Done | wallet + gameengine | No | — | — | Betby callbacks + wallet recording | Add comment… | |
| 77 | House game wallet integration | House Games | Backend | Wallet operations for house games | housebets-backend | Done | wallet | No | — | — | PlaceBet + SettleWin + RollbackRound | Add comment… | |
| 78 | Mini-game provider integration | House Games | Backend | Integrate mini-game providers | housebets-backend | Done | gameengine | No | — | — | Tequity provider integration serves mini-games | Add comment… | |
| 79 | Provably fair verification | House Games | Backend | Cryptographic proof of game fairness | housebets-backend | Not Started | — | Yes | L | — | Not implemented in Arbitrium | Add comment… | |
| 80 | House game round reporting | House Games | Backend | Report on house game rounds | housebets-backend | Done | wallet | No | — | — | ListBets + GetRoundTranscript | Add comment… | |
| 81 | Game mining rewards | House Games | Backend | Earn tokens by playing games | housebets-backend | Not Started | — | Yes | XL | — | Not implemented in Arbitrium | Add comment… | |
| 82 | Game cashback rewards | House Games | Backend | Cashback on house game losses | housebets-backend | Partial | bonus | Partial | M | — | Reward programs exist but game-specific cashback unclear | Add comment… | |
| 83 | In-house game relay | House Games | Backend | Relay service for house game communication | housebets-backend | Done | gameengine | No | — | — | Gameengine routes handle game relay | Add comment… | |
| 84 | Crypto trading game | House Games | Backend | Cryptocurrency price prediction game | housebets-backend | Not Started | — | Yes | XL | — | Not implemented in Arbitrium | Add comment… | |
| 85 | Blackjack game | House Games | Backend | In-house blackjack game engine | housebets-backend | Not Started | — | Yes | XL | — | Not implemented in Arbitrium | Add comment… | |
| 86 | Crash game | House Games | Backend | In-house crash game engine | housebets-backend | Not Started | — | Yes | XL | — | Not implemented in Arbitrium | Add comment… | |
| 87 | Mines game | House Games | Backend | In-house mines game engine | housebets-backend | Not Started | — | Yes | L | — | Not implemented in Arbitrium | Add comment… | |
| 88 | Dice game | House Games | Backend | In-house dice game engine | housebets-backend | Not Started | — | Yes | L | — | Not implemented in Arbitrium | Add comment… | |
| 89 | Roulette game | House Games | Backend | In-house roulette game engine | housebets-backend | Not Started | — | Yes | XL | — | Not implemented in Arbitrium | Add comment… | |
| 91 | Limbo game | House Games | Backend | In-house limbo game engine | housebets-backend | Not Started | — | Yes | L | — | Not implemented in Arbitrium | Add comment… | |
| 92 | Keno game | House Games | Backend | In-house keno game engine | housebets-backend | Not Started | — | Yes | L | — | Not implemented in Arbitrium | Add comment… | |
| 93 | Wheel game | House Games | Backend | In-house wheel/fortune game engine | housebets-backend | Not Started | — | Yes | L | — | Not implemented in Arbitrium | Add comment… | |
| 94 | Hi-Lo game | House Games | Backend | In-house hi-lo card game engine | housebets-backend | Not Started | — | Yes | L | — | Not implemented in Arbitrium | Add comment… | |
| 95 | Public game sharing | House Games | Backend | Share game rounds publicly | housebets-backend | Not Started | — | Yes | S | — | Not implemented in Arbitrium | Add comment… | |
| 96 | Provably fair seed management | House Games | Backend | Manage server/client seeds for provably fair | housebets-backend | Not Started | — | Yes | M | Provably fair verification | Depends on provably fair system | Add comment… | |
| 97 | Game configuration management | House Games | Backend | Configure house game parameters | housebets-backend | Partial | backoffice | Partial | S | — | Game config exists but house-game-specific config limited | Add comment… | |
| 98 | Lottery ticket system | House Games | Backend | Lottery/raffle ticket mechanics | housebets-backend | Not Started | — | Yes | L | — | Not implemented in Arbitrium | Add comment… | |
| 99 | Tipping system | Social/Chat | Backend | Player-to-player tipping | housebets-backend | Not Started | — | Yes | M | — | Not implemented in Arbitrium | Add comment… | |
| 100 | Chat system (Stream Chat) | Social/Chat | Backend | Real-time chat via Stream Chat | housebets-backend | Done | chat | No | — | — | Arbitrium has own internal chat module (not Stream Chat) | Add comment… | |
| 101 | Chat channel management | Social/Chat | Backend | Create and manage chat channels | housebets-backend | Done | chat + backoffice | No | — | — | ListChannels + backoffice chat channel management | Add comment… | |
| 102 | Chat message moderation | Social/Chat | Backend | Moderate chat messages | housebets-backend | Done | chat + backoffice | No | — | — | DeleteMessage + ModerationQueue + backoffice moderation | Add comment… | |
| 103 | Chat sensitive word filtering | Social/Chat | Backend | Filter sensitive/banned words in chat | housebets-backend | Done | chat | No | — | — | ListKeywordFilters + Create/UpdateKeywordFilter | Add comment… | |
| 104 | Chat export | Social/Chat | Backend | Export chat history | housebets-backend | Partial | backoffice | Partial | S | — | Chat history viewable but dedicated export unclear | Add comment… | |
| 105 | Real-time chat messaging | Social/Chat | Backend | Send and receive messages in real-time | housebets-backend | Done | chat + realtime | No | — | — | SendMessage + GetRecentMessages + WebSocket | Add comment… | |
| 106 | Chat channel access control | Social/Chat | Backend | Control who can access chat channels | housebets-backend | Partial | chat | Partial | S | — | ListMutes exists but full access control unclear | Add comment… | |
| 107 | Personal blacklist / mute | Social/Chat | Backend | Mute or block other users | housebets-backend | Done | chat | No | — | — | ListMutes in chat module | Add comment… | |
| 108 | Anonymous tipping in chat | Social/Chat | Backend | Send tips anonymously in chat | housebets-backend | Not Started | — | Yes | M | Tipping system | Depends on tipping system | Add comment… | |
| 109 | Real-time push notifications | Social/Chat | Backend | Push notifications to users | housebets-backend | Done | inbox + realtime | No | — | — | CreateSystemAnnouncement + WebSocket realtime | Add comment… | |
| 110 | User presence tracking | Social/Chat | Backend | Track online/offline status of users | housebets-backend | Partial | realtime | Partial | S | — | WebSocket connection tracking but no explicit presence system | Add comment… | |
| 111 | Bonus code system | Promotions | Backend | Create and redeem bonus codes | housebets-backend | Done | bonus | No | — | — | PromoCodes CRUD + ListPromoCodeRedemptions | Add comment… | |
| 112 | Deposit bonus campaigns | Promotions | Backend | Bonuses triggered by deposits | housebets-backend | Done | bonus | No | — | — | Templates + bonus engine handles deposit triggers | Add comment… | |
| 113 | PDD wheel spin promotion | Promotions | Backend | Wheel of fortune promotional game | housebets-backend | Not Started | — | Yes | M | — | Not implemented in Arbitrium | Add comment… | |
| 114 | Beginner task system | Promotions | Backend | Onboarding task-based rewards | housebets-backend | Partial | retention | Partial | M | — | Challenges in retention module could serve similar purpose | Add comment… | |
| 115 | Staged deposit bonuses | Promotions | Backend | Multi-stage deposit bonus progression | housebets-backend | Done | bonus | No | — | — | Bonus templates support staged/tiered bonuses | Add comment… | |
| 116 | VIP weekly/monthly rewards | Promotions | Backend | Recurring VIP tier rewards | housebets-backend | Not Started | — | Yes | L | VIP tier system | Depends on VIP tier system | Add comment… | |
| 117 | Cashback system | Promotions | Backend | Automated cashback on losses | housebets-backend | Done | bonus | No | — | — | RewardPrograms with cashback configuration | Add comment… | |
| 118 | Continuous deposit challenges | Promotions | Backend | Multi-deposit challenge campaigns | housebets-backend | Done | retention | No | — | — | Challenges + Streaks in retention module | Add comment… | |
| 119 | Promotion relay service | Promotions | Backend | Service to relay promotion events | housebets-backend | Done | retention + bonus | No | — | — | Event-driven triggers in retention module | Add comment… | |
| 120 | On-chain deposit bonus system | Promotions | Backend | Bonus for blockchain deposits | housebets-backend | Not Started | — | Yes | L | — | Not implemented in Arbitrium | Add comment… | |
| 121 | Tweet verification for bonus | Promotions | Backend | Verify social media actions for bonus | housebets-backend | Not Started | — | Yes | M | — | Not implemented in Arbitrium | Add comment… | |
| 122 | Welcome bonus offering | Promotions | Backend | New player welcome bonus | housebets-backend | Done | bonus | No | — | — | ListOffers + ClaimBonus for welcome offers | Add comment… | |
| 124 | Bonus eligibility rules engine | Promotions | Backend | Rules determining bonus eligibility | housebets-backend | Done | bonus | No | — | — | Templates + SlotGroups define eligibility rules | Add comment… | |
| 125 | Bonus claim admin management | Promotions | Backend | Admin tools for bonus claim management | housebets-backend | Done | backoffice | No | — | — | Backoffice bonus monitoring + management | Add comment… | |
| 126 | Bonus anomaly detection | Promotions | Backend | Detect suspicious bonus claiming patterns | housebets-backend | Done | retention + fraud | No | — | — | AbusePolicy + FraudSignals in retention/fraud modules | Add comment… | |
| 127 | Bonus daily stats & Slack reporting | Promotions | Backend | Daily bonus statistics with Slack integration | housebets-backend | Not Started | — | Yes | S | — | No Slack reporting in Arbitrium | Add comment… | |
| 128 | Promotional campaigns portal | Promotions | Backend | Portal for managing promotional campaigns | housebets-backend | Partial | bonus + retention | Partial | M | — | Bonus templates + retention but no unified campaigns portal | Add comment… | |
| 129 | Sanity CMS content management | Promotions | Backend | Headless CMS for promotional content | housebets-backend | Not Started | — | Yes | M | — | Arbitrium uses site config instead of external CMS | Add comment… | |
| 130 | Invite-only campaign access | Promotions | Backend | Restrict campaigns to invited players | housebets-backend | Partial | bonus | Partial | S | — | Promo codes can serve as invite mechanism | Add comment… | |
| 131 | Wager contest leaderboard | Leaderboard/Contests | Backend | Leaderboard based on wagering volume | housebets-backend | Done | leaderboard | No | — | — | Full leaderboard CRUD + rankings + periods | Add comment… | |
| 132 | Wager contest prize pools | Leaderboard/Contests | Backend | Prize pool configuration for contests | housebets-backend | Done | leaderboard | No | — | — | SetPrizeTiers + prize tier management | Add comment… | |
| 133 | Wager contest reward snapshots | Leaderboard/Contests | Backend | Snapshot rankings for reward distribution | housebets-backend | Done | leaderboard | No | — | — | CreateNextPeriod + period management | Add comment… | |
| 134 | Daily agent reports | Leaderboard/Contests | Backend | Automated daily reporting for agents | housebets-backend | Not Started | — | Yes | M | — | Not implemented in Arbitrium | Add comment… | |
| 135 | In-memory real-time leaderboards | Leaderboard/Contests | Backend | High-performance in-memory leaderboard updates | housebets-backend | Done | leaderboard | No | — | — | RecordScore + GetRankings with real-time updates | Add comment… | |
| 136 | High roller tracking | Leaderboard/Contests | Backend | Track and identify high-value players | housebets-backend | Partial | enrichment | Partial | S | — | GetPlayerMetrics may include wagering data | Add comment… | |
| 137 | Affiliate program management | Affiliates/Integrations | Backend | Manage affiliate partnerships | housebets-backend | Done | affiliate | No | — | — | Full Partner CRUD + Campaigns + CommissionDeals | Add comment… | |
| 138 | Affiliate invite rewards | Affiliates/Integrations | Backend | Rewards for affiliate referrals | housebets-backend | Done | affiliate | No | — | — | RewardConfigs + referral attribution | Add comment… | |
| 139 | Affiliate reporting & income | Affiliates/Integrations | Backend | Affiliate performance and income reports | housebets-backend | Done | affiliate | No | — | — | Settlements + Payouts + referral stats | Add comment… | |
| 140 | Affilka integration | Affiliates/Integrations | Backend | Affilka affiliate platform integration | housebets-backend | Not Started | — | Yes | M | — | Arbitrium has own affiliate module instead | Add comment… | |
| 141 | Agent data collection & processing | Affiliates/Integrations | Backend | Collect and process agent/proxy data | housebets-backend | Not Started | — | Yes | M | — | Not implemented in Arbitrium | Add comment… | |
| 142 | AppsFlyer integration | Affiliates/Integrations | Backend | AppsFlyer mobile attribution | housebets-backend | Not Started | — | Yes | M | — | Not implemented in Arbitrium | Add comment… | |
| 143 | Facebook Pixel integration | Affiliates/Integrations | Backend | Facebook conversion tracking | housebets-backend | Not Started | — | Yes | S | — | Not implemented in Arbitrium | Add comment… | |
| 144 | TikTok analytics integration | Affiliates/Integrations | Backend | TikTok ad conversion tracking | housebets-backend | Not Started | — | Yes | S | — | Not implemented in Arbitrium | Add comment… | |
| 145 | Keitaro tracker integration | Affiliates/Integrations | Backend | Keitaro click tracking | housebets-backend | Not Started | — | Yes | S | — | Not implemented in Arbitrium | Add comment… | |
| 146 | Scaleo integration | Affiliates/Integrations | Backend | Scaleo affiliate tracking platform | housebets-backend | Not Started | — | Yes | M | — | Arbitrium has own affiliate module instead | Add comment… | |
| 147 | Blockchain wallet integration | Affiliates/Integrations | Backend | Direct blockchain wallet integration | housebets-backend | Partial | payment | Partial | M | — | Cobo handles crypto but no direct blockchain wallet integration | Add comment… | |
| 148 | Admin authentication | Backoffice/Admin | Backend | Admin login and auth | housebets-backend | Done | backoffice | No | — | — | Backoffice Auth module | Add comment… | |
| 149 | Admin user management | Backoffice/Admin | Backend | Manage admin/staff users | housebets-backend | Done | backoffice | No | — | — | RBAC staff management | Add comment… | |
| 150 | Permission / role management | Backoffice/Admin | Backend | Role-based access control | housebets-backend | Done | backoffice | No | — | — | Full RBAC with roles and permissions | Add comment… | |
| 151 | Platform management | Backoffice/Admin | Backend | Configure platform-wide settings | housebets-backend | Done | backoffice | No | — | — | Site config in backoffice | Add comment… | |
| 152 | Partner / tenant management | Backoffice/Admin | Backend | Multi-tenant partner management | housebets-backend | Not Started | — | Yes | XL | — | Arbitrium is single-tenant | Add comment… | |
| 153 | Proxy/agent account management | Backoffice/Admin | Backend | Manage proxy and agent accounts | housebets-backend | Not Started | — | Yes | M | — | Not implemented in Arbitrium | Add comment… | |
| 154 | User state management | Backoffice/Admin | Backend | Manage user account states (freeze/ban) | housebets-backend | Done | backoffice | No | — | — | Account freeze/fraud management in backoffice | Add comment… | |
| 155 | Admin login audit log | Backoffice/Admin | Backend | Track admin login events | housebets-backend | Done | backoffice | No | — | — | Audit logs in backoffice | Add comment… | |
| 156 | Cache management & reloads | Backoffice/Admin | Backend | Manage and reload application caches | housebets-backend | Not Started | — | Yes | S | — | Not exposed in Arbitrium backoffice | Add comment… | |
| 157 | Banner management | Backoffice/Admin | Backend | Manage promotional banners | housebets-backend | Partial | backoffice | Partial | S | — | Site config may cover some banner functionality | Add comment… | |
| 158 | Report export | Backoffice/Admin | Backend | Export reports to files | housebets-backend | Partial | backoffice | Partial | S | — | Financial reports exist but general export unclear | Add comment… | |
| 159 | Platform statistics dashboard | Backoffice/Admin | Backend | Overview dashboard with platform stats | housebets-backend | Done | backoffice | No | — | — | Backoffice dashboard | Add comment… | |
| 160 | Proxy reporting center | Backoffice/Admin | Backend | Reporting for proxy/agent operations | housebets-backend | Not Started | — | Yes | M | Proxy/agent account management | Depends on proxy system | Add comment… | |
| 161 | Player statistics dashboard (house games) | Backoffice/Admin | Backend | House game player analytics | housebets-backend | Partial | backoffice | Partial | M | — | Player detail exists but house-game-specific dashboard missing | Add comment… | |
| 162 | Test balance charging | Backoffice/Admin | Backend | Add test balances for QA | housebets-backend | Partial | backoffice | Partial | S | — | Manual adjustments possible via backoffice | Add comment… | |
| 163 | Merchant integration management | Backoffice/Admin | Backend | Manage merchant/payment integrations | housebets-backend | Done | backoffice | No | — | — | Payment providers/channels/routes management | Add comment… | |
| 164 | Game state management (online/banned) - admin | Backoffice/Admin | Backend | Admin control of game availability | housebets-backend | Done | backoffice | No | — | — | Backoffice game management | Add comment… | |
| 165 | Login restriction rules | Compliance/Legal | Backend | Rules to restrict login by criteria | housebets-backend | Partial | limits + emergency | Partial | S | — | Limits + emergency controls cover some restrictions | Add comment… | |
| 166 | Audit trail logging | Compliance/Legal | Backend | Comprehensive audit logging | housebets-backend | Done | backoffice | No | — | — | Audit logs in backoffice | Add comment… | |
| 167 | Transaction compliance logging | Compliance/Legal | Backend | Log transactions for compliance | housebets-backend | Done | payment + treasury | No | — | — | Transaction records in payment + treasury modules | Add comment… | |
| 168 | IP geolocation | Compliance/Legal | Backend | Determine user location from IP | housebets-backend | Partial | enrichment | Partial | S | — | Enrichment module may include geo data | Add comment… | |
| 169 | Bonus fraud audit trail | Compliance/Legal | Backend | Track suspicious bonus activity | housebets-backend | Done | fraud + retention | No | — | — | FraudSignals + AbusePolicy | Add comment… | |
| 170 | Compliance log retention policy | Compliance/Legal | Backend | Policies for log data retention | housebets-backend | Partial | backoffice | Partial | S | — | Audit logs exist but explicit retention policies unclear | Add comment… | |
| 171 | Promotion terms & conditions | Compliance/Legal | Backend | Legal terms for promotions | housebets-backend | Partial | bonus | Partial | S | — | Bonus templates may include terms but no dedicated T&C system | Add comment… | |
| 172 | WebSocket real-time communication | Infrastructure | Backend | Real-time bidirectional communication | housebets-backend | Done | realtime | No | — | — | RegisterRoutes WebSocket in realtime module | Add comment… | |
| 173 | Notification system | Infrastructure | Backend | System notifications to users | housebets-backend | Done | inbox | No | — | — | List + Get notifications + CreateSystemAnnouncement | Add comment… | |
| 174 | OpenTelemetry / Prometheus metrics | Infrastructure | Backend | Application observability and metrics | housebets-backend | Partial | infrastructure | Partial | S | — | Observability components exist but extent unclear | Add comment… | |
| 175 | Distributed locking (Redis) | Infrastructure | Backend | Distributed locks for concurrency | housebets-backend | Partial | infrastructure | Partial | S | — | Likely uses similar patterns but not explicitly confirmed | Add comment… | |
| 176 | Callback idempotency | Infrastructure | Backend | Ensure payment callbacks are idempotent | housebets-backend | Done | payment | No | — | — | Payment processing handles idempotency | Add comment… | |
| 177 | Request signing & verification | Infrastructure | Backend | Sign and verify API requests | housebets-backend | Partial | infrastructure | Partial | S | — | Authentication exists but explicit request signing unclear | Add comment… | |
| 178 | URL click tracking & analytics | Infrastructure | Backend | Track URL clicks for marketing | housebets-backend | Done | affiliate | No | — | — | ResolveTrackingRedirect in affiliate module | Add comment… | |
| 179 | BigQuery data export | Infrastructure | Backend | Export data to BigQuery for analytics | housebets-backend | Not Started | — | Yes | M | — | Arbitrium does not use BigQuery | Add comment… | |
| 180 | Sitemap generation | Infrastructure | Backend | Generate XML sitemaps for SEO | housebets-backend | Not Started | — | Yes | S | — | Not found in Arbitrium | Add comment… | |
| 181 | Multi-database architecture | Infrastructure | Backend | Multiple database instances | housebets-backend | Not Started | — | Yes | — | — | Arbitrium uses single PostgreSQL (by design) | Add comment… | |
| 182 | Deployment / git info endpoint | Infrastructure | Backend | Endpoint showing build/deploy info | housebets-backend | Partial | infrastructure | Partial | S | — | May exist but not explicitly confirmed | Add comment… | |
| 183 | RabbitMQ event streaming | Infrastructure | Backend | Event streaming via RabbitMQ | housebets-backend | Not Started | — | Yes | — | — | Arbitrium uses Watermill GoChannel instead (modern replacement) | Add comment… | |
| 184 | IOCP high-performance networking | Infrastructure | Backend | Windows IOCP for high-performance I/O | housebets-backend | Not Started | — | Yes | — | — | Arbitrium uses Go standard networking (different approach) | Add comment… | |
| 185 | Server-Sent Events (SSE) | Infrastructure | Backend | One-way server-to-client streaming | housebets-backend | Not Started | — | Yes | S | — | Arbitrium uses WebSocket instead | Add comment… | |
| 186 | Crypto price caching | Infrastructure | Backend | Cache cryptocurrency prices | housebets-backend | Partial | payment | Partial | S | — | Some price handling in payment but no dedicated cache | Add comment… | |
| 187 | Redis pub/sub cross-server messaging | Infrastructure | Backend | Cross-server messaging via Redis | housebets-backend | Partial | infrastructure | Partial | S | — | Watermill handles cross-service messaging differently | Add comment… | |
| 188 | Crash game streaming loop | Infrastructure | Backend | Persistent game loop for crash game | housebets-backend | Not Started | — | Yes | XL | Crash game | Depends on crash game implementation | Add comment… | |
| 189 | Request throttling / rate limiting | Infrastructure | Backend | API rate limiting | housebets-backend | Partial | infrastructure | Partial | S | — | Likely exists at infrastructure level but not explicitly confirmed | Add comment… | |
| 190 | Promotional banners API | UI/UX Backend-driven | Backend | API serving promotional banner content | housebets-backend | Partial | backoffice | Partial | S | — | Site config may serve banner data | Add comment… | |
| 191 | Operations / marketing content | UI/UX Backend-driven | Backend | CMS-driven marketing content | housebets-backend | Not Started | — | Yes | M | — | No CMS integration in Arbitrium | Add comment… | |
| 192 | Horse race lamp (marquee) | UI/UX Backend-driven | Backend | Scrolling marquee of recent wins/events | housebets-backend | Not Started | — | Yes | M | — | Not implemented in Arbitrium | Add comment… | |
| 193 | Game top list API | UI/UX Backend-driven | Backend | API for top/popular games list | housebets-backend | Not Started | — | Yes | M | — | No game ranking API in Arbitrium | Add comment… | |
| 194 | Game browsing UI | Casino | Frontend | Browse casino games with categories and filters | housebets-frontend | Done | arbitrium-ui | No | — | — | /casino + /gamelist/[type] pages | Add comment… | |
| 195 | Game detail/play page | Casino | Frontend | Game detail and play interface | housebets-frontend | Done | arbitrium-ui | No | — | — | /casino/[gameInfo] + /game-detail/[gameInfo] | Add comment… | |
| 196 | Providers directory | Casino | Frontend | Browse games by provider | housebets-frontend | Done | arbitrium-ui | No | — | — | /providers + /providers/[providerName] | Add comment… | |
| 197 | Games by type | Casino | Frontend | Filter games by game type | housebets-frontend | Done | arbitrium-ui | No | — | — | /gamelist/[type] page | Add comment… | |
| 198 | New releases | Casino | Frontend | New game releases section | housebets-frontend | Done | arbitrium-ui | No | — | — | /new-releases page | Add comment… | |
| 199 | Demo mode UI | Casino | Frontend | Play games in demo/free mode | housebets-frontend | Partial | arbitrium-ui | Partial | S | — | Game launch exists but demo mode toggle unclear | Add comment… | |
| 200 | Game search modal | Casino | Frontend | Search for games via modal/overlay | housebets-frontend | Done | arbitrium-ui | No | — | — | Casino search confirmed in E2E tests | Add comment… | |
| 201 | Favorites UI | Casino | Frontend | Save and view favorite games | housebets-frontend | Not Started | — | Yes | S | — | No favorites UI found in Arbitrium | Add comment… | |
| 202 | Live bet leaderboard | Casino | Frontend | Real-time display of active bets | housebets-frontend | Not Started | — | Yes | M | — | Not found in Arbitrium frontend | Add comment… | |
| 203 | Sports betting interface (BetBy widget) | Sportsbook | Frontend | Embedded sportsbook widget | housebets-frontend | Done | arbitrium-ui | No | — | — | /sports page | Add comment… | |
| 204 | Wallet & balance display | Payments | Frontend | Show wallet balances | housebets-frontend | Done | arbitrium-ui | No | — | — | Wallet balance confirmed in E2E tests | Add comment… | |
| 205 | Deposit flows | Payments | Frontend | Deposit user interface | housebets-frontend | Done | arbitrium-ui | No | — | — | Deposit-withdraw E2E tests confirm functionality | Add comment… | |
| 206 | Withdrawal flows | Payments | Frontend | Withdrawal user interface | housebets-frontend | Done | arbitrium-ui | No | — | — | Deposit-withdraw E2E tests confirm functionality | Add comment… | |
| 207 | Transaction history UI | Payments | Frontend | View past transactions | housebets-frontend | Done | arbitrium-ui | No | — | — | /transactions + /transactions/[id] pages | Add comment… | |
| 208 | Multi-currency support UI | Payments | Frontend | Switch between currencies in UI | housebets-frontend | Done | arbitrium-ui | No | — | — | Currency selection in wallet | Add comment… | |
| 209 | Multi-provider auth UI | User Accounts | Frontend | Login with multiple auth providers | housebets-frontend | Done | arbitrium-ui | No | — | — | /login + /register with Google/MetaMask/Telegram | Add comment… | |
| 210 | Profile management UI | User Accounts | Frontend | Edit user profile | housebets-frontend | Done | arbitrium-ui | No | — | — | /settings/profile page | Add comment… | |
| 211 | Security settings UI | User Accounts | Frontend | Manage 2FA and security options | housebets-frontend | Done | arbitrium-ui | No | — | — | /settings/security page + 2FA E2E tests | Add comment… | |
| 212 | User settings hub | User Accounts | Frontend | Central settings page | housebets-frontend | Done | arbitrium-ui | No | — | — | /settings with sub-pages | Add comment… | |
| 213 | Login/signup modals | User Accounts | Frontend | Modal-based authentication flows | housebets-frontend | Done | arbitrium-ui | No | — | — | Auth E2E tests confirm login/register flows | Add comment… | |
| 214 | VIP level system UI | Promotions/VIP | Frontend | Display VIP tiers and benefits | housebets-frontend | Done | arbitrium-ui | No | — | — | /vip page exists | Add comment… | |
| 215 | Rewards & cashback page | Promotions/VIP | Frontend | View rewards and cashback | housebets-frontend | Done | arbitrium-ui | No | — | — | /rewards page | Add comment… | |
| 216 | Rewards slider | Promotions/VIP | Frontend | Promotional rewards carousel | housebets-frontend | Partial | arbitrium-ui | Partial | S | — | Rewards page exists but slider component unclear | Add comment… | |
| 217 | On-chain bonus promotion UI | Promotions/VIP | Frontend | UI for blockchain-based bonuses | housebets-frontend | Not Started | — | Yes | M | On-chain deposit bonus system | Depends on backend on-chain bonus system | Add comment… | |
| 218 | Wager contest leaderboard UI | Leaderboard | Frontend | Leaderboard display and rankings | housebets-frontend | Done | arbitrium-ui | No | — | — | /leaderboard page + E2E tests | Add comment… | |
| 219 | In-app chat UI | Social/Chat | Frontend | Chat interface within the app | housebets-frontend | Partial | arbitrium-ui | Partial | M | — | Chat module exists in backend but frontend chat UI unclear | Add comment… | |
| 220 | Live bets feed | Social/Chat | Frontend | Real-time feed of platform bets | housebets-frontend | Not Started | — | Yes | M | — | Not found in Arbitrium frontend | Add comment… | |
| 221 | In-game tipping UI | Social/Chat | Frontend | Tip other players during gameplay | housebets-frontend | Not Started | — | Yes | M | Tipping system | Depends on backend tipping system | Add comment… | |
| 222 | Affiliate dashboard UI | Integrations | Frontend | Affiliate performance dashboard | housebets-frontend | Done | arbitrium-ui | No | — | — | /affiliate page | Add comment… | |
| 223 | Referral program UI | Integrations | Frontend | Referral links and tracking | housebets-frontend | Done | arbitrium-ui | No | — | — | /r/[code] referral redirect | Add comment… | |
| 224 | Responsible gaming settings UI | Compliance | Frontend | Self-exclusion and limits settings | housebets-frontend | Done | arbitrium-ui | No | — | — | /settings/responsible-gaming + E2E tests | Add comment… | |
| 225 | Legal documentation pages | Compliance | Frontend | Terms of service and legal pages | housebets-frontend | Partial | arbitrium-ui | Partial | S | — | /about-us exists but full legal docs unclear | Add comment… | |
| 226 | Help center UI | Compliance | Frontend | Help and support pages | housebets-frontend | Done | arbitrium-ui | No | — | — | /help page | Add comment… | |
| 227 | 13-language i18n | UI/UX Infrastructure | Frontend | Internationalization support | housebets-frontend | Done | arbitrium-ui | No | — | — | /[locale]/[[...slug]] i18n routing | Add comment… | |
| 228 | Responsive design | UI/UX Infrastructure | Frontend | Mobile-responsive layout | housebets-frontend | Done | arbitrium-ui | No | — | — | Responsive components confirmed | Add comment… | |
| 229 | Notification center UI | UI/UX Infrastructure | Frontend | In-app notification display | housebets-frontend | Done | arbitrium-ui | No | — | — | /notifications page + E2E tests | Add comment… | |
| 230 | Real-time WebSocket updates | UI/UX Infrastructure | Frontend | Live data updates via WebSocket | housebets-frontend | Done | arbitrium-ui | No | — | — | WebSocket integration confirmed | Add comment… | |
| 231 | SEO & meta tags | UI/UX Infrastructure | Frontend | SEO optimization with meta tags | housebets-frontend | Partial | arbitrium-ui | Partial | S | — | Some SEO exists but sitemap generation missing | Add comment… | |
| 232 | Error recovery UI | UI/UX Infrastructure | Frontend | Graceful error handling in UI | housebets-frontend | Done | arbitrium-ui | No | — | — | /404 + /maintenance pages + error components | Add comment… | |
| 233 | About Us page | UI/UX Infrastructure | Frontend | Company information page | housebets-frontend | Done | arbitrium-ui | No | — | — | /about-us page | Add comment… | |
| 234 | PostHog feature flags | UI/UX Infrastructure | Frontend | Feature flag integration with PostHog | housebets-frontend | Partial | arbitrium-ui | Partial | S | — | Observability components exist but PostHog specifically unclear | Add comment… | |
| 235 | Dice UI | House Games FE | Frontend | Dice game user interface | housebets-frontend | Not Started | — | Yes | L | Dice game | Depends on backend dice game | Add comment… | |
| 236 | Plinko UI | House Games FE | Frontend | Plinko game user interface | housebets-frontend | Done | arbitrium-ui | No | — | — | /plinko/[gameInfo] page exists | Add comment… | |
| 237 | Mines UI | House Games FE | Frontend | Mines game user interface | housebets-frontend | Not Started | — | Yes | L | Mines game | Depends on backend mines game | Add comment… | |
| 238 | Limbo UI | House Games FE | Frontend | Limbo game user interface | housebets-frontend | Not Started | — | Yes | L | Limbo game | Depends on backend limbo game | Add comment… | |
| 239 | Tequity UI | House Games FE | Frontend | Tequity game wrapper UI | housebets-frontend | Partial | arbitrium-ui | Partial | S | — | Tequity integration exists via gameengine | Add comment… | |
| 240 | Manual betting UI | House Games FE | Frontend | Manual bet placement interface | housebets-frontend | Partial | arbitrium-ui | Partial | S | — | Basic betting exists for plinko | Add comment… | |
| 241 | Auto betting UI | House Games FE | Frontend | Automated betting interface | housebets-frontend | Not Started | — | Yes | M | — | Not found in Arbitrium | Add comment… | |
| 242 | Advanced strategy UI | House Games FE | Frontend | Complex betting strategy configuration | housebets-frontend | Not Started | — | Yes | M | — | Not found in Arbitrium | Add comment… | |
| 243 | Bet strategy library | House Games FE | Frontend | Pre-built betting strategies | housebets-frontend | Not Started | — | Yes | M | — | Not found in Arbitrium | Add comment… | |
| 244 | Multi-currency betting UI | House Games FE | Frontend | Bet in different currencies | housebets-frontend | Partial | arbitrium-ui | Partial | S | — | Currency selection exists at wallet level | Add comment… | |
| 245 | Fiat conversion display | House Games FE | Frontend | Show fiat equivalent of crypto bets | housebets-frontend | Not Started | — | Yes | S | — | Not found in Arbitrium | Add comment… | |
| 246 | Provably fair verification UI | House Games FE | Frontend | UI to verify game fairness | housebets-frontend | Not Started | — | Yes | M | Provably fair verification | Depends on backend provably fair system | Add comment… | |
| 247 | Round history UI | House Games FE | Frontend | View past game rounds | housebets-frontend | Partial | arbitrium-ui | Partial | S | — | Transaction history exists but game-round-specific UI unclear | Add comment… | |
| 248 | Turbo mode | House Games FE | Frontend | Fast game mode toggle | housebets-frontend | Not Started | — | Yes | S | — | Not found in Arbitrium | Add comment… | |
| 249 | Sound settings | House Games FE | Frontend | Game sound control | housebets-frontend | Not Started | — | Yes | S | — | Not found in Arbitrium | Add comment… | |
| 250 | Keyboard shortcuts | House Games FE | Frontend | Keyboard controls for games | housebets-frontend | Not Started | — | Yes | S | — | Not found in Arbitrium | Add comment… | |
| 251 | Win chance display | House Games FE | Frontend | Show probability of winning | housebets-frontend | Not Started | — | Yes | S | Provably fair verification | Depends on house game implementation | Add comment… | |
| 252 | P&L session tracking | House Games FE | Frontend | Track profit/loss per session | housebets-frontend | Not Started | — | Yes | M | — | Not found in Arbitrium | Add comment… | |
| 254 | Web component embedding | House Games FE | Frontend | Embed games as web components | housebets-frontend | Not Started | — | Yes | M | — | Not found in Arbitrium | Add comment… | |
| 255 | Mobile responsive game UI | House Games FE | Frontend | Mobile-optimized game interfaces | housebets-frontend | Partial | arbitrium-ui | Partial | S | — | Responsive design exists but game-specific mobile unclear | Add comment… | |
| 256 | Promotions directory | Promotions Portal | Frontend | Browse all promotions | housebets-frontend | Not Started | — | Yes | M | — | No promotions portal in Arbitrium | Add comment… | |
| 257 | Category filtering (promotions) | Promotions Portal | Frontend | Filter promotions by category | housebets-frontend | Not Started | — | Yes | S | Promotions directory | Depends on promotions directory | Add comment… | |
| 258 | Promotion detail pages | Promotions Portal | Frontend | Individual promotion detail view | housebets-frontend | Not Started | — | Yes | M | Promotions directory | Depends on promotions directory | Add comment… | |
| 259 | Campaign join UI | Promotions Portal | Frontend | Join/opt-in to campaigns | housebets-frontend | Partial | arbitrium-ui | Partial | S | — | Bonus claiming exists but campaign join flow unclear | Add comment… | |
| 260 | Invite-only campaign UI | Promotions Portal | Frontend | UI for invite-only promotions | housebets-frontend | Not Started | — | Yes | S | Promotions directory | Depends on promotions directory | Add comment… | |
| 261 | Status badges/countdowns | Promotions Portal | Frontend | Campaign status and countdown timers | housebets-frontend | Not Started | — | Yes | S | Promotions directory | Depends on promotions directory | Add comment… | |
| 262 | Campaign FAQ/terms | Promotions Portal | Frontend | FAQ and terms per campaign | housebets-frontend | Not Started | — | Yes | S | Promotions directory | Depends on promotions directory | Add comment… | |
| 263 | Sanity CMS integration (FE) | Promotions Portal | Frontend | Frontend CMS content rendering | housebets-frontend | Not Started | — | Yes | M | — | No CMS integration in Arbitrium | Add comment… | |
| 264 | Promotions SEO | Promotions Portal | Frontend | SEO for promotion pages | housebets-frontend | Not Started | — | Yes | S | Promotions directory | Depends on promotions directory | Add comment… | |
| 267 | Rakeback promotions UI | Promotions Portal | Frontend | Rakeback promotion display | housebets-frontend | Partial | arbitrium-ui | Partial | S | — | Rewards page exists but rakeback-specific UI unclear | Add comment… | |
| 268 | Dark theme responsive UI (promotions) | Promotions Portal | Frontend | Dark theme for promotions | housebets-frontend | Done | arbitrium-ui | No | — | — | Theme toggle exists in Arbitrium | Add comment… | |
| 269 | Backoffice dashboard | Backoffice Frontend | Frontend | Admin overview dashboard | housebets-frontend | Done | arbitrium-cockpit | No | — | — | Dashboard page in backoffice | Add comment… | |
| 270 | Registration analysis | Backoffice Frontend | Frontend | Registration analytics dashboard | housebets-frontend | Not Started | — | Yes | M | — | Not found in Arbitrium backoffice | Add comment… | |
| 271 | Retention analysis | Backoffice Frontend | Frontend | Retention analytics dashboard | housebets-frontend | Not Started | — | Yes | M | — | Not found in Arbitrium backoffice | Add comment… | |
| 272 | Deposit analysis | Backoffice Frontend | Frontend | Deposit analytics dashboard | housebets-frontend | Not Started | — | Yes | M | — | Not found in Arbitrium backoffice | Add comment… | |
| 273 | Withdrawal analysis | Backoffice Frontend | Frontend | Withdrawal analytics dashboard | housebets-frontend | Not Started | — | Yes | M | — | Not found in Arbitrium backoffice | Add comment… | |
| 274 | Profit analysis | Backoffice Frontend | Frontend | Profit analytics dashboard | housebets-frontend | Not Started | — | Yes | M | — | Not found in Arbitrium backoffice | Add comment… | |
| 275 | Betting analysis | Backoffice Frontend | Frontend | Betting analytics dashboard | housebets-frontend | Not Started | — | Yes | M | — | Not found in Arbitrium backoffice | Add comment… | |
| 276 | Referral analysis | Backoffice Frontend | Frontend | Referral analytics dashboard | housebets-frontend | Not Started | — | Yes | M | — | Not found in Arbitrium backoffice | Add comment… | |
| 277 | User list/search (BO) | Backoffice Frontend | Frontend | Search and list users in admin | housebets-frontend | Done | arbitrium-cockpit | No | — | — | Players list in backoffice | Add comment… | |
| 278 | User detail (BO) | Backoffice Frontend | Frontend | Detailed user view in admin | housebets-frontend | Done | arbitrium-cockpit | No | — | — | Players detail page in backoffice | Add comment… | |
| 279 | User state management (BO) | Backoffice Frontend | Frontend | Manage user states (freeze/ban) | housebets-frontend | Done | arbitrium-cockpit | No | — | — | Account freeze/fraud in backoffice | Add comment… | |
| 280 | User KYC (BO) | Backoffice Frontend | Frontend | KYC review interface | housebets-frontend | Done | arbitrium-cockpit | No | — | — | KYC queue + detail in backoffice | Add comment… | |
| 281 | User messaging (BO) | Backoffice Frontend | Frontend | Send messages to users from admin | housebets-frontend | Partial | arbitrium-cockpit | Partial | S | — | System announcements exist but direct user messaging unclear | Add comment… | |
| 282 | User financial overview (BO) | Backoffice Frontend | Frontend | User financial summary in admin | housebets-frontend | Partial | arbitrium-cockpit | Partial | S | — | Player detail exists but dedicated financial overview unclear | Add comment… | |
| 283 | IP inquiry (BO) | Backoffice Frontend | Frontend | Look up users by IP address | housebets-frontend | Not Started | — | Yes | S | — | Not found in Arbitrium backoffice | Add comment… | |
| 284 | Registration records (BO) | Backoffice Frontend | Frontend | View registration records | housebets-frontend | Partial | arbitrium-cockpit | Partial | S | — | Players list covers this partially | Add comment… | |
| 285 | Login records (BO) | Backoffice Frontend | Frontend | View login records | housebets-frontend | Partial | arbitrium-cockpit | Partial | S | — | Audit logs cover this partially | Add comment… | |
| 286 | Payment records (BO) | Backoffice Frontend | Frontend | View payment records | housebets-frontend | Done | arbitrium-cockpit | No | — | — | Financial reports in backoffice | Add comment… | |
| 287 | Withdrawal records (BO) | Backoffice Frontend | Frontend | View withdrawal records | housebets-frontend | Done | arbitrium-cockpit | No | — | — | Withdrawals queue in backoffice | Add comment… | |
| 288 | Game records (BO) | Backoffice Frontend | Frontend | View game/bet records | housebets-frontend | Partial | arbitrium-cockpit | Partial | S | — | Financial reports cover some game data | Add comment… | |
| 289 | Contest records (BO) | Backoffice Frontend | Frontend | View contest/leaderboard records | housebets-frontend | Partial | arbitrium-cockpit | Partial | S | — | Leaderboard management exists in backoffice backend | Add comment… | |
| 290 | Token swap records (BO) | Backoffice Frontend | Frontend | View token swap records | housebets-frontend | Not Started | — | Yes | S | Coin swap / exchange | No token swap feature in Arbitrium | Add comment… | |
| 291 | Withdraw review queue (BO) | Backoffice Frontend | Frontend | Queue for reviewing withdrawals | housebets-frontend | Done | arbitrium-cockpit | No | — | — | Withdrawals queue + detail in backoffice | Add comment… | |
| 292 | Withdraw review logs (BO) | Backoffice Frontend | Frontend | Logs of withdrawal reviews | housebets-frontend | Done | arbitrium-cockpit | No | — | — | Withdrawals detail includes review history | Add comment… | |
| 293 | Manual coin adjust (BO) | Backoffice Frontend | Frontend | Manually adjust user balances | housebets-frontend | Partial | arbitrium-cockpit | Partial | S | — | May be possible via player detail but dedicated UI unclear | Add comment… | |
| 294 | Batch currency adjustment (BO) | Backoffice Frontend | Frontend | Bulk balance adjustments | housebets-frontend | Not Started | — | Yes | M | — | Not found in Arbitrium backoffice | Add comment… | |
| 295 | Hot/cold wallet mgmt (BO) | Backoffice Frontend | Frontend | Manage wallet infrastructure | housebets-frontend | Done | arbitrium-cockpit | No | — | — | Treasury section in backoffice | Add comment… | |
| 296 | Wallet tx log (BO) | Backoffice Frontend | Frontend | Wallet transaction logs | housebets-frontend | Done | arbitrium-cockpit | No | — | — | Treasury transfers + reconciliation | Add comment… | |
| 297 | Auto audit orders (BO) | Backoffice Frontend | Frontend | Automated audit order review | housebets-frontend | Partial | arbitrium-cockpit | Partial | S | — | Riskgate covers automated risk eval but UI may differ | Add comment… | |
| 298 | Settlement records (BO) | Backoffice Frontend | Frontend | View settlement records | housebets-frontend | Partial | arbitrium-cockpit | Partial | S | — | Treasury section covers settlements | Add comment… | |
| 299 | Bank card mgmt (BO) | Backoffice Frontend | Frontend | Manage bank card configurations | housebets-frontend | Partial | arbitrium-cockpit | Partial | S | — | Payment provider config exists | Add comment… | |
| 300 | Deposit order mgmt (BO) | Backoffice Frontend | Frontend | Manage deposit orders | housebets-frontend | Partial | arbitrium-cockpit | Partial | S | — | Financial reports cover deposit data | Add comment… | |
| 301 | Game provider mgmt (BO) | Backoffice Frontend | Frontend | Manage game providers in admin | housebets-frontend | Done | arbitrium-cockpit | No | — | — | Config/games in backoffice | Add comment… | |
| 302 | Game brand mgmt (BO) | Backoffice Frontend | Frontend | Manage game brands/studios | housebets-frontend | Partial | arbitrium-cockpit | Partial | S | — | Game config exists but brand-specific management unclear | Add comment… | |
| 303 | Game catalog mgmt (BO) | Backoffice Frontend | Frontend | Manage game catalog in admin | housebets-frontend | Done | arbitrium-cockpit | No | — | — | CatalogSync in backoffice | Add comment… | |
| 304 | Game router config (BO) | Backoffice Frontend | Frontend | Configure game routing rules | housebets-frontend | Partial | arbitrium-cockpit | Partial | S | — | Game config exists but routing-specific UI unclear | Add comment… | |
| 305 | Provider rule mgmt (BO) | Backoffice Frontend | Frontend | Manage game provider rules | housebets-frontend | Partial | arbitrium-cockpit | Partial | S | — | Game config covers some provider rules | Add comment… | |
| 306 | Bonus code mgmt (BO) | Backoffice Frontend | Frontend | Manage bonus codes in admin | housebets-frontend | Done | arbitrium-cockpit | No | — | — | Bonuses/codes in backoffice | Add comment… | |
| 307 | Free spin config (BO) | Backoffice Frontend | Frontend | Configure free spin bonuses | housebets-frontend | Partial | arbitrium-cockpit | Partial | M | — | Bonus templates exist but free-spin-specific config unclear | Add comment… | |
| 308 | Spin wheel config (BO) | Backoffice Frontend | Frontend | Configure spin wheel promotions | housebets-frontend | Not Started | — | Yes | M | PDD wheel spin promotion | Depends on wheel spin backend | Add comment… | |
| 309 | Check-in rewards (BO) | Backoffice Frontend | Frontend | Configure daily check-in rewards | housebets-frontend | Partial | arbitrium-cockpit | Partial | M | — | Retention challenges/streaks could serve similar purpose | Add comment… | |
| 310 | Deposit bonus activities (BO) | Backoffice Frontend | Frontend | Manage deposit bonus campaigns | housebets-frontend | Done | arbitrium-cockpit | No | — | — | Bonus templates in backoffice | Add comment… | |
| 311 | Welcome bonus config (BO) | Backoffice Frontend | Frontend | Configure welcome bonus | housebets-frontend | Done | arbitrium-cockpit | No | — | — | Bonus templates + reward programs | Add comment… | |
| 312 | Manual bonus distribution (BO) | Backoffice Frontend | Frontend | Manually award bonuses to players | housebets-frontend | Partial | arbitrium-cockpit | Partial | S | — | Bonus monitoring exists but manual distribution UI unclear | Add comment… | |
| 313 | Ad/banner mgmt (BO) | Backoffice Frontend | Frontend | Manage advertisements and banners | housebets-frontend | Partial | arbitrium-cockpit | Partial | M | — | Site config covers some but no dedicated banner management | Add comment… | |
| 314 | Big winner notifications (BO) | Backoffice Frontend | Frontend | Configure big win notifications | housebets-frontend | Not Started | — | Yes | M | — | Not found in Arbitrium backoffice | Add comment… | |
| 315 | Cashback mgmt (BO) | Backoffice Frontend | Frontend | Manage cashback configurations | housebets-frontend | Done | arbitrium-cockpit | No | — | — | Reward programs in backoffice | Add comment… | |
| 316 | Station message broadcasting (BO) | Backoffice Frontend | Frontend | Broadcast messages to all users | housebets-frontend | Done | arbitrium-cockpit | No | — | — | System announcements in inbox module | Add comment… | |
| 317 | Agent/proxy mgmt (BO) | Backoffice Frontend | Frontend | Manage agents and proxies | housebets-frontend | Not Started | — | Yes | M | — | Not implemented in Arbitrium | Add comment… | |
| 318 | Affiliate commission config (BO) | Backoffice Frontend | Frontend | Configure affiliate commissions | housebets-frontend | Done | arbitrium-cockpit | No | — | — | CommissionDeals CRUD in affiliate module | Add comment… | |
| 319 | Affiliate rewards config (BO) | Backoffice Frontend | Frontend | Configure affiliate rewards | housebets-frontend | Done | arbitrium-cockpit | No | — | — | RewardConfigs in affiliate module | Add comment… | |
| 320 | Affiliate reporting (BO) | Backoffice Frontend | Frontend | View affiliate performance reports | housebets-frontend | Done | arbitrium-cockpit | No | — | — | Affiliate settlements + payouts | Add comment… | |
| 321 | Affiliate team mgmt (BO) | Backoffice Frontend | Frontend | Manage affiliate teams | housebets-frontend | Done | arbitrium-cockpit | No | — | — | Partner CRUD + referral chain | Add comment… | |
| 322 | Chat channel mgmt (BO) | Backoffice Frontend | Frontend | Manage chat channels in admin | housebets-frontend | Done | arbitrium-cockpit | No | — | — | Chat channels in backoffice | Add comment… | |
| 323 | Chat history/moderation (BO) | Backoffice Frontend | Frontend | View and moderate chat history | housebets-frontend | Done | arbitrium-cockpit | No | — | — | Chat messages + moderation in backoffice | Add comment… | |
| 324 | VIP level config (BO) | Backoffice Frontend | Frontend | Configure VIP levels | housebets-frontend | Not Started | — | Yes | L | VIP tier system | Depends on VIP tier backend | Add comment… | |
| 325 | Currency config (BO) | Backoffice Frontend | Frontend | Configure supported currencies | housebets-frontend | Done | arbitrium-cockpit | No | — | — | Config/currencies in backoffice | Add comment… | |
| 326 | Platform parameters (BO) | Backoffice Frontend | Frontend | Configure platform settings | housebets-frontend | Done | arbitrium-cockpit | No | — | — | Site config in backoffice | Add comment… | |
| 327 | Payment provider config (BO) | Backoffice Frontend | Frontend | Configure payment providers | housebets-frontend | Done | arbitrium-cockpit | No | — | — | Payment providers/channels/routes in backoffice | Add comment… | |
| 328 | WebSocket config (BO) | Backoffice Frontend | Frontend | Configure WebSocket settings | housebets-frontend | Not Started | — | Yes | S | — | Not found in Arbitrium backoffice | Add comment… | |
| 329 | User state categories/tags (BO) | Backoffice Frontend | Frontend | Define user state categories | housebets-frontend | Partial | arbitrium-cockpit | Partial | S | — | Account states exist but custom categories unclear | Add comment… | |
| 330 | Login restriction config (BO) | Backoffice Frontend | Frontend | Configure login restrictions | housebets-frontend | Partial | arbitrium-cockpit | Partial | S | — | Emergency controls + limits cover some restrictions | Add comment… | |
| 331 | Wager prize distribution (BO) | Backoffice Frontend | Frontend | Distribute leaderboard prizes | housebets-frontend | Partial | arbitrium-cockpit | Partial | S | — | Leaderboard prize tiers exist in backend | Add comment… | |
| 332 | Administrator mgmt (BO) | Backoffice Frontend | Frontend | Manage admin users | housebets-frontend | Done | arbitrium-cockpit | No | — | — | RBAC staff management | Add comment… | |
| 333 | Role/permission mgmt (BO) | Backoffice Frontend | Frontend | Configure roles and permissions | housebets-frontend | Done | arbitrium-cockpit | No | — | — | RBAC roles in backoffice | Add comment… | |
| 334 | System/login logs (BO) | Backoffice Frontend | Frontend | View system and login audit logs | housebets-frontend | Done | arbitrium-cockpit | No | — | — | Audit logs in backoffice | Add comment… | |
| 335 | Website mgmt (BO) | Backoffice Frontend | Frontend | Manage website content/config | housebets-frontend | Done | arbitrium-cockpit | No | — | — | Site config in backoffice | Add comment… | |
| 336 | Multi-language (BO) | Backoffice Frontend | Frontend | Multi-language backoffice support | housebets-frontend | Partial | arbitrium-cockpit | Partial | S | — | i18n likely exists but extent unclear | Add comment… | |
| 337 | Theme toggle (BO) | Backoffice Frontend | Frontend | Light/dark theme toggle in admin | housebets-frontend | Partial | arbitrium-cockpit | Partial | S | — | Theme component exists but backoffice specific unclear | Add comment… | |
| 338 | Timezone config (BO) | Backoffice Frontend | Frontend | Configure timezone display | housebets-frontend | Partial | arbitrium-cockpit | Partial | S | — | Likely in settings but not explicitly confirmed | Add comment… | |
| 339 | Platform selector (BO) | Backoffice Frontend | Frontend | Switch between platforms/tenants | housebets-frontend | Not Started | — | Yes | M | Partner / tenant management | Depends on multi-tenant backend | Add comment… | |
| 340 | Data export (BO) | Backoffice Frontend | Frontend | Export data to files from admin | housebets-frontend | Partial | arbitrium-cockpit | Partial | S | — | Some export capability likely but not confirmed | Add comment… | |
| 341 | Chart visualizations (BO) | Backoffice Frontend | Frontend | Charts and graphs in admin dashboards | housebets-frontend | Partial | arbitrium-cockpit | Partial | M | — | Dashboard exists but advanced analytics charts missing | Add comment… | |
| 342 | Table filtering/pagination (BO) | Backoffice Frontend | Frontend | Filterable paginated tables in admin | housebets-frontend | Done | arbitrium-cockpit | No | — | — | Standard table components in backoffice | Add comment… | |
| A1 | Retention engine - Segment rules | Retention | Backend | Define player segments with rules for targeted actions | N/A | Done | retention | Yes (HB gap) | L | — | HouseBets has no retention engine | Add comment… | |
| A2 | Retention engine - Trigger rules | Retention | Backend | Event-driven triggers for automated player engagement | N/A | Done | retention | Yes (HB gap) | L | Retention engine - Segment rules | Triggers work with segments | Add comment… | |
| A3 | Retention engine - Challenges | Retention | Backend | Create challenges for player engagement and reward | N/A | Done | retention | Yes (HB gap) | M | — | HouseBets has beginner tasks but no general challenge system | Add comment… | |
| A4 | Retention engine - Streak policies | Retention | Backend | Define streak-based reward policies for consistent play | N/A | Done | retention | Yes (HB gap) | M | — | HouseBets has continuous deposit challenges as partial equivalent | Add comment… | |
| A5 | Retention engine - Lobby config | Retention | Backend | Personalized lobby configuration per segment | N/A | Done | retention | Yes (HB gap) | M | Retention engine - Segment rules | Depends on segment rules | Add comment… | |
| A6 | Retention engine - Abuse policy | Retention | Backend | Define and enforce anti-abuse policies for bonuses/rewards | N/A | Done | retention | Yes (HB gap) | M | — | HouseBets has bonus anomaly detection as partial equivalent | Add comment… | |
| A7 | Retention engine - Cost caps | Retention | Backend | Set cost ceilings on retention programs | N/A | Done | retention | Yes (HB gap) | S | — | No equivalent in HouseBets | Add comment… | |
| A8 | Retention engine - Kill switches | Retention | Backend | Emergency disable switches for retention programs | N/A | Done | retention | Yes (HB gap) | S | — | No equivalent in HouseBets | Add comment… | |
| A9 | Retention engine - Incidents | Retention | Backend | Track and manage retention-related incidents | N/A | Done | retention | Yes (HB gap) | S | — | No equivalent in HouseBets | Add comment… | |
| A10 | Fraud scoring module | Fraud | Backend | Automated fraud risk scoring for players | N/A | Done | fraud | Yes (HB gap) | L | — | HouseBets has bonus anomaly detection but no general fraud scoring | Add comment… | |
| A11 | Riskgate - Automated withdrawal risk evaluation | Risk | Backend | Rules-based automated risk evaluation for withdrawals | N/A | Done | riskgate | Yes (HB gap) | L | — | HouseBets has auto-audit but not rules-based risk engine | Add comment… | |
| A12 | Treasury reconciliation system | Treasury | Backend | Full treasury reconciliation with snapshots and break detection | N/A | Done | treasury | Yes (HB gap) | XL | — | HouseBets has payment reconciliation but not full treasury module | Add comment… | |
| A13 | Treasury case management | Treasury | Backend | Manage treasury discrepancy cases | N/A | Done | treasury | Yes (HB gap) | M | Treasury reconciliation system | Part of treasury module | Add comment… | |
| A14 | Treasury transfer policies | Treasury | Backend | Define policies governing treasury transfers | N/A | Done | treasury | Yes (HB gap) | M | Treasury reconciliation system | Part of treasury module | Add comment… | |
| A15 | Webhook delivery system | Infrastructure | Backend | Configurable webhook subscriptions with delivery tracking | N/A | Done | webhook | Yes (HB gap) | M | — | HouseBets has payment webhooks but no general webhook system | Add comment… | |
| A16 | Emergency controls / platform status | Infrastructure | Backend | Platform-wide emergency controls and status management | N/A | Done | emergency | Yes (HB gap) | M | — | HouseBets has no centralized emergency control system | Add comment… | |
| A17 | Work order system | Operations | Backend | Work order creation and tracking for operational tasks | N/A | Done | workorder | Yes (HB gap) | M | — | No equivalent in HouseBets | Add comment… | |
| A18 | Catalog sync automation | Casino | Backend | Automated game catalog synchronization with status tracking | N/A | Done | casino | Yes (HB gap) | M | — | HouseBets syncs manually or differently | Add comment… | |
| A19 | Enrichment module - Player metrics | Analytics | Backend | Centralized player metrics and enrichment data | N/A | Done | enrichment | Yes (HB gap) | M | — | HouseBets relies on external analytics | Add comment… | |
| A20 | Advanced bonus engine - Templates | Promotions | Backend | Template-based bonus configuration system | N/A | Done | bonus | Yes (HB gap) | L | — | HouseBets has simpler bonus code system | Add comment… | |
| A21 | Advanced bonus engine - Slot groups | Promotions | Backend | Slot group targeting for bonus eligibility | N/A | Done | bonus | Yes (HB gap) | M | Advanced bonus engine - Templates | Part of advanced bonus engine | Add comment… | |
| A22 | Advanced bonus engine - Reward programs | Promotions | Backend | Configurable reward program framework | N/A | Done | bonus | Yes (HB gap) | L | — | HouseBets has individual reward types but no unified framework | Add comment… | |
| A23 | Limits engine - Customer limits | Compliance | Backend | Player-set responsible gaming limits | N/A | Done | limits | Yes (HB gap) | M | — | HouseBets has withdrawal limits but no general limits engine | Add comment… | |
| A24 | Limits engine - Operator overrides | Compliance | Backend | Operator-defined limit overrides with approval workflow | N/A | Done | limits | Yes (HB gap) | M | Limits engine - Customer limits | Part of limits engine | Add comment… | |
| A25 | Partner portal (affiliate) | Affiliates | Both | Full partner portal with login and dashboard | N/A | Done | affiliate + arbitrium-ui | Yes (HB gap) | L | — | HouseBets uses external tools (Affilka/Scaleo) instead | Add comment… | |
| A26 | Retention management UI (BO) | Retention | Frontend | Full retention admin: segments/triggers/challenges/streaks/lobby/abuse/cost-caps/kill-switches/incidents | N/A | Done | arbitrium-cockpit | Yes (HB gap) | XL | Retention engine | Depends on retention backend | Add comment… | |
| A27 | Treasury management UI (BO) | Treasury | Frontend | Treasury admin: reconciliation/snapshots/breaks/cases/transfers/policies | N/A | Done | arbitrium-cockpit | Yes (HB gap) | L | Treasury reconciliation system | Depends on treasury backend | Add comment… | |
| A28 | Webhook management UI (BO) | Infrastructure | Frontend | Webhook admin: subscriptions and delivery monitoring | N/A | Done | arbitrium-cockpit | Yes (HB gap) | S | Webhook delivery system | Depends on webhook backend | Add comment… | |
| A29 | Work order management UI (BO) | Operations | Frontend | Work order admin: creation/tracking/detail | N/A | Done | arbitrium-cockpit | Yes (HB gap) | M | Work order system | Depends on work order backend | Add comment… | |
| A30 | Bonus monitoring dashboard (BO) | Promotions | Frontend | Advanced bonus monitoring with cost summaries and instance tracking | N/A | Done | arbitrium-cockpit | Yes (HB gap) | M | Advanced bonus engine - Templates | Depends on advanced bonus engine | Add comment… | |
| A31 | Maintenance/emergency page | Infrastructure | Frontend | User-facing maintenance and emergency status page | N/A | Done | arbitrium-ui | Yes (HB gap) | S | Emergency controls / platform status | Depends on emergency controls | Add comment… | |
| A32 | Partner portal frontend | Affiliates | Frontend | Partner login/dashboard/campaigns/links/payouts/commissions/profile | N/A | Done | arbitrium-ui | Yes (HB gap) | L | Partner portal (affiliate) | Full partner-facing portal | Add comment… | |
| 7 | Bee Network OAuth login | User Accounts | Backend | Bee Network social login | housebets-backend | Not Started | — | Yes | M | — | Niche integration; not in Arbitrium | Add comment… | |
| 90 | Plinko game | House Games | Backend | In-house plinko game engine | housebets-backend | Partial | gameengine | Partial | L | — | Plinko page exists in frontend; backend may use Tequity | Add comment… | |
| 123 | Player's bonus offers | Promotions | Backend | Personalized bonus offers per player | housebets-backend | Done | bonus | No | — | — | ListOffers + GetPlayerBonusProfile | Add comment… | |
| 253 | Plinko physics | House Games FE | Frontend | Physics simulation for plinko | housebets-frontend | Partial | arbitrium-ui | Partial | S | — | Plinko page exists; physics implementation unclear | Add comment… | |
| 265 | HBTS token airdrop UI | Promotions Portal | Frontend | Token airdrop promotion page | housebets-frontend | Not Started | — | Yes | M | — | Platform-specific; not in Arbitrium | Add comment… | |
| 266 | House Keys program UI | Promotions Portal | Frontend | House Keys loyalty program page | housebets-frontend | Not Started | — | Yes | M | — | Platform-specific; not in Arbitrium | Add comment… |