# LuckySt Syndicate - Data Connections

This directory teaches LuckySt Agents about the data feeds and price oracles used to inform trading decisions.

## Data Sources

| Source | Type | Used For | Skill File |
|--------|------|----------|-----------|
| Pyth Network | Onchain oracle | Real-time crypto prices on Base | `pyth_oracles.md` |
| CCXT | Unified exchange API | Historical + real-time prices for Kalshi markets | `ccxt_prices.md` |

## Why Data Matters

Market making on prediction markets requires external price signals to:
1. Calculate fair value (Midpoint Rolling Average strategy)
2. Model probability distributions (CDF strategy)
3. Detect arbitrage opportunities across exchanges
4. Avoid adverse selection (trading against informed flow)
