Poly-Maker Documentation

The official documentation for the Poly-Maker, a market-making bot for Polymarket.

View the Project on GitHub LeapTech-Lab/poly-maker

English 简体中文

Poly-Maker

Poly-Maker 现在包含两套思路:

风险提醒:这是真金白银交易代码。做市可能因为盘口跳变、单边成交、结算事件、API/网络异常、奖励规则变化而亏损。先 dry run,再用极小订单实盘验证。


阅读架构指南 →

现有代码逻辑

原项目主要文件:

安装

uv sync

配置

cp .env.example .env

详情请参考 ENV_CONFIG_GUIDE.md

启动

Dry run (不会真实下单):

uv run python main.py

Live trading (真实交易):

DRY_RUN=false uv run python main.py