# warproxxx/poly-maker

An automated market making bot for the Polymarket Prediction Market that provides liquidity by maintaining orders on both sides of the order book with customizable parameters

Repository: https://github.com/warproxxx/poly-maker
Canonical: https://ross.abutalabs.com/products/poly-maker
Language: Python
License: MIT
License Family: permissive
Last push: 2026-07-09T18:47:55+00:00

## Health v2 (maintenance only)
Score: 61/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 91, release rhythm 35, longevity 37
- inputs: {"age_days": 520, "days_push": 55, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1473, forks 482 (observed 2026-08-28T04:04:49.526209+00:00)

## What it is
A maker-only automated market-making bot for the Polymarket CLOB V2 prediction market, focused on political markets. It maintains two-sided post-only quotes with inventory skew, volatility estimation, risk caps, and a daily-loss kill switch, configured via local TOML files and SQLite.

## Use cases
- run an automated market-making bot on Polymarket
- provide liquidity on prediction market order books
- paper trade a market-making strategy before going live
- rank political markets by reward and rebate income
- automatically quote both sides of a prediction market
- test exchange order placement with live self-tests
- monitor positions and cancel all orders with a panic button

## When to choose
- you want a reference implementation for maker-only quoting on Polymarket CLOB V2
- you need a single async Python process with local-file config and no external services
- you want built-in risk controls like inventory skew, heartbeat dead-man switch, and a daily-loss kill switch
- you want to research market-making strategies in paper mode first

## When to avoid
- you expect guaranteed profits - market making on Polymarket is competitive and can lose money
- you need a GUI or hosted managed service rather than a self-run bot
- you want to trade markets other than Polymarket prediction markets
- you are not comfortable managing a funded signer wallet and private keys yourself

## Facets
- artifact type: cli-tool
- maturity: active
- function: trading, workflow-automation, scheduling, developer-tools
- domain: fintech
- platform: python, cli, cross-platform
- tags: polymarket, market-making, prediction-markets, trading-bot, liquidity-provision, clob, paper-trading, cryptocurrency, automation, command-line

## Member repositories
- warproxxx/poly-maker (main) score 61

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:49.526209+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:34:39.272444+00:00, confidence not recorded.
  - readme: https://github.com/warproxxx/poly-maker (fetched 2026-08-28T04:04:49.526209+00:00, sha 5cfd02a55a0b)
- Data as of 2026-08-30T08:39:29.467469+00:00.
