-
Notifications
You must be signed in to change notification settings - Fork 2
Security
Adrijan-Petek edited this page Jan 20, 2026
·
1 revision
Joybit includes multiple layers of security controls (frontend, API routes, and administrative tooling). This page is a high-level map; use the code and config in your deployment as the final reference.
Common controls include:
- Rate limiting / abuse prevention
- Input validation and sanitization
- Audit/event logging for sensitive operations
- Admin-only routes for operational actions
- Game contracts are
Ownableand expose admin setters for fees and rewards. - Funds flow:
- ETH fees are forwarded to the treasury
- JOYB rewards are credited as pending balances and claimed by users
If the admin UI is enabled in your deployment, use it to:
- Inspect game fees and reward configuration
- Review security logs / suspicious activity
- Manage operational parameters (where implemented)