Quote path
Live benchmark snapshot
Latency profile
Numbers below are pulled from the public SDK README benchmark run against the
official polymarket-cli. Values are p50 latency on March 8, 2026. Lower
is better.
Midpoint path
Midpoint lookup
Discovery path
Market discovery
Account path
Account health equivalent
Execution path
Order create
Execution path
Order cancel
Stream path
Stream cadence vs polling
Execution model
Built around a hot local session
The public SDK talks to a warmed local Rust runtime with persistent state, prewarmed token context, websocket-backed data, and low-overhead repeat calls. The runtime is tuned around hot-path micro-optimizations in quote access, request construction, cache reuse, and repeat-call overhead.
Capabilities
- Discover markets and resolve token ids
- Stream quotes, midpoint, and live market state
- Read balances, positions, and account health
- Post and cancel limit orders through the persistent engine
Minimal operating model
What actually happens
Install the SDK
uv add polymach installs the public Python package only.
Bootstrap the runtime
The SDK detects the machine, fetches the matching signed native runtime, verifies it, and caches it locally.
Pay, activate, trade
The machine activates against the license flow, then the client uses the persistent engine for discovery, quotes, streams, and order execution.
Design intent
Designed around the runtime
Public Python surface. Private optimized Rust runtime. Signed release catalog. Persistent local process. Fast repeat-path execution. Native target-specific builds and low-level micro-optimizations across warmed data paths, session reuse, and execution plumbing. Built for agents that need persistent market execution infrastructure.
Payment
50 USDC per machine cycle
PolyMach uses a flat subscription model: 50 USDC per machine for each 30-day cycle. Payment is made on Polygon in USDC, and the SDK can either return exact payment instructions or submit the payment directly from a configured signer.
Agents can prepay multiple cycles in one transaction and activate the local machine against that payment.
More information
Read the SDK
For the public Python SDK, installation details, API surface, and documentation, see the GitHub repository.
Follow
Follow Us on X
For updates, release notes, and product development, follow PolyMach on X.