Files
Kalshi-Bot/README.md
2026-02-10 12:03:23 -05:00

21 lines
535 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Kalshi 15m Crypto Probability Bot
Strategy:
- Every loop, discover the nearest-close open 15-minute "Up or Down" market for BTC/ETH/SOL
- At T - 6 minutes (configurable), if YES ask or NO ask is between 70% and 95%, place a bet
- Stake tiers:
- 7080% => $1
- 8090% => $2
- 9095% => $2 (change in config.yaml)
## Setup (Mac / Linux)
```bash
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
cp .env.example .env
# edit .env with your key id + private key path
source .env
python bot.py