Monolith Systematic LLC
The macro research layer for your Discord server.
/ brief
Rita pulls live rates, FX, credit spreads, and prediction market probabilities from FRED and Kalshi, then synthesizes a Fed posture read — all delivered as a clean Discord embed the moment you need it.
Commands
Rita is purpose-built for macro traders — no noise, no bloat. Every command earns its place.
Rates, FX, credit spreads, top Kalshi macro events, and a Claude-synthesized Fed posture — formatted as a clean Discord embed.
Current macro regime — Risk-On, Risk-Off, Stagflationary, Disinflationary, or Transitional — with confidence score and signal breakdown from the Lumina backend.
Paste or attach a Fed statement, ECB minutes, or IMF report. Ask follow-up questions in thread. Rita holds context for five exchanges.
Subscribe to DM alerts when macro variables breach user-defined thresholds. Supports 10Y yield, 2s10s, DXY, CPI, fed funds, and Kalshi markets.
Self-host
Rita is fully open-source under MIT. Bring your own API keys and run it in your server — or contribute a new data connector.
Clone the repo — git clone https://github.com/arpjw/rita.git && cd rita
Copy the env file and add your keys — cp .env.example .env — then fill in DISCORD_TOKEN, FRED_API_KEY, KALSHI_API_KEY, and ANTHROPIC_API_KEY.
Install dependencies — pip install -r requirements.txt
Start the bot — python -m bot.main — or run the full stack with make dev via Docker.