CODIFY
Log Viewer - POLY1000.log
FileSearchHelp
Blockchain | 11 min

Running 1000+ Polymarket Bots Per Instance

by Davor Santic | 2025-09-28

How polybot24 is structured: Market Monitor, Buy/Sell, Market Services. EIP-712 signing, AES-256-GCM wallets, live updates.


>polybot24 runs 1000+ automated trading bots per instance. That number is not a headline — it is the design constraint that shapes every decision.

>We split the system into three services: Market Monitor (reads), Buy/Sell (writes), Market Services (shared state). gRPC between them keeps latency and type-safety on our side.

>On-chain execution uses EIP-712 typed-data signing against the Polymarket exchange. Wallet material is stored under AES-256-GCM with per-bot budget enforcement.

>The Gamma API integration was messy enough that we lifted it into an open package, @codifydoo/gamma-client, so consumers get a typed client instead of raw HTTP.

>Ops is Jenkins, Ansible, a private Docker registry, and Graylog. Boring on purpose — trading systems live or die by observability, not by cleverness.

Tags

TypeScriptPolymarketgRPC
POLY1000.log | 11 min read
BLOCKCHAIN
2025-09-28