██████╗██████╗ ███████╗██╗ ██╗ ██╗ ██████╗ ███████╗
██╔════╝██╔══██╗██╔════╝██║ ██║ ██║██╔═══██╗██╔════╝
██║ ██████╔╝█████╗ ██║ ██║ ██║██║ ██║███████╗
██║ ██╔══██╗██╔══╝ ██║ ██║ ██║██║ ██║╚════██║
╚██████╗██║ ██║███████╗███████╗███████╗██║╚██████╔╝███████║
╚═════╝╚═╝ ╚═╝╚══════╝╚══════╝╚══════╝╚═╝ ╚═════╝ ╚══════╝
Rust Engineer · Polymarket Specialist · Prediction Market Infrastructure
Rust engineer with a deep focus on prediction market systems and trading infrastructure. I build the tooling that serious Polymarket participants rely on — execution engines, market data pipelines, automated trading strategies, and CLOB integrations that perform under pressure.
If it touches Polymarket at the infrastructure level — order management, position tracking, market resolution, liquidity analysis — I've built it or broken it trying.
- 🦀 Core: Rust — async I/O, lock-free data structures, zero-cost abstractions
- 📊 Domain: Polymarket CLOB, prediction market mechanics, probability modeling
- ⛓ Chains: Polygon (Polymarket's native chain), Ethereum, EVM tooling
- 🔩 Systems: Low-latency execution, WebSocket orderbook feeds, RPC management
- 🐳 Infra: Linux bare-metal, Docker, CI/CD, observability pipelines
┌─────────────────────────────────────────────────────────────────────┐
│ CLOB Integration Market Analysis Execution │
│ ───────────────── ─────────────── ───────── │
│ · REST + WS API · Probability curves · Order routing │
│ · Order book streaming · Resolution tracking · Slippage mgmt │
│ · Position management · Liquidity modeling · Fill detection │
│ · Auth & signing (L1/L2) · Market correlation · Retry logic │
│ │
│ Automation Infrastructure Analytics │
│ ────────── ────────────── ───────── │
│ · Market making bots · Multi-key management · P&L tracking │
│ · Condition monitoring · RPC failover · Exposure calc │
│ · Auto-rebalancing · Event-driven arch · Historical data │
│ · Alert pipelines · TimescaleDB storage · Backtest engine │
└─────────────────────────────────────────────────────────────────────┘
Production infrastructure is private. Below are highlights of public tooling and open contributions.
| Project | Description | Stack |
|---|---|---|
| polymarket-rs | Full-featured async Rust SDK for Polymarket CLOB — orders, markets, positions, WS feeds | Rust Tokio ethers-rs |
| clob-orderbook | In-memory CLOB orderbook engine with lock-free reads and sub-microsecond matching | Rust Rayon |
| pm-data-pipeline | Event-driven pipeline ingesting Polymarket resolution data into TimescaleDB | Rust PostgreSQL TimescaleDB |
| market-monitor | Daemon for tracking open positions, P&L, and price movement with Telegram alerts | Rust Axum Redis |
| evm-rpc-router | Load-balanced RPC router for Polygon/Ethereum with health checks and rate limiting | Rust Axum |
/// The only acceptable latency is the one the network imposes.
/// Everything else is your problem to fix.
async fn execute(order: Order) -> Result<Fill, ExecError> {
let signed = wallet.sign(order).await?;
clob.submit(signed).await?.into_fill()
}Prediction markets are probabilistic systems sitting on top of deterministic blockchains. The edge lives in the gap between market price and true probability — and capturing that edge consistently requires infrastructure that is faster, more reliable, and more correct than the competition.
I write Rust because the guarantees matter. No GC pauses during a fill. No race conditions in the orderbook. No silent integer overflows in position math.
- 🔭 Building a multi-market automated trading system on Polymarket with custom pricing models
- 📦 Maintaining open-source Rust tooling for Polymarket CLOB integration
- 🌱 Researching market microstructure and liquidity dynamics in prediction markets
- 💬 Open to serious collaboration on prediction market infrastructure or trading systems





