System status

All systems operational

Last updated:

Discord Bot
Voting, moderation actions, slash commands
Operational
AI Review
Claude AI message analysis via Anthropic API
Operational
Payment Webhook
SOL payment detection via Helius
Operational
Credit System
Credit balance tracking and deduction
Operational
Database
PostgreSQL — settings, offenses, transactions
Operational

90-day uptime

90 days agoToday
99.8% uptime

Recent incidents

SOL sweep not triggering after webhook May 13, 2026 Resolved
Auto-sweep to master wallet was not firing after Helius webhook payments. Root cause: missing try/except around sweep call — silent failure. Fixed in v2.10 — sweep errors now logged and exception handled correctly.
Bot crash on startup — FREE_CREDIT import error May 13, 2026 Resolved
After updating credits.py to dynamic margin/free_credit, an invalid module-level property caused an ImportError on startup. Fixed by removing the property and using get_free_credit() function directly.
bot_settings table missing from database May 12, 2026 Resolved
New bot_settings table required for dynamic margin/free_credit was not created automatically. Fixed by adding manual CREATE TABLE command and adding to database.py init_db().