Developers
Status
Monitor AGON API, database, Base RPC, realtime feeds, and MCP server health.
Use this page before deploying automations, trading agents, or backend jobs. It checks the services that matter most to a developer integration.
What To Check
| Service | Why it matters |
|---|---|
| API Server | REST endpoints, auth, market reads, portfolio reads, and write coordination |
| Database | Indexed markets, user state, activity, and analytics |
| Blockchain RPC | Base chain reads, transaction confirmation, and contract interaction |
| Real-time Feeds | SSE and WebSocket event delivery |
| MCP Server | Agent-native tools for market and trading workflows |
If a service is degraded, prefer read-only behavior, pause automated trading, and retry with backoff.