Saylor InnovationsS.I BOTSBY SAYLOR INNOVATIONS

Bot Rentals / Polymarket Signal Suite

Polymarket — all active prediction markets

Polymarket Signal Suite

SI-BOT-POLY-SUITE

Four read-only tools for Polymarket prediction markets: a live signal scanner, an executable-edge screener (real yield and arbitrage, not the mid-price illusion), an EV/Kelly sizing calculator, and a resolution tracker that scores whether your calls were actually good.

$91 day
$2530 days

Rent 1 day Rent 30 days Ask a question first

Those links return payment terms over x402. If you would rather pay by Cash App or Chime, get in touch and include the bot and the period you want.

Specification

Market
Polymarket — all active prediction markets
Language
Python 3.9+
Runs on
Your machine — Linux, macOS, or Windows
Needs
Nothing — no API keys, no wallet, public endpoints only
Trades
No — every tool is read-only; you place any trade yourself

What it actually does

The settings that decide your risk

SettingWhat it does
--min-volume / --min-liquidity / --min-scorescanner.py: filters for what counts as a surfaced opportunity
--mode / --bankroll / --arb-edgescreener.py: yield, arb, or both; account size for sizing; minimum arbitrage edge to flag
--est / --kelly-fracedge.py: your probability estimate and how conservative the Kelly sizing should be (default quarter-Kelly)
--addtracker.py: log a bet (market, side, entry price, stake, your estimate) for later scoring

Credentials and safety

None. Every tool reads Polymarket's public Gamma and CLOB APIs — no wallet, no API key, no account of any kind beyond the rental licence. This reads Polymarket's original public market data, not the newer CFTC-regulated Polymarket US platform, which has a separate API requiring your own KYC'd account.

Specific risk for this bot

This suite never places a trade — every tool is read-only, and any position sizing or EV number is only as sound as the probability estimate you feed it. "Near-certain" in the yield screener is a priced probability, not a guarantee; markets flagged at 95%+ still lose sometimes, because that is exactly what a 95% price means.

It can lose money, including all of the amount you fund it with. There is no published track record and no guarantee of profit. Start small.

Getting it running

pip install -r requirements.txt
cp .env.sample .env          # BOT_LICENSE
export $(grep -v '^#' .env | xargs)
python main.py                # or screener.py / edge.py / tracker.py

Four independent entry points, one licence. Nothing to configure beyond the licence — every price and resolution comes straight from Polymarket's public API.

Set BOT_LICENSE to the licence string you received. The bot verifies it at startup against https://saylorinnovations.com/api/license/verify and will not run without a valid one.