Co-founder & Software Engineer
MezateixCo-founded a 3-person trading firm and built the core of its production CEX/DEX arbitrage infrastructure across 9+ chains (7 EVM, Thorchain, Mayachain). End-to-end ownership: strategy, execution, on-chain math, risk, and ops. $135M+ volume, 2.2M+ trades, profitable over 3 years.
- Data-driven chain & token selection (volume, liquidity, safety, early listings)
- Continuous evaluation of emerging chains, with early deployment on Berachain, Monad and Sonic before they got crowded
- VPS sizing and geo-optimized placement tuned to each chain’s specs and RPC requirements; multi-provider Linux setup
- Self-hosted RPC nodes deployed and tuned (P2P config, snapshot management, custom build flags) to avoid slow public endpoints
- Modular Rust workspace, collector-producer-consumer architecture (data, execution, simulation, risk)
- Per-chain TOML config (endpoints, strategy)
- Real-time WebSocket orderbook sync across CEXs (Binance, Bybit, Gate.io, MEXC, Coinbase)
- DEX state tracked via event processing and in-Rust pool simulation, with no slow RPC round-trips
- High-frequency opportunity scanning across thousands of paths, low-ms latency
- On-chain math simulation covering all major AMM architectures: constant-product (Uniswap V2 + forks), concentrated liquidity (V3/V4, Algebra, Aerodrome), weighted/stable (Balancer), liquidity book (LFJ)
- Custom Solidity router: multi-DEX, gas-optimized, production-grade safety, Foundry-tested
- EVM interaction layer with Alloy: ABI, calldata, multicall batching
- Multi-worker execution with nonce management
- Multi-layered safety: PnL-based circuit breaker with sliding-window thresholds, exposure monitoring, WSS/RPC auto-reconnect
- Automated CEX/DEX rebalancing with dynamic thresholds
- Telegram-based interactive recovery controls
- PostgreSQL + QuestDB time-series storage, Grafana monitoring & PnL tracking
- 24/7 production: node sync monitoring, update handling, incident response