Platform Parity Gap Analysis

HouseBets → Arbitrium · March 2026 · Product Management

342
HouseBets Capabilities
157
Arbitrium Done
46%
80
Partial
23%
105
Not Started
31%
32
Arbitrium-Only
362
Needed
6
Fast Follow
2
Not Needed
4
To Be Reviewed

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

374 / 374 rows
#ItemCategoryLayerDescriptionReposStatusArb RepoGapComplexityDependenciesNotesPriorityComment
1Player registration - email/password with referral trackingUser AccountsBackendPlayer signup with email/password and referral code attributionhousebets-backendDoneidentity + affiliateNoArbitrium has register + referral attribution via affiliate moduleAdd comment…
2Player login (email/password)User AccountsBackendStandard email/password authenticationhousebets-backendDoneidentityNoLogin endpoint in identity moduleAdd comment…
3Social login (Google)User AccountsBackendGoogle OAuth loginhousebets-backendDoneidentityNoGoogle login supported in identity moduleAdd comment…
4Social login (Facebook)User AccountsBackendFacebook OAuth loginhousebets-backendNot StartedYesSNot implemented in ArbitriumAdd comment…
5Telegram loginUser AccountsBackendTelegram-based authenticationhousebets-backendDoneidentityNoTelegram login in identity moduleAdd comment…
6MetaMask wallet loginUser AccountsBackendWeb3 wallet authentication via MetaMaskhousebets-backendDoneidentityNoMetaMask login in identity moduleAdd comment…
8SMS / WhatsApp verificationUser AccountsBackendPhone-based verification via SMS or WhatsApphousebets-backendNot StartedYesMNot implemented in ArbitriumAdd comment…
9Two-factor authentication (2FA)User AccountsBackendSetup, verify, enable, disable 2FAhousebets-backendDoneidentityNoFull 2FA support: Setup2FA, VerifyAndEnable2FA, Disable2FAAdd comment…
10KYC verificationUser AccountsBackendKnow Your Customer identity verificationhousebets-backendDoneidentity + backofficeNoKYC transition + backoffice KYC queueAdd comment…
11User profile managementUser AccountsBackendView and edit player profilehousebets-backendDoneidentityNoGetPlayerProfile + SetUsername + SetSelectedCurrencyAdd comment…
12User detail / public lookupUser AccountsBackendLook up user details publiclyhousebets-backendDoneidentityNoGetPlayersByIDs + GetUsernameAdd comment…
13Login history trackingUser AccountsBackendTrack login events and historyhousebets-backendPartialbackofficePartialSAudit logs exist but dedicated login history unclearAdd comment…
14Session managementUser AccountsBackendCreate, refresh, destroy sessionshousebets-backendDoneidentityNoRefresh + Logout + DestroyAllSessionsAdd comment…
15Self-exclusion (responsible gaming)User AccountsBackendPlayer self-exclusion capabilityhousebets-backendDoneidentity + complianceNoSetSelfExcluded in compliance moduleAdd comment…
16VIP tier systemUser AccountsBackendTiered VIP levels with benefitshousebets-backendNot StartedYesLNo VIP tier engine in ArbitriumAdd comment…
17VIP account linkingUser AccountsBackendLink VIP accounts across platformshousebets-backendNot StartedYesMVIP tier systemDepends on VIP tier systemAdd comment…
18Pre-registration managementUser AccountsBackendManage pre-registration signupshousebets-backendNot StartedYesSNot present in ArbitriumAdd comment…
19Registration method configurationUser AccountsBackendConfigure which registration methods are enabledhousebets-backendPartialbackofficePartialSSite config exists but registration method config unclearAdd comment…
20User IP association trackingUser AccountsBackendTrack IP addresses associated with usershousebets-backendPartialenrichment + fraudPartialSFraud/enrichment modules may capture IP dataAdd comment…
21Fiat depositsPaymentsBackendAccept fiat currency depositshousebets-backendDonepaymentNoPaymentIQ integration for fiat depositsAdd comment…
22Fiat withdrawalsPaymentsBackendProcess fiat currency withdrawalshousebets-backendDonepaymentNoPaymentIQ fiat withdrawal processingAdd comment…
23Crypto depositsPaymentsBackendAccept cryptocurrency depositshousebets-backendDonepaymentNoCobo crypto deposit via GetOrCreateDepositAddress + ProcessDepositAdd comment…
24Crypto withdrawalsPaymentsBackendProcess cryptocurrency withdrawalshousebets-backendDonepaymentNoCobo crypto withdrawal with risk evaluationAdd comment…
25Crypto wallet address managementPaymentsBackendGenerate and manage crypto deposit addresseshousebets-backendDonepaymentNoGetOrCreateDepositAddress via CoboAdd comment…
26Multi-currency balance managementPaymentsBackendManage balances across multiple currencieshousebets-backendDonewalletNoGetBalance + ListCashBalances + GetEnabledCurrenciesAdd comment…
27Coin swap / exchangePaymentsBackendConvert between cryptocurrencieshousebets-backendNot StartedYesLNot implemented in ArbitriumAdd comment…
28Withdrawal limitsPaymentsBackendEnforce withdrawal amount limitshousebets-backendDonelimitsNoLimits module with customer + operator limitsAdd comment…
29Withdrawal review / approvalPaymentsBackendManual review queue for withdrawalshousebets-backendDonebackoffice + riskgateNoEvaluateWithdrawalApproval + backoffice withdrawal queueAdd comment…
30Auto-audit configurationPaymentsBackendConfigure automated withdrawal auditing ruleshousebets-backendDoneriskgateNoRiskgate rules CRUD for automated evaluationAdd comment…
31Locked coin managementPaymentsBackendManage locked/restricted coin balanceshousebets-backendNot StartedYesMNo locked coin concept in ArbitriumAdd comment…
32Transaction historyPaymentsBackendView deposit and withdrawal historyhousebets-backendDonepayment + walletNoListDeposits + ListWithdrawals + ListBetsAdd comment…
33Staking systemPaymentsBackendStake tokens for rewardshousebets-backendNot StartedYesXLNot implemented in ArbitriumAdd comment…
34Dividend tracking & leaderboardPaymentsBackendTrack and distribute dividends to stakershousebets-backendNot StartedYesLStaking systemDepends on staking systemAdd comment…
35Hot wallet managementPaymentsBackendManage hot wallet balances and transfershousebets-backendDonetreasuryNoTreasury module with wallet bindings and transfersAdd comment…
36Payment gateway webhooksPaymentsBackendReceive and process payment provider callbackshousebets-backendDonepaymentNoWebhook processing for Cobo and PaymentIQAdd comment…
37Bank card / payment account configPaymentsBackendConfigure bank cards and payment accountshousebets-backendDonebackofficeNoPayment provider/channel config in backofficeAdd comment…
38Currency type managementPaymentsBackendConfigure supported currency typeshousebets-backendDonebackofficeNoCurrency config in backofficeAdd comment…
39Crypto exchange rate managementPaymentsBackendManage and cache crypto exchange rateshousebets-backendPartialpaymentPartialSBasic rate handling but no dedicated caching service like HBAdd comment…
40Bonus funds managementPaymentsBackendManage bonus balances separately from cashhousebets-backendDonebonus + walletNoCreditBonus + active bonus trackingAdd comment…
41Manual deposit order generationPaymentsBackendAdmin-created deposit ordershousebets-backendPartialbackofficePartialSManual adjustments possible but not full order generationAdd comment…
42Payment order reconciliationPaymentsBackendReconcile payment orders with providershousebets-backendDonetreasuryNoTreasury reconciliation with snapshots and breaksAdd comment…
43Unified payment gateway (50+ providers)PaymentsBackendSingle gateway abstracting many payment providershousebets-backendPartialpaymentPartialArbitrium uses Cobo + PaymentIQ (fewer but modern providers)Add comment…
44Multi-chain crypto processingPaymentsBackendSupport deposits/withdrawals across multiple blockchainshousebets-backendDonepaymentNoCobo supports multi-chain cryptoAdd comment…
45Crypto address pool managementPaymentsBackendPool of pre-generated crypto addresseshousebets-backendPartialpaymentPartialSCobo manages addresses but no explicit pool managementAdd comment…
46Cold wallet managementPaymentsBackendManage cold storage walletshousebets-backendPartialtreasuryPartialSTreasury has wallet bindings but cold wallet specifics unclearAdd comment…
47Merchant authentication & app keysPaymentsBackendAPI key management for merchant integrationshousebets-backendNot StartedYesMNot present in Arbitrium payment moduleAdd comment…
48Payment/payout order lifecyclePaymentsBackendFull lifecycle tracking of payment ordershousebets-backendDonepaymentNoTransitionWithdrawal + order status trackingAdd comment…
49Order notification retry systemPaymentsBackendRetry failed payment notificationshousebets-backendDonewebhookNoWebhook delivery system with retry capabilityAdd comment…
50Cross-platform payment routingPaymentsBackendRoute payments across platforms/tenantshousebets-backendDonepaymentNoListPaymentRoutes + payment routing configAdd comment…
51Multi-currency fiat supportPaymentsBackendSupport multiple fiat currencieshousebets-backendDonepayment + walletNoMulti-currency via PaymentIQ + wallet moduleAdd comment…
52GCP Pub/Sub event publishingPaymentsBackendPublish payment events to GCP Pub/Subhousebets-backendNot StartedYesMArbitrium uses Watermill/GoChannel instead of GCP Pub/SubAdd comment…
53Game provider managementCasinoBackendManage casino game provider integrationshousebets-backendDonecasino + backofficeNoCatalogFeedConfig CRUD + backoffice games configAdd comment…
54Game catalog managementCasinoBackendManage the full game cataloghousebets-backendDonecasinoNoSyncCatalog + CatalogSyncStatus + FlaggedGamesAdd comment…
55Game browsing & searchCasinoBackendBrowse and search available gameshousebets-backendDonecasinoNoListGames + GetGameCategoryAdd comment…
56Game launch / session creationCasinoBackendLaunch a game and create player sessionhousebets-backendDonecasinoNoLaunchGame endpointAdd comment…
57Game collection / favoritesCasinoBackendSave favorite gameshousebets-backendPartialcasinoPartialSGame categories exist but explicit favorites unclearAdd comment…
58Softswiss integrationCasinoBackendSoftswiss game provider integrationhousebets-backendDonegameengineNoSoftswiss provider integration in gameengineAdd comment…
59Pragmatic Play integrationCasinoBackendPragmatic Play direct integrationhousebets-backendPartialgameenginePartialMMay be available via Softswiss aggregation rather than directAdd comment…
60Openbox integrationCasinoBackendOpenbox game provider integrationhousebets-backendNot StartedYesMNot present in ArbitriumAdd comment…
61Tequity RGS integrationCasinoBackendTequity remote game server integrationhousebets-backendDonegameengineNoTequity provider callbacks in gameengine moduleAdd comment…
62Demo mode supportCasinoBackendAllow playing games in demo/free modehousebets-backendPartialcasinoPartialSLaunchGame may support demo but not explicitly confirmedAdd comment…
63Game records retrievalCasinoBackendRetrieve game round/bet recordshousebets-backendDonewallet + gameengineNoListBets + GetRoundTranscriptAdd comment…
64Recent big wins displayCasinoBackendShow recent large wins across platformhousebets-backendNot StartedYesMNo big wins aggregation in ArbitriumAdd comment…
65Game top rankingsCasinoBackendRank games by popularity or other metricshousebets-backendNot StartedYesMNo game ranking system in ArbitriumAdd comment…
66Game route configurationCasinoBackendConfigure routing rules for game providershousebets-backendDonecasino + backofficeNoCatalogFeedConfig CRUD covers game routingAdd comment…
67Game record ingestionCasinoBackendIngest game records from providershousebets-backendDonegameengine + walletNoProvider callbacks process game recordsAdd comment…
68Game consumption aggregationCasinoBackendAggregate game consumption/revenue datahousebets-backendPartialwalletPartialSGetDailyGGRSummary covers some aggregationAdd comment…
69Game rake trackingCasinoBackendTrack rake/house edge per gamehousebets-backendPartialwalletPartialSGGR summary may include rake dataAdd comment…
70Game state management (online/banned)CasinoBackendToggle games online/offline or ban themhousebets-backendDonecasino + backofficeNoFlaggedGames + backoffice game managementAdd comment…
71Betby sportsbook integrationSportsbookBackendBetby sports betting provider integrationhousebets-backendDonegameengineNoBetby provider integration in gameengineAdd comment…
72Betby session managementSportsbookBackendManage Betby player sessionshousebets-backendDonegameengineNoBetby session handling via gameengineAdd comment…
73Betslip status trackingSportsbookBackendTrack status of sports betslipshousebets-backendDonewalletNoPlaceSportsBet + SettleSportsBetAdd comment…
74Sports bet round reportingSportsbookBackendReport on sports betting roundshousebets-backendDonewalletNoSports bet records via wallet moduleAdd comment…
75Sport game differentiationSportsbookBackendDifferentiate sports bets from casino betshousebets-backendDonewalletNoSeparate PlaceSportsBet/SettleSportsBet endpointsAdd comment…
76Sports bet record ingestionSportsbookBackendIngest and store sports bet recordshousebets-backendDonewallet + gameengineNoBetby callbacks + wallet recordingAdd comment…
77House game wallet integrationHouse GamesBackendWallet operations for house gameshousebets-backendDonewalletNoPlaceBet + SettleWin + RollbackRoundAdd comment…
78Mini-game provider integrationHouse GamesBackendIntegrate mini-game providershousebets-backendDonegameengineNoTequity provider integration serves mini-gamesAdd comment…
79Provably fair verificationHouse GamesBackendCryptographic proof of game fairnesshousebets-backendNot StartedYesLNot implemented in ArbitriumAdd comment…
80House game round reportingHouse GamesBackendReport on house game roundshousebets-backendDonewalletNoListBets + GetRoundTranscriptAdd comment…
81Game mining rewardsHouse GamesBackendEarn tokens by playing gameshousebets-backendNot StartedYesXLNot implemented in ArbitriumAdd comment…
82Game cashback rewardsHouse GamesBackendCashback on house game losseshousebets-backendPartialbonusPartialMReward programs exist but game-specific cashback unclearAdd comment…
83In-house game relayHouse GamesBackendRelay service for house game communicationhousebets-backendDonegameengineNoGameengine routes handle game relayAdd comment…
84Crypto trading gameHouse GamesBackendCryptocurrency price prediction gamehousebets-backendNot StartedYesXLNot implemented in ArbitriumAdd comment…
85Blackjack gameHouse GamesBackendIn-house blackjack game enginehousebets-backendNot StartedYesXLNot implemented in ArbitriumAdd comment…
86Crash gameHouse GamesBackendIn-house crash game enginehousebets-backendNot StartedYesXLNot implemented in ArbitriumAdd comment…
87Mines gameHouse GamesBackendIn-house mines game enginehousebets-backendNot StartedYesLNot implemented in ArbitriumAdd comment…
88Dice gameHouse GamesBackendIn-house dice game enginehousebets-backendNot StartedYesLNot implemented in ArbitriumAdd comment…
89Roulette gameHouse GamesBackendIn-house roulette game enginehousebets-backendNot StartedYesXLNot implemented in ArbitriumAdd comment…
91Limbo gameHouse GamesBackendIn-house limbo game enginehousebets-backendNot StartedYesLNot implemented in ArbitriumAdd comment…
92Keno gameHouse GamesBackendIn-house keno game enginehousebets-backendNot StartedYesLNot implemented in ArbitriumAdd comment…
93Wheel gameHouse GamesBackendIn-house wheel/fortune game enginehousebets-backendNot StartedYesLNot implemented in ArbitriumAdd comment…
94Hi-Lo gameHouse GamesBackendIn-house hi-lo card game enginehousebets-backendNot StartedYesLNot implemented in ArbitriumAdd comment…
95Public game sharingHouse GamesBackendShare game rounds publiclyhousebets-backendNot StartedYesSNot implemented in ArbitriumAdd comment…
96Provably fair seed managementHouse GamesBackendManage server/client seeds for provably fairhousebets-backendNot StartedYesMProvably fair verificationDepends on provably fair systemAdd comment…
97Game configuration managementHouse GamesBackendConfigure house game parametershousebets-backendPartialbackofficePartialSGame config exists but house-game-specific config limitedAdd comment…
98Lottery ticket systemHouse GamesBackendLottery/raffle ticket mechanicshousebets-backendNot StartedYesLNot implemented in ArbitriumAdd comment…
99Tipping systemSocial/ChatBackendPlayer-to-player tippinghousebets-backendNot StartedYesMNot implemented in ArbitriumAdd comment…
100Chat system (Stream Chat)Social/ChatBackendReal-time chat via Stream Chathousebets-backendDonechatNoArbitrium has own internal chat module (not Stream Chat)Add comment…
101Chat channel managementSocial/ChatBackendCreate and manage chat channelshousebets-backendDonechat + backofficeNoListChannels + backoffice chat channel managementAdd comment…
102Chat message moderationSocial/ChatBackendModerate chat messageshousebets-backendDonechat + backofficeNoDeleteMessage + ModerationQueue + backoffice moderationAdd comment…
103Chat sensitive word filteringSocial/ChatBackendFilter sensitive/banned words in chathousebets-backendDonechatNoListKeywordFilters + Create/UpdateKeywordFilterAdd comment…
104Chat exportSocial/ChatBackendExport chat historyhousebets-backendPartialbackofficePartialSChat history viewable but dedicated export unclearAdd comment…
105Real-time chat messagingSocial/ChatBackendSend and receive messages in real-timehousebets-backendDonechat + realtimeNoSendMessage + GetRecentMessages + WebSocketAdd comment…
106Chat channel access controlSocial/ChatBackendControl who can access chat channelshousebets-backendPartialchatPartialSListMutes exists but full access control unclearAdd comment…
107Personal blacklist / muteSocial/ChatBackendMute or block other usershousebets-backendDonechatNoListMutes in chat moduleAdd comment…
108Anonymous tipping in chatSocial/ChatBackendSend tips anonymously in chathousebets-backendNot StartedYesMTipping systemDepends on tipping systemAdd comment…
109Real-time push notificationsSocial/ChatBackendPush notifications to usershousebets-backendDoneinbox + realtimeNoCreateSystemAnnouncement + WebSocket realtimeAdd comment…
110User presence trackingSocial/ChatBackendTrack online/offline status of usershousebets-backendPartialrealtimePartialSWebSocket connection tracking but no explicit presence systemAdd comment…
111Bonus code systemPromotionsBackendCreate and redeem bonus codeshousebets-backendDonebonusNoPromoCodes CRUD + ListPromoCodeRedemptionsAdd comment…
112Deposit bonus campaignsPromotionsBackendBonuses triggered by depositshousebets-backendDonebonusNoTemplates + bonus engine handles deposit triggersAdd comment…
113PDD wheel spin promotionPromotionsBackendWheel of fortune promotional gamehousebets-backendNot StartedYesMNot implemented in ArbitriumAdd comment…
114Beginner task systemPromotionsBackendOnboarding task-based rewardshousebets-backendPartialretentionPartialMChallenges in retention module could serve similar purposeAdd comment…
115Staged deposit bonusesPromotionsBackendMulti-stage deposit bonus progressionhousebets-backendDonebonusNoBonus templates support staged/tiered bonusesAdd comment…
116VIP weekly/monthly rewardsPromotionsBackendRecurring VIP tier rewardshousebets-backendNot StartedYesLVIP tier systemDepends on VIP tier systemAdd comment…
117Cashback systemPromotionsBackendAutomated cashback on losseshousebets-backendDonebonusNoRewardPrograms with cashback configurationAdd comment…
118Continuous deposit challengesPromotionsBackendMulti-deposit challenge campaignshousebets-backendDoneretentionNoChallenges + Streaks in retention moduleAdd comment…
119Promotion relay servicePromotionsBackendService to relay promotion eventshousebets-backendDoneretention + bonusNoEvent-driven triggers in retention moduleAdd comment…
120On-chain deposit bonus systemPromotionsBackendBonus for blockchain depositshousebets-backendNot StartedYesLNot implemented in ArbitriumAdd comment…
121Tweet verification for bonusPromotionsBackendVerify social media actions for bonushousebets-backendNot StartedYesMNot implemented in ArbitriumAdd comment…
122Welcome bonus offeringPromotionsBackendNew player welcome bonushousebets-backendDonebonusNoListOffers + ClaimBonus for welcome offersAdd comment…
124Bonus eligibility rules enginePromotionsBackendRules determining bonus eligibilityhousebets-backendDonebonusNoTemplates + SlotGroups define eligibility rulesAdd comment…
125Bonus claim admin managementPromotionsBackendAdmin tools for bonus claim managementhousebets-backendDonebackofficeNoBackoffice bonus monitoring + managementAdd comment…
126Bonus anomaly detectionPromotionsBackendDetect suspicious bonus claiming patternshousebets-backendDoneretention + fraudNoAbusePolicy + FraudSignals in retention/fraud modulesAdd comment…
127Bonus daily stats & Slack reportingPromotionsBackendDaily bonus statistics with Slack integrationhousebets-backendNot StartedYesSNo Slack reporting in ArbitriumAdd comment…
128Promotional campaigns portalPromotionsBackendPortal for managing promotional campaignshousebets-backendPartialbonus + retentionPartialMBonus templates + retention but no unified campaigns portalAdd comment…
129Sanity CMS content managementPromotionsBackendHeadless CMS for promotional contenthousebets-backendNot StartedYesMArbitrium uses site config instead of external CMSAdd comment…
130Invite-only campaign accessPromotionsBackendRestrict campaigns to invited playershousebets-backendPartialbonusPartialSPromo codes can serve as invite mechanismAdd comment…
131Wager contest leaderboardLeaderboard/ContestsBackendLeaderboard based on wagering volumehousebets-backendDoneleaderboardNoFull leaderboard CRUD + rankings + periodsAdd comment…
132Wager contest prize poolsLeaderboard/ContestsBackendPrize pool configuration for contestshousebets-backendDoneleaderboardNoSetPrizeTiers + prize tier managementAdd comment…
133Wager contest reward snapshotsLeaderboard/ContestsBackendSnapshot rankings for reward distributionhousebets-backendDoneleaderboardNoCreateNextPeriod + period managementAdd comment…
134Daily agent reportsLeaderboard/ContestsBackendAutomated daily reporting for agentshousebets-backendNot StartedYesMNot implemented in ArbitriumAdd comment…
135In-memory real-time leaderboardsLeaderboard/ContestsBackendHigh-performance in-memory leaderboard updateshousebets-backendDoneleaderboardNoRecordScore + GetRankings with real-time updatesAdd comment…
136High roller trackingLeaderboard/ContestsBackendTrack and identify high-value playershousebets-backendPartialenrichmentPartialSGetPlayerMetrics may include wagering dataAdd comment…
137Affiliate program managementAffiliates/IntegrationsBackendManage affiliate partnershipshousebets-backendDoneaffiliateNoFull Partner CRUD + Campaigns + CommissionDealsAdd comment…
138Affiliate invite rewardsAffiliates/IntegrationsBackendRewards for affiliate referralshousebets-backendDoneaffiliateNoRewardConfigs + referral attributionAdd comment…
139Affiliate reporting & incomeAffiliates/IntegrationsBackendAffiliate performance and income reportshousebets-backendDoneaffiliateNoSettlements + Payouts + referral statsAdd comment…
140Affilka integrationAffiliates/IntegrationsBackendAffilka affiliate platform integrationhousebets-backendNot StartedYesMArbitrium has own affiliate module insteadAdd comment…
141Agent data collection & processingAffiliates/IntegrationsBackendCollect and process agent/proxy datahousebets-backendNot StartedYesMNot implemented in ArbitriumAdd comment…
142AppsFlyer integrationAffiliates/IntegrationsBackendAppsFlyer mobile attributionhousebets-backendNot StartedYesMNot implemented in ArbitriumAdd comment…
143Facebook Pixel integrationAffiliates/IntegrationsBackendFacebook conversion trackinghousebets-backendNot StartedYesSNot implemented in ArbitriumAdd comment…
144TikTok analytics integrationAffiliates/IntegrationsBackendTikTok ad conversion trackinghousebets-backendNot StartedYesSNot implemented in ArbitriumAdd comment…
145Keitaro tracker integrationAffiliates/IntegrationsBackendKeitaro click trackinghousebets-backendNot StartedYesSNot implemented in ArbitriumAdd comment…
146Scaleo integrationAffiliates/IntegrationsBackendScaleo affiliate tracking platformhousebets-backendNot StartedYesMArbitrium has own affiliate module insteadAdd comment…
147Blockchain wallet integrationAffiliates/IntegrationsBackendDirect blockchain wallet integrationhousebets-backendPartialpaymentPartialMCobo handles crypto but no direct blockchain wallet integrationAdd comment…
148Admin authenticationBackoffice/AdminBackendAdmin login and authhousebets-backendDonebackofficeNoBackoffice Auth moduleAdd comment…
149Admin user managementBackoffice/AdminBackendManage admin/staff usershousebets-backendDonebackofficeNoRBAC staff managementAdd comment…
150Permission / role managementBackoffice/AdminBackendRole-based access controlhousebets-backendDonebackofficeNoFull RBAC with roles and permissionsAdd comment…
151Platform managementBackoffice/AdminBackendConfigure platform-wide settingshousebets-backendDonebackofficeNoSite config in backofficeAdd comment…
152Partner / tenant managementBackoffice/AdminBackendMulti-tenant partner managementhousebets-backendNot StartedYesXLArbitrium is single-tenantAdd comment…
153Proxy/agent account managementBackoffice/AdminBackendManage proxy and agent accountshousebets-backendNot StartedYesMNot implemented in ArbitriumAdd comment…
154User state managementBackoffice/AdminBackendManage user account states (freeze/ban)housebets-backendDonebackofficeNoAccount freeze/fraud management in backofficeAdd comment…
155Admin login audit logBackoffice/AdminBackendTrack admin login eventshousebets-backendDonebackofficeNoAudit logs in backofficeAdd comment…
156Cache management & reloadsBackoffice/AdminBackendManage and reload application cacheshousebets-backendNot StartedYesSNot exposed in Arbitrium backofficeAdd comment…
157Banner managementBackoffice/AdminBackendManage promotional bannershousebets-backendPartialbackofficePartialSSite config may cover some banner functionalityAdd comment…
158Report exportBackoffice/AdminBackendExport reports to fileshousebets-backendPartialbackofficePartialSFinancial reports exist but general export unclearAdd comment…
159Platform statistics dashboardBackoffice/AdminBackendOverview dashboard with platform statshousebets-backendDonebackofficeNoBackoffice dashboardAdd comment…
160Proxy reporting centerBackoffice/AdminBackendReporting for proxy/agent operationshousebets-backendNot StartedYesMProxy/agent account managementDepends on proxy systemAdd comment…
161Player statistics dashboard (house games)Backoffice/AdminBackendHouse game player analyticshousebets-backendPartialbackofficePartialMPlayer detail exists but house-game-specific dashboard missingAdd comment…
162Test balance chargingBackoffice/AdminBackendAdd test balances for QAhousebets-backendPartialbackofficePartialSManual adjustments possible via backofficeAdd comment…
163Merchant integration managementBackoffice/AdminBackendManage merchant/payment integrationshousebets-backendDonebackofficeNoPayment providers/channels/routes managementAdd comment…
164Game state management (online/banned) - adminBackoffice/AdminBackendAdmin control of game availabilityhousebets-backendDonebackofficeNoBackoffice game managementAdd comment…
165Login restriction rulesCompliance/LegalBackendRules to restrict login by criteriahousebets-backendPartiallimits + emergencyPartialSLimits + emergency controls cover some restrictionsAdd comment…
166Audit trail loggingCompliance/LegalBackendComprehensive audit logginghousebets-backendDonebackofficeNoAudit logs in backofficeAdd comment…
167Transaction compliance loggingCompliance/LegalBackendLog transactions for compliancehousebets-backendDonepayment + treasuryNoTransaction records in payment + treasury modulesAdd comment…
168IP geolocationCompliance/LegalBackendDetermine user location from IPhousebets-backendPartialenrichmentPartialSEnrichment module may include geo dataAdd comment…
169Bonus fraud audit trailCompliance/LegalBackendTrack suspicious bonus activityhousebets-backendDonefraud + retentionNoFraudSignals + AbusePolicyAdd comment…
170Compliance log retention policyCompliance/LegalBackendPolicies for log data retentionhousebets-backendPartialbackofficePartialSAudit logs exist but explicit retention policies unclearAdd comment…
171Promotion terms & conditionsCompliance/LegalBackendLegal terms for promotionshousebets-backendPartialbonusPartialSBonus templates may include terms but no dedicated T&C systemAdd comment…
172WebSocket real-time communicationInfrastructureBackendReal-time bidirectional communicationhousebets-backendDonerealtimeNoRegisterRoutes WebSocket in realtime moduleAdd comment…
173Notification systemInfrastructureBackendSystem notifications to usershousebets-backendDoneinboxNoList + Get notifications + CreateSystemAnnouncementAdd comment…
174OpenTelemetry / Prometheus metricsInfrastructureBackendApplication observability and metricshousebets-backendPartialinfrastructurePartialSObservability components exist but extent unclearAdd comment…
175Distributed locking (Redis)InfrastructureBackendDistributed locks for concurrencyhousebets-backendPartialinfrastructurePartialSLikely uses similar patterns but not explicitly confirmedAdd comment…
176Callback idempotencyInfrastructureBackendEnsure payment callbacks are idempotenthousebets-backendDonepaymentNoPayment processing handles idempotencyAdd comment…
177Request signing & verificationInfrastructureBackendSign and verify API requestshousebets-backendPartialinfrastructurePartialSAuthentication exists but explicit request signing unclearAdd comment…
178URL click tracking & analyticsInfrastructureBackendTrack URL clicks for marketinghousebets-backendDoneaffiliateNoResolveTrackingRedirect in affiliate moduleAdd comment…
179BigQuery data exportInfrastructureBackendExport data to BigQuery for analyticshousebets-backendNot StartedYesMArbitrium does not use BigQueryAdd comment…
180Sitemap generationInfrastructureBackendGenerate XML sitemaps for SEOhousebets-backendNot StartedYesSNot found in ArbitriumAdd comment…
181Multi-database architectureInfrastructureBackendMultiple database instanceshousebets-backendNot StartedYesArbitrium uses single PostgreSQL (by design)Add comment…
182Deployment / git info endpointInfrastructureBackendEndpoint showing build/deploy infohousebets-backendPartialinfrastructurePartialSMay exist but not explicitly confirmedAdd comment…
183RabbitMQ event streamingInfrastructureBackendEvent streaming via RabbitMQhousebets-backendNot StartedYesArbitrium uses Watermill GoChannel instead (modern replacement)Add comment…
184IOCP high-performance networkingInfrastructureBackendWindows IOCP for high-performance I/Ohousebets-backendNot StartedYesArbitrium uses Go standard networking (different approach)Add comment…
185Server-Sent Events (SSE)InfrastructureBackendOne-way server-to-client streaminghousebets-backendNot StartedYesSArbitrium uses WebSocket insteadAdd comment…
186Crypto price cachingInfrastructureBackendCache cryptocurrency priceshousebets-backendPartialpaymentPartialSSome price handling in payment but no dedicated cacheAdd comment…
187Redis pub/sub cross-server messagingInfrastructureBackendCross-server messaging via Redishousebets-backendPartialinfrastructurePartialSWatermill handles cross-service messaging differentlyAdd comment…
188Crash game streaming loopInfrastructureBackendPersistent game loop for crash gamehousebets-backendNot StartedYesXLCrash gameDepends on crash game implementationAdd comment…
189Request throttling / rate limitingInfrastructureBackendAPI rate limitinghousebets-backendPartialinfrastructurePartialSLikely exists at infrastructure level but not explicitly confirmedAdd comment…
190Promotional banners APIUI/UX Backend-drivenBackendAPI serving promotional banner contenthousebets-backendPartialbackofficePartialSSite config may serve banner dataAdd comment…
191Operations / marketing contentUI/UX Backend-drivenBackendCMS-driven marketing contenthousebets-backendNot StartedYesMNo CMS integration in ArbitriumAdd comment…
192Horse race lamp (marquee)UI/UX Backend-drivenBackendScrolling marquee of recent wins/eventshousebets-backendNot StartedYesMNot implemented in ArbitriumAdd comment…
193Game top list APIUI/UX Backend-drivenBackendAPI for top/popular games listhousebets-backendNot StartedYesMNo game ranking API in ArbitriumAdd comment…
194Game browsing UICasinoFrontendBrowse casino games with categories and filtershousebets-frontendDonearbitrium-uiNo/casino + /gamelist/[type] pagesAdd comment…
195Game detail/play pageCasinoFrontendGame detail and play interfacehousebets-frontendDonearbitrium-uiNo/casino/[gameInfo] + /game-detail/[gameInfo]Add comment…
196Providers directoryCasinoFrontendBrowse games by providerhousebets-frontendDonearbitrium-uiNo/providers + /providers/[providerName]Add comment…
197Games by typeCasinoFrontendFilter games by game typehousebets-frontendDonearbitrium-uiNo/gamelist/[type] pageAdd comment…
198New releasesCasinoFrontendNew game releases sectionhousebets-frontendDonearbitrium-uiNo/new-releases pageAdd comment…
199Demo mode UICasinoFrontendPlay games in demo/free modehousebets-frontendPartialarbitrium-uiPartialSGame launch exists but demo mode toggle unclearAdd comment…
200Game search modalCasinoFrontendSearch for games via modal/overlayhousebets-frontendDonearbitrium-uiNoCasino search confirmed in E2E testsAdd comment…
201Favorites UICasinoFrontendSave and view favorite gameshousebets-frontendNot StartedYesSNo favorites UI found in ArbitriumAdd comment…
202Live bet leaderboardCasinoFrontendReal-time display of active betshousebets-frontendNot StartedYesMNot found in Arbitrium frontendAdd comment…
203Sports betting interface (BetBy widget)SportsbookFrontendEmbedded sportsbook widgethousebets-frontendDonearbitrium-uiNo/sports pageAdd comment…
204Wallet & balance displayPaymentsFrontendShow wallet balanceshousebets-frontendDonearbitrium-uiNoWallet balance confirmed in E2E testsAdd comment…
205Deposit flowsPaymentsFrontendDeposit user interfacehousebets-frontendDonearbitrium-uiNoDeposit-withdraw E2E tests confirm functionalityAdd comment…
206Withdrawal flowsPaymentsFrontendWithdrawal user interfacehousebets-frontendDonearbitrium-uiNoDeposit-withdraw E2E tests confirm functionalityAdd comment…
207Transaction history UIPaymentsFrontendView past transactionshousebets-frontendDonearbitrium-uiNo/transactions + /transactions/[id] pagesAdd comment…
208Multi-currency support UIPaymentsFrontendSwitch between currencies in UIhousebets-frontendDonearbitrium-uiNoCurrency selection in walletAdd comment…
209Multi-provider auth UIUser AccountsFrontendLogin with multiple auth providershousebets-frontendDonearbitrium-uiNo/login + /register with Google/MetaMask/TelegramAdd comment…
210Profile management UIUser AccountsFrontendEdit user profilehousebets-frontendDonearbitrium-uiNo/settings/profile pageAdd comment…
211Security settings UIUser AccountsFrontendManage 2FA and security optionshousebets-frontendDonearbitrium-uiNo/settings/security page + 2FA E2E testsAdd comment…
212User settings hubUser AccountsFrontendCentral settings pagehousebets-frontendDonearbitrium-uiNo/settings with sub-pagesAdd comment…
213Login/signup modalsUser AccountsFrontendModal-based authentication flowshousebets-frontendDonearbitrium-uiNoAuth E2E tests confirm login/register flowsAdd comment…
214VIP level system UIPromotions/VIPFrontendDisplay VIP tiers and benefitshousebets-frontendDonearbitrium-uiNo/vip page existsAdd comment…
215Rewards & cashback pagePromotions/VIPFrontendView rewards and cashbackhousebets-frontendDonearbitrium-uiNo/rewards pageAdd comment…
216Rewards sliderPromotions/VIPFrontendPromotional rewards carouselhousebets-frontendPartialarbitrium-uiPartialSRewards page exists but slider component unclearAdd comment…
217On-chain bonus promotion UIPromotions/VIPFrontendUI for blockchain-based bonuseshousebets-frontendNot StartedYesMOn-chain deposit bonus systemDepends on backend on-chain bonus systemAdd comment…
218Wager contest leaderboard UILeaderboardFrontendLeaderboard display and rankingshousebets-frontendDonearbitrium-uiNo/leaderboard page + E2E testsAdd comment…
219In-app chat UISocial/ChatFrontendChat interface within the apphousebets-frontendPartialarbitrium-uiPartialMChat module exists in backend but frontend chat UI unclearAdd comment…
220Live bets feedSocial/ChatFrontendReal-time feed of platform betshousebets-frontendNot StartedYesMNot found in Arbitrium frontendAdd comment…
221In-game tipping UISocial/ChatFrontendTip other players during gameplayhousebets-frontendNot StartedYesMTipping systemDepends on backend tipping systemAdd comment…
222Affiliate dashboard UIIntegrationsFrontendAffiliate performance dashboardhousebets-frontendDonearbitrium-uiNo/affiliate pageAdd comment…
223Referral program UIIntegrationsFrontendReferral links and trackinghousebets-frontendDonearbitrium-uiNo/r/[code] referral redirectAdd comment…
224Responsible gaming settings UIComplianceFrontendSelf-exclusion and limits settingshousebets-frontendDonearbitrium-uiNo/settings/responsible-gaming + E2E testsAdd comment…
225Legal documentation pagesComplianceFrontendTerms of service and legal pageshousebets-frontendPartialarbitrium-uiPartialS/about-us exists but full legal docs unclearAdd comment…
226Help center UIComplianceFrontendHelp and support pageshousebets-frontendDonearbitrium-uiNo/help pageAdd comment…
22713-language i18nUI/UX InfrastructureFrontendInternationalization supporthousebets-frontendDonearbitrium-uiNo/[locale]/[[...slug]] i18n routingAdd comment…
228Responsive designUI/UX InfrastructureFrontendMobile-responsive layouthousebets-frontendDonearbitrium-uiNoResponsive components confirmedAdd comment…
229Notification center UIUI/UX InfrastructureFrontendIn-app notification displayhousebets-frontendDonearbitrium-uiNo/notifications page + E2E testsAdd comment…
230Real-time WebSocket updatesUI/UX InfrastructureFrontendLive data updates via WebSockethousebets-frontendDonearbitrium-uiNoWebSocket integration confirmedAdd comment…
231SEO & meta tagsUI/UX InfrastructureFrontendSEO optimization with meta tagshousebets-frontendPartialarbitrium-uiPartialSSome SEO exists but sitemap generation missingAdd comment…
232Error recovery UIUI/UX InfrastructureFrontendGraceful error handling in UIhousebets-frontendDonearbitrium-uiNo/404 + /maintenance pages + error componentsAdd comment…
233About Us pageUI/UX InfrastructureFrontendCompany information pagehousebets-frontendDonearbitrium-uiNo/about-us pageAdd comment…
234PostHog feature flagsUI/UX InfrastructureFrontendFeature flag integration with PostHoghousebets-frontendPartialarbitrium-uiPartialSObservability components exist but PostHog specifically unclearAdd comment…
235Dice UIHouse Games FEFrontendDice game user interfacehousebets-frontendNot StartedYesLDice gameDepends on backend dice gameAdd comment…
236Plinko UIHouse Games FEFrontendPlinko game user interfacehousebets-frontendDonearbitrium-uiNo/plinko/[gameInfo] page existsAdd comment…
237Mines UIHouse Games FEFrontendMines game user interfacehousebets-frontendNot StartedYesLMines gameDepends on backend mines gameAdd comment…
238Limbo UIHouse Games FEFrontendLimbo game user interfacehousebets-frontendNot StartedYesLLimbo gameDepends on backend limbo gameAdd comment…
239Tequity UIHouse Games FEFrontendTequity game wrapper UIhousebets-frontendPartialarbitrium-uiPartialSTequity integration exists via gameengineAdd comment…
240Manual betting UIHouse Games FEFrontendManual bet placement interfacehousebets-frontendPartialarbitrium-uiPartialSBasic betting exists for plinkoAdd comment…
241Auto betting UIHouse Games FEFrontendAutomated betting interfacehousebets-frontendNot StartedYesMNot found in ArbitriumAdd comment…
242Advanced strategy UIHouse Games FEFrontendComplex betting strategy configurationhousebets-frontendNot StartedYesMNot found in ArbitriumAdd comment…
243Bet strategy libraryHouse Games FEFrontendPre-built betting strategieshousebets-frontendNot StartedYesMNot found in ArbitriumAdd comment…
244Multi-currency betting UIHouse Games FEFrontendBet in different currencieshousebets-frontendPartialarbitrium-uiPartialSCurrency selection exists at wallet levelAdd comment…
245Fiat conversion displayHouse Games FEFrontendShow fiat equivalent of crypto betshousebets-frontendNot StartedYesSNot found in ArbitriumAdd comment…
246Provably fair verification UIHouse Games FEFrontendUI to verify game fairnesshousebets-frontendNot StartedYesMProvably fair verificationDepends on backend provably fair systemAdd comment…
247Round history UIHouse Games FEFrontendView past game roundshousebets-frontendPartialarbitrium-uiPartialSTransaction history exists but game-round-specific UI unclearAdd comment…
248Turbo modeHouse Games FEFrontendFast game mode togglehousebets-frontendNot StartedYesSNot found in ArbitriumAdd comment…
249Sound settingsHouse Games FEFrontendGame sound controlhousebets-frontendNot StartedYesSNot found in ArbitriumAdd comment…
250Keyboard shortcutsHouse Games FEFrontendKeyboard controls for gameshousebets-frontendNot StartedYesSNot found in ArbitriumAdd comment…
251Win chance displayHouse Games FEFrontendShow probability of winninghousebets-frontendNot StartedYesSProvably fair verificationDepends on house game implementationAdd comment…
252P&L session trackingHouse Games FEFrontendTrack profit/loss per sessionhousebets-frontendNot StartedYesMNot found in ArbitriumAdd comment…
254Web component embeddingHouse Games FEFrontendEmbed games as web componentshousebets-frontendNot StartedYesMNot found in ArbitriumAdd comment…
255Mobile responsive game UIHouse Games FEFrontendMobile-optimized game interfaceshousebets-frontendPartialarbitrium-uiPartialSResponsive design exists but game-specific mobile unclearAdd comment…
256Promotions directoryPromotions PortalFrontendBrowse all promotionshousebets-frontendNot StartedYesMNo promotions portal in ArbitriumAdd comment…
257Category filtering (promotions)Promotions PortalFrontendFilter promotions by categoryhousebets-frontendNot StartedYesSPromotions directoryDepends on promotions directoryAdd comment…
258Promotion detail pagesPromotions PortalFrontendIndividual promotion detail viewhousebets-frontendNot StartedYesMPromotions directoryDepends on promotions directoryAdd comment…
259Campaign join UIPromotions PortalFrontendJoin/opt-in to campaignshousebets-frontendPartialarbitrium-uiPartialSBonus claiming exists but campaign join flow unclearAdd comment…
260Invite-only campaign UIPromotions PortalFrontendUI for invite-only promotionshousebets-frontendNot StartedYesSPromotions directoryDepends on promotions directoryAdd comment…
261Status badges/countdownsPromotions PortalFrontendCampaign status and countdown timershousebets-frontendNot StartedYesSPromotions directoryDepends on promotions directoryAdd comment…
262Campaign FAQ/termsPromotions PortalFrontendFAQ and terms per campaignhousebets-frontendNot StartedYesSPromotions directoryDepends on promotions directoryAdd comment…
263Sanity CMS integration (FE)Promotions PortalFrontendFrontend CMS content renderinghousebets-frontendNot StartedYesMNo CMS integration in ArbitriumAdd comment…
264Promotions SEOPromotions PortalFrontendSEO for promotion pageshousebets-frontendNot StartedYesSPromotions directoryDepends on promotions directoryAdd comment…
267Rakeback promotions UIPromotions PortalFrontendRakeback promotion displayhousebets-frontendPartialarbitrium-uiPartialSRewards page exists but rakeback-specific UI unclearAdd comment…
268Dark theme responsive UI (promotions)Promotions PortalFrontendDark theme for promotionshousebets-frontendDonearbitrium-uiNoTheme toggle exists in ArbitriumAdd comment…
269Backoffice dashboardBackoffice FrontendFrontendAdmin overview dashboardhousebets-frontendDonearbitrium-cockpitNoDashboard page in backofficeAdd comment…
270Registration analysisBackoffice FrontendFrontendRegistration analytics dashboardhousebets-frontendNot StartedYesMNot found in Arbitrium backofficeAdd comment…
271Retention analysisBackoffice FrontendFrontendRetention analytics dashboardhousebets-frontendNot StartedYesMNot found in Arbitrium backofficeAdd comment…
272Deposit analysisBackoffice FrontendFrontendDeposit analytics dashboardhousebets-frontendNot StartedYesMNot found in Arbitrium backofficeAdd comment…
273Withdrawal analysisBackoffice FrontendFrontendWithdrawal analytics dashboardhousebets-frontendNot StartedYesMNot found in Arbitrium backofficeAdd comment…
274Profit analysisBackoffice FrontendFrontendProfit analytics dashboardhousebets-frontendNot StartedYesMNot found in Arbitrium backofficeAdd comment…
275Betting analysisBackoffice FrontendFrontendBetting analytics dashboardhousebets-frontendNot StartedYesMNot found in Arbitrium backofficeAdd comment…
276Referral analysisBackoffice FrontendFrontendReferral analytics dashboardhousebets-frontendNot StartedYesMNot found in Arbitrium backofficeAdd comment…
277User list/search (BO)Backoffice FrontendFrontendSearch and list users in adminhousebets-frontendDonearbitrium-cockpitNoPlayers list in backofficeAdd comment…
278User detail (BO)Backoffice FrontendFrontendDetailed user view in adminhousebets-frontendDonearbitrium-cockpitNoPlayers detail page in backofficeAdd comment…
279User state management (BO)Backoffice FrontendFrontendManage user states (freeze/ban)housebets-frontendDonearbitrium-cockpitNoAccount freeze/fraud in backofficeAdd comment…
280User KYC (BO)Backoffice FrontendFrontendKYC review interfacehousebets-frontendDonearbitrium-cockpitNoKYC queue + detail in backofficeAdd comment…
281User messaging (BO)Backoffice FrontendFrontendSend messages to users from adminhousebets-frontendPartialarbitrium-cockpitPartialSSystem announcements exist but direct user messaging unclearAdd comment…
282User financial overview (BO)Backoffice FrontendFrontendUser financial summary in adminhousebets-frontendPartialarbitrium-cockpitPartialSPlayer detail exists but dedicated financial overview unclearAdd comment…
283IP inquiry (BO)Backoffice FrontendFrontendLook up users by IP addresshousebets-frontendNot StartedYesSNot found in Arbitrium backofficeAdd comment…
284Registration records (BO)Backoffice FrontendFrontendView registration recordshousebets-frontendPartialarbitrium-cockpitPartialSPlayers list covers this partiallyAdd comment…
285Login records (BO)Backoffice FrontendFrontendView login recordshousebets-frontendPartialarbitrium-cockpitPartialSAudit logs cover this partiallyAdd comment…
286Payment records (BO)Backoffice FrontendFrontendView payment recordshousebets-frontendDonearbitrium-cockpitNoFinancial reports in backofficeAdd comment…
287Withdrawal records (BO)Backoffice FrontendFrontendView withdrawal recordshousebets-frontendDonearbitrium-cockpitNoWithdrawals queue in backofficeAdd comment…
288Game records (BO)Backoffice FrontendFrontendView game/bet recordshousebets-frontendPartialarbitrium-cockpitPartialSFinancial reports cover some game dataAdd comment…
289Contest records (BO)Backoffice FrontendFrontendView contest/leaderboard recordshousebets-frontendPartialarbitrium-cockpitPartialSLeaderboard management exists in backoffice backendAdd comment…
290Token swap records (BO)Backoffice FrontendFrontendView token swap recordshousebets-frontendNot StartedYesSCoin swap / exchangeNo token swap feature in ArbitriumAdd comment…
291Withdraw review queue (BO)Backoffice FrontendFrontendQueue for reviewing withdrawalshousebets-frontendDonearbitrium-cockpitNoWithdrawals queue + detail in backofficeAdd comment…
292Withdraw review logs (BO)Backoffice FrontendFrontendLogs of withdrawal reviewshousebets-frontendDonearbitrium-cockpitNoWithdrawals detail includes review historyAdd comment…
293Manual coin adjust (BO)Backoffice FrontendFrontendManually adjust user balanceshousebets-frontendPartialarbitrium-cockpitPartialSMay be possible via player detail but dedicated UI unclearAdd comment…
294Batch currency adjustment (BO)Backoffice FrontendFrontendBulk balance adjustmentshousebets-frontendNot StartedYesMNot found in Arbitrium backofficeAdd comment…
295Hot/cold wallet mgmt (BO)Backoffice FrontendFrontendManage wallet infrastructurehousebets-frontendDonearbitrium-cockpitNoTreasury section in backofficeAdd comment…
296Wallet tx log (BO)Backoffice FrontendFrontendWallet transaction logshousebets-frontendDonearbitrium-cockpitNoTreasury transfers + reconciliationAdd comment…
297Auto audit orders (BO)Backoffice FrontendFrontendAutomated audit order reviewhousebets-frontendPartialarbitrium-cockpitPartialSRiskgate covers automated risk eval but UI may differAdd comment…
298Settlement records (BO)Backoffice FrontendFrontendView settlement recordshousebets-frontendPartialarbitrium-cockpitPartialSTreasury section covers settlementsAdd comment…
299Bank card mgmt (BO)Backoffice FrontendFrontendManage bank card configurationshousebets-frontendPartialarbitrium-cockpitPartialSPayment provider config existsAdd comment…
300Deposit order mgmt (BO)Backoffice FrontendFrontendManage deposit ordershousebets-frontendPartialarbitrium-cockpitPartialSFinancial reports cover deposit dataAdd comment…
301Game provider mgmt (BO)Backoffice FrontendFrontendManage game providers in adminhousebets-frontendDonearbitrium-cockpitNoConfig/games in backofficeAdd comment…
302Game brand mgmt (BO)Backoffice FrontendFrontendManage game brands/studioshousebets-frontendPartialarbitrium-cockpitPartialSGame config exists but brand-specific management unclearAdd comment…
303Game catalog mgmt (BO)Backoffice FrontendFrontendManage game catalog in adminhousebets-frontendDonearbitrium-cockpitNoCatalogSync in backofficeAdd comment…
304Game router config (BO)Backoffice FrontendFrontendConfigure game routing ruleshousebets-frontendPartialarbitrium-cockpitPartialSGame config exists but routing-specific UI unclearAdd comment…
305Provider rule mgmt (BO)Backoffice FrontendFrontendManage game provider ruleshousebets-frontendPartialarbitrium-cockpitPartialSGame config covers some provider rulesAdd comment…
306Bonus code mgmt (BO)Backoffice FrontendFrontendManage bonus codes in adminhousebets-frontendDonearbitrium-cockpitNoBonuses/codes in backofficeAdd comment…
307Free spin config (BO)Backoffice FrontendFrontendConfigure free spin bonuseshousebets-frontendPartialarbitrium-cockpitPartialMBonus templates exist but free-spin-specific config unclearAdd comment…
308Spin wheel config (BO)Backoffice FrontendFrontendConfigure spin wheel promotionshousebets-frontendNot StartedYesMPDD wheel spin promotionDepends on wheel spin backendAdd comment…
309Check-in rewards (BO)Backoffice FrontendFrontendConfigure daily check-in rewardshousebets-frontendPartialarbitrium-cockpitPartialMRetention challenges/streaks could serve similar purposeAdd comment…
310Deposit bonus activities (BO)Backoffice FrontendFrontendManage deposit bonus campaignshousebets-frontendDonearbitrium-cockpitNoBonus templates in backofficeAdd comment…
311Welcome bonus config (BO)Backoffice FrontendFrontendConfigure welcome bonushousebets-frontendDonearbitrium-cockpitNoBonus templates + reward programsAdd comment…
312Manual bonus distribution (BO)Backoffice FrontendFrontendManually award bonuses to playershousebets-frontendPartialarbitrium-cockpitPartialSBonus monitoring exists but manual distribution UI unclearAdd comment…
313Ad/banner mgmt (BO)Backoffice FrontendFrontendManage advertisements and bannershousebets-frontendPartialarbitrium-cockpitPartialMSite config covers some but no dedicated banner managementAdd comment…
314Big winner notifications (BO)Backoffice FrontendFrontendConfigure big win notificationshousebets-frontendNot StartedYesMNot found in Arbitrium backofficeAdd comment…
315Cashback mgmt (BO)Backoffice FrontendFrontendManage cashback configurationshousebets-frontendDonearbitrium-cockpitNoReward programs in backofficeAdd comment…
316Station message broadcasting (BO)Backoffice FrontendFrontendBroadcast messages to all usershousebets-frontendDonearbitrium-cockpitNoSystem announcements in inbox moduleAdd comment…
317Agent/proxy mgmt (BO)Backoffice FrontendFrontendManage agents and proxieshousebets-frontendNot StartedYesMNot implemented in ArbitriumAdd comment…
318Affiliate commission config (BO)Backoffice FrontendFrontendConfigure affiliate commissionshousebets-frontendDonearbitrium-cockpitNoCommissionDeals CRUD in affiliate moduleAdd comment…
319Affiliate rewards config (BO)Backoffice FrontendFrontendConfigure affiliate rewardshousebets-frontendDonearbitrium-cockpitNoRewardConfigs in affiliate moduleAdd comment…
320Affiliate reporting (BO)Backoffice FrontendFrontendView affiliate performance reportshousebets-frontendDonearbitrium-cockpitNoAffiliate settlements + payoutsAdd comment…
321Affiliate team mgmt (BO)Backoffice FrontendFrontendManage affiliate teamshousebets-frontendDonearbitrium-cockpitNoPartner CRUD + referral chainAdd comment…
322Chat channel mgmt (BO)Backoffice FrontendFrontendManage chat channels in adminhousebets-frontendDonearbitrium-cockpitNoChat channels in backofficeAdd comment…
323Chat history/moderation (BO)Backoffice FrontendFrontendView and moderate chat historyhousebets-frontendDonearbitrium-cockpitNoChat messages + moderation in backofficeAdd comment…
324VIP level config (BO)Backoffice FrontendFrontendConfigure VIP levelshousebets-frontendNot StartedYesLVIP tier systemDepends on VIP tier backendAdd comment…
325Currency config (BO)Backoffice FrontendFrontendConfigure supported currencieshousebets-frontendDonearbitrium-cockpitNoConfig/currencies in backofficeAdd comment…
326Platform parameters (BO)Backoffice FrontendFrontendConfigure platform settingshousebets-frontendDonearbitrium-cockpitNoSite config in backofficeAdd comment…
327Payment provider config (BO)Backoffice FrontendFrontendConfigure payment providershousebets-frontendDonearbitrium-cockpitNoPayment providers/channels/routes in backofficeAdd comment…
328WebSocket config (BO)Backoffice FrontendFrontendConfigure WebSocket settingshousebets-frontendNot StartedYesSNot found in Arbitrium backofficeAdd comment…
329User state categories/tags (BO)Backoffice FrontendFrontendDefine user state categorieshousebets-frontendPartialarbitrium-cockpitPartialSAccount states exist but custom categories unclearAdd comment…
330Login restriction config (BO)Backoffice FrontendFrontendConfigure login restrictionshousebets-frontendPartialarbitrium-cockpitPartialSEmergency controls + limits cover some restrictionsAdd comment…
331Wager prize distribution (BO)Backoffice FrontendFrontendDistribute leaderboard prizeshousebets-frontendPartialarbitrium-cockpitPartialSLeaderboard prize tiers exist in backendAdd comment…
332Administrator mgmt (BO)Backoffice FrontendFrontendManage admin usershousebets-frontendDonearbitrium-cockpitNoRBAC staff managementAdd comment…
333Role/permission mgmt (BO)Backoffice FrontendFrontendConfigure roles and permissionshousebets-frontendDonearbitrium-cockpitNoRBAC roles in backofficeAdd comment…
334System/login logs (BO)Backoffice FrontendFrontendView system and login audit logshousebets-frontendDonearbitrium-cockpitNoAudit logs in backofficeAdd comment…
335Website mgmt (BO)Backoffice FrontendFrontendManage website content/confighousebets-frontendDonearbitrium-cockpitNoSite config in backofficeAdd comment…
336Multi-language (BO)Backoffice FrontendFrontendMulti-language backoffice supporthousebets-frontendPartialarbitrium-cockpitPartialSi18n likely exists but extent unclearAdd comment…
337Theme toggle (BO)Backoffice FrontendFrontendLight/dark theme toggle in adminhousebets-frontendPartialarbitrium-cockpitPartialSTheme component exists but backoffice specific unclearAdd comment…
338Timezone config (BO)Backoffice FrontendFrontendConfigure timezone displayhousebets-frontendPartialarbitrium-cockpitPartialSLikely in settings but not explicitly confirmedAdd comment…
339Platform selector (BO)Backoffice FrontendFrontendSwitch between platforms/tenantshousebets-frontendNot StartedYesMPartner / tenant managementDepends on multi-tenant backendAdd comment…
340Data export (BO)Backoffice FrontendFrontendExport data to files from adminhousebets-frontendPartialarbitrium-cockpitPartialSSome export capability likely but not confirmedAdd comment…
341Chart visualizations (BO)Backoffice FrontendFrontendCharts and graphs in admin dashboardshousebets-frontendPartialarbitrium-cockpitPartialMDashboard exists but advanced analytics charts missingAdd comment…
342Table filtering/pagination (BO)Backoffice FrontendFrontendFilterable paginated tables in adminhousebets-frontendDonearbitrium-cockpitNoStandard table components in backofficeAdd comment…
A1Retention engine - Segment rulesRetentionBackendDefine player segments with rules for targeted actionsN/ADoneretentionYes (HB gap)LHouseBets has no retention engineAdd comment…
A2Retention engine - Trigger rulesRetentionBackendEvent-driven triggers for automated player engagementN/ADoneretentionYes (HB gap)LRetention engine - Segment rulesTriggers work with segmentsAdd comment…
A3Retention engine - ChallengesRetentionBackendCreate challenges for player engagement and rewardN/ADoneretentionYes (HB gap)MHouseBets has beginner tasks but no general challenge systemAdd comment…
A4Retention engine - Streak policiesRetentionBackendDefine streak-based reward policies for consistent playN/ADoneretentionYes (HB gap)MHouseBets has continuous deposit challenges as partial equivalentAdd comment…
A5Retention engine - Lobby configRetentionBackendPersonalized lobby configuration per segmentN/ADoneretentionYes (HB gap)MRetention engine - Segment rulesDepends on segment rulesAdd comment…
A6Retention engine - Abuse policyRetentionBackendDefine and enforce anti-abuse policies for bonuses/rewardsN/ADoneretentionYes (HB gap)MHouseBets has bonus anomaly detection as partial equivalentAdd comment…
A7Retention engine - Cost capsRetentionBackendSet cost ceilings on retention programsN/ADoneretentionYes (HB gap)SNo equivalent in HouseBetsAdd comment…
A8Retention engine - Kill switchesRetentionBackendEmergency disable switches for retention programsN/ADoneretentionYes (HB gap)SNo equivalent in HouseBetsAdd comment…
A9Retention engine - IncidentsRetentionBackendTrack and manage retention-related incidentsN/ADoneretentionYes (HB gap)SNo equivalent in HouseBetsAdd comment…
A10Fraud scoring moduleFraudBackendAutomated fraud risk scoring for playersN/ADonefraudYes (HB gap)LHouseBets has bonus anomaly detection but no general fraud scoringAdd comment…
A11Riskgate - Automated withdrawal risk evaluationRiskBackendRules-based automated risk evaluation for withdrawalsN/ADoneriskgateYes (HB gap)LHouseBets has auto-audit but not rules-based risk engineAdd comment…
A12Treasury reconciliation systemTreasuryBackendFull treasury reconciliation with snapshots and break detectionN/ADonetreasuryYes (HB gap)XLHouseBets has payment reconciliation but not full treasury moduleAdd comment…
A13Treasury case managementTreasuryBackendManage treasury discrepancy casesN/ADonetreasuryYes (HB gap)MTreasury reconciliation systemPart of treasury moduleAdd comment…
A14Treasury transfer policiesTreasuryBackendDefine policies governing treasury transfersN/ADonetreasuryYes (HB gap)MTreasury reconciliation systemPart of treasury moduleAdd comment…
A15Webhook delivery systemInfrastructureBackendConfigurable webhook subscriptions with delivery trackingN/ADonewebhookYes (HB gap)MHouseBets has payment webhooks but no general webhook systemAdd comment…
A16Emergency controls / platform statusInfrastructureBackendPlatform-wide emergency controls and status managementN/ADoneemergencyYes (HB gap)MHouseBets has no centralized emergency control systemAdd comment…
A17Work order systemOperationsBackendWork order creation and tracking for operational tasksN/ADoneworkorderYes (HB gap)MNo equivalent in HouseBetsAdd comment…
A18Catalog sync automationCasinoBackendAutomated game catalog synchronization with status trackingN/ADonecasinoYes (HB gap)MHouseBets syncs manually or differentlyAdd comment…
A19Enrichment module - Player metricsAnalyticsBackendCentralized player metrics and enrichment dataN/ADoneenrichmentYes (HB gap)MHouseBets relies on external analyticsAdd comment…
A20Advanced bonus engine - TemplatesPromotionsBackendTemplate-based bonus configuration systemN/ADonebonusYes (HB gap)LHouseBets has simpler bonus code systemAdd comment…
A21Advanced bonus engine - Slot groupsPromotionsBackendSlot group targeting for bonus eligibilityN/ADonebonusYes (HB gap)MAdvanced bonus engine - TemplatesPart of advanced bonus engineAdd comment…
A22Advanced bonus engine - Reward programsPromotionsBackendConfigurable reward program frameworkN/ADonebonusYes (HB gap)LHouseBets has individual reward types but no unified frameworkAdd comment…
A23Limits engine - Customer limitsComplianceBackendPlayer-set responsible gaming limitsN/ADonelimitsYes (HB gap)MHouseBets has withdrawal limits but no general limits engineAdd comment…
A24Limits engine - Operator overridesComplianceBackendOperator-defined limit overrides with approval workflowN/ADonelimitsYes (HB gap)MLimits engine - Customer limitsPart of limits engineAdd comment…
A25Partner portal (affiliate)AffiliatesBothFull partner portal with login and dashboardN/ADoneaffiliate + arbitrium-uiYes (HB gap)LHouseBets uses external tools (Affilka/Scaleo) insteadAdd comment…
A26Retention management UI (BO)RetentionFrontendFull retention admin: segments/triggers/challenges/streaks/lobby/abuse/cost-caps/kill-switches/incidentsN/ADonearbitrium-cockpitYes (HB gap)XLRetention engineDepends on retention backendAdd comment…
A27Treasury management UI (BO)TreasuryFrontendTreasury admin: reconciliation/snapshots/breaks/cases/transfers/policiesN/ADonearbitrium-cockpitYes (HB gap)LTreasury reconciliation systemDepends on treasury backendAdd comment…
A28Webhook management UI (BO)InfrastructureFrontendWebhook admin: subscriptions and delivery monitoringN/ADonearbitrium-cockpitYes (HB gap)SWebhook delivery systemDepends on webhook backendAdd comment…
A29Work order management UI (BO)OperationsFrontendWork order admin: creation/tracking/detailN/ADonearbitrium-cockpitYes (HB gap)MWork order systemDepends on work order backendAdd comment…
A30Bonus monitoring dashboard (BO)PromotionsFrontendAdvanced bonus monitoring with cost summaries and instance trackingN/ADonearbitrium-cockpitYes (HB gap)MAdvanced bonus engine - TemplatesDepends on advanced bonus engineAdd comment…
A31Maintenance/emergency pageInfrastructureFrontendUser-facing maintenance and emergency status pageN/ADonearbitrium-uiYes (HB gap)SEmergency controls / platform statusDepends on emergency controlsAdd comment…
A32Partner portal frontendAffiliatesFrontendPartner login/dashboard/campaigns/links/payouts/commissions/profileN/ADonearbitrium-uiYes (HB gap)LPartner portal (affiliate)Full partner-facing portalAdd comment…
7Bee Network OAuth loginUser AccountsBackendBee Network social loginhousebets-backendNot StartedYesMNiche integration; not in ArbitriumAdd comment…
90Plinko gameHouse GamesBackendIn-house plinko game enginehousebets-backendPartialgameenginePartialLPlinko page exists in frontend; backend may use TequityAdd comment…
123Player's bonus offersPromotionsBackendPersonalized bonus offers per playerhousebets-backendDonebonusNoListOffers + GetPlayerBonusProfileAdd comment…
253Plinko physicsHouse Games FEFrontendPhysics simulation for plinkohousebets-frontendPartialarbitrium-uiPartialSPlinko page exists; physics implementation unclearAdd comment…
265HBTS token airdrop UIPromotions PortalFrontendToken airdrop promotion pagehousebets-frontendNot StartedYesMPlatform-specific; not in ArbitriumAdd comment…
266House Keys program UIPromotions PortalFrontendHouse Keys loyalty program pagehousebets-frontendNot StartedYesMPlatform-specific; not in ArbitriumAdd comment…
Saved ✓