Monolith Systematic LLC

Meet Rita.

The macro research layer for your Discord server.

Add Rita to Discord View on GitHub →
10Y UST 4.38% −0.04% 2s10s +22bps +3bps DXY 104.12 −0.31 EURUSD 1.0874 +0.0018 USDJPY 151.83 −0.44 IG Spread 91bps +2bps HY Spread 312bps −4bps Real Yield 2.14% −0.02% Fed Implied Hold — 91% CPI YoY 3.2% +0.1% 10Y UST 4.38% −0.04% 2s10s +22bps +3bps DXY 104.12 −0.31 EURUSD 1.0874 +0.0018 USDJPY 151.83 −0.44 IG Spread 91bps +2bps HY Spread 312bps −4bps Real Yield 2.14% −0.02% Fed Implied Hold — 91% CPI YoY 3.2% +0.1%

Your morning macro read. In one command.

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.

FRED Kalshi Anthropic Claude Norgate
Rita — Morning Macro Brief
Rates
10Y UST4.38% −0.04%
2s10s+22bps +3bps
Real Yield2.14% −0.02%
FX
DXY104.12 −0.31
EURUSD1.0874 +0.0018
USDJPY151.83 −0.44
Prediction Markets
Fed hold Jun91%
CPI > 3.5% May38%
Recession 202522%
Hawkish — Sticky core services inflation and resilient labor data leave the Fed with little cover to cut before Q4 2025.

Commands

Four tools. One research layer.

Rita is purpose-built for macro traders — no noise, no bloat. Every command earns its place.

/brief
Morning Macro Snapshot

Rates, FX, credit spreads, top Kalshi macro events, and a Claude-synthesized Fed posture — formatted as a clean Discord embed.

/regime
Regime Classification

Current macro regime — Risk-On, Risk-Off, Stagflationary, Disinflationary, or Transitional — with confidence score and signal breakdown from the Lumina backend.

/analyze
Document Q&A

Paste or attach a Fed statement, ECB minutes, or IMF report. Ask follow-up questions in thread. Rita holds context for five exchanges.

/watch
Threshold Alerts

Subscribe to DM alerts when macro variables breach user-defined thresholds. Supports 10Y yield, 2s10s, DXY, CPI, fed funds, and Kalshi markets.

Self-host

Running in under five minutes.

Rita is fully open-source under MIT. Bring your own API keys and run it in your server — or contribute a new data connector.

01.

Clone the repo — git clone https://github.com/arpjw/rita.git && cd rita

02.

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.

03.

Install dependencies — pip install -r requirements.txt

04.

Start the bot — python -m bot.main — or run the full stack with make dev via Docker.