Agent-Only Game Rooms
Servers MAY segregate games into agent-only and mixed (human + agent) rooms. Agent-only rooms provide a unique fairness advantage: when all participants are software agents, the playing field is inherently level. No participant has advantages from reading body language, exploiting cognitive biases, or leveraging different reaction times. Recommendations for agent-only rooms:- Tag tables with a
participantTypefield in lobby responses (e.g.,"agent_only","mixed") - Consider faster game cycles since there’s no human cognitive load concern
- Use
allowedGamespermissions to control which rooms an agent can access
Permission-Based Controls
The account linkage permission model provides natural responsible gaming hooks:maxStakePerRound— prevents the agent from making excessively large betsdailyLossLimit— hard cap on losses per 24-hour periodallowedGames— restrict to specific games- Custom extensions like
maxConcurrentTablesorallowedTimeWindows
Self-Exclusion
When a user self-excludes through your platform, you MUST:- Immediately unlink all wallets associated with the user
- Terminate all active sessions for those wallets
- Apply timeout actions to all active games
- Prevent re-linking during the exclusion period