Polymarket Pmxt Trader
/install polymarket-pmxt-trader
PMXT Cross-Exchange Trader
This is a template. Default signal: PMXT API price discovery across exchanges (Polymarket, Kalshi, Limitless, etc.). Remix it with custom probability models, different signal sources, or alternative confidence scoring. The skill handles all plumbing (market discovery, trade execution, safeguards). Your agent provides alpha.
What it does
Queries PMXT for active prediction markets, identifies bargains (entry threshold ≤45¢), and routes trades through Simmer SDK to Polymarket. PMXT aggregates orderbook depth, volume, and pricing across multiple exchanges, giving better signal quality than single-source price feeds.
Strategy
- Fetch top trending markets from PMXT API
- Filter by entry threshold (default ≤25¢ for strong buy, ≤45¢ for bargain)
- Cross-check liquidity & volume (skip illiquid markets)
- Check Simmer context for flip-flop warnings & slippage
- Size position via Kelly with min EV threshold
- Execute trade with reasoning tag
Configuration
Set via environment variables:
| Variable | Default | Description |
|---|---|---|
PMXT_API_KEY |
— | PMXT API key (required) |
SIMMER_API_KEY |
— | Simmer SDK key (required) |
PMXT_ENTRY_THRESHOLD |
0.25 | Max YES price to enter (cents) |
PMXT_EXIT_THRESHOLD |
0.45 | Sell when price reaches this |
PMXT_MAX_POSITION_USD |
2.00 | Max per-trade position |
PMXT_MIN_VOLUME |
10000 | Min market volume USD |
PMXT_MAX_TRADES_PER_RUN |
5 | Trade count cap |
PMXT_CATEGORIES |
(any) | Optional category filter (Bitcoin,Sports,Politics) |
Usage
# Dry run (default)
python pmxt_trader.py
# Live trading
python pmxt_trader.py --live
# Show positions only
python pmxt_trader.py --positions
# Smart sizing (Kelly-based)
python pmxt_trader.py --live --smart-sizing
Safeguards
- Volume floor (skip illiquid markets)
- Spread check via Polymarket CLOB
- Flip-flop detection via Simmer context
- Daily budget cap
- Max position per trade
- Resolution time check (skip markets resolving \x3C2h)
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install polymarket-pmxt-trader - After installation, invoke the skill by name or use
/polymarket-pmxt-trader - Provide required inputs per the skill's parameter spec and get structured output
What is Polymarket Pmxt Trader?
Trade Polymarket using PMXT cross-exchange predictions and orderbook data for entry/exit signals. It is an AI Agent Skill for Claude Code / OpenClaw, with 46 downloads so far.
How do I install Polymarket Pmxt Trader?
Run "/install polymarket-pmxt-trader" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Polymarket Pmxt Trader free?
Yes, Polymarket Pmxt Trader is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Polymarket Pmxt Trader support?
Polymarket Pmxt Trader is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Polymarket Pmxt Trader?
It is built and maintained by Lambang Sudiyanto (@senarokalie); the current version is v1.0.0.