Skip to content
View libaice's full-sized avatar

Organizations

@OrderBookTrade

Block or report libaice

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
libaice/README.md

Hi, I'm Bruce 👋

Building on Prediction Market Infrastructure

focused on order lifecycle issues: ghost fills, stale signatures, cancel race conditions, and backtest/prod execution divergence.

What I'm shipping

GhostGuard

Real-time observability for Polymarket market makers

Verifies every CLOB fill against on-chain OrderFilled events. Webhook-based, language-agnostic.

Also maintaining

  • rs-builder-relayer-client — Rust SDK for Polymarket Builder Relayer
  • Maker Rebate Reward Tracker — simple reward dashboard

In exploration

  • OrderbookAgent — prediction market AI pricing layer

Background

Building on-chain system across EVM, Solana, and Move chains.

Deep work on Polymarket internals: Builder Relayer architecture, CTF V1 → V2 migration, EIP-1271 signature validation, WS subscription field-presence format, feeRateBps / order payload structure, proxy vs EOA redemption.

Stack

Go · Solidity · Rust · Move · TypeScript If you're running a Polymarket MM bot and seeing any of:

  • Cancel requests returning 200 but orders still filling Backtest / production divergence order can't be found — already canceled or matched but size_matched = 0 WS cancellation events not arriving Unexplained "mystery fills" eating PnL

I've been tracking engine-side regression across ~15 maker wallets and have p99 latency data + stale-signature event counts. Happy to compare notes. Reach out

X/Telegram: t.me/Iambaice x.com/Iambaice

Pinned Loading

  1. OrderBookTrade/GhostGuard OrderBookTrade/GhostGuard Public

    👻Real-time ghost fill detection for Polymarket market makers. Verifies every CLOB fill on-chain. Catches all attack variants.

    Rust 5 1

  2. OrderBookTrade/rs-builder-relayer-client OrderBookTrade/rs-builder-relayer-client Public

    rust client for Polymarket's Builder Relayer API — gasless on-chain operations (redeem, approve, split, merge) with batch support

    Rust 2 3