# LuckySt Syndicate - Market Making Strategies

This directory contains skill files that teach LuckySt Agents the core market making strategies and market selection guidance deployed in the LuckySt Agentic Market Making Terminal.

## Strategy Index

| # | Strategy | Skill File | Risk Profile |
|---|----------|-----------|--------------|
| 1 | JOIN & JUMP — JOIN continuous mode and JUMP tactical actions | `join_and_jump.md` | Low-Medium |
| 2 | Midpoint Rolling Average | `midpoint_rolling_avg.md` | Medium |
| 3 | Cumulative Distribution Function | `cdf_strategy.md` | Medium-High |
| 4 | Market Selection Guide | `market_info.md` | Reference |

## How Agents Use These Skills

Each LuckySt Agent (Luckbot) loads these strategy files to understand:
- **When** to deploy each strategy (market conditions)
- **How** the strategy calculates target prices
- **What** terminal commands control JOIN mode and JUMP actions
- **Why** certain parameters matter for profitability
- **Where** to trade — which market types and timing windows offer the best EV

Agents run in JOIN mode continuously and use JUMP as a tactical per-market action when queue position is unfavorable and the spread supports it. Strategy selection and JUMP timing decisions are informed by the Midpoint Rolling Average signal layer and the CDF fair value model.
