What problem does it solve? AI agents have stale or incorrect knowledge about Polymarket's two-layer authentication, order semantics, contract addresses, and WebSocket behavior, causing failed orders, rejected transactions, and silent integration bugs. ## Core Features & Use Cases - Order Placement & Management: Place GTC, GTD, FOK, and FAK orders, batch up to 15 orders, cancel individually or by market, and maintain heartbeats to prevent auto-cancellation. - Market Data & WebSockets: Read orderbooks, midpoints, spreads, and price history from the CLOB and Gamma APIs, and subscribe to real-time market and user WebSocket channels. - CTF Operations & Gasless Trading: Split USDC into outcome tokens, merge positions, redeem winnings, and execute gasless transactions via the Builder Program relayer. - Use Case: Build a market-making bot that quotes bid/ask around the midpoint on a live prediction market, with heartbeat protection and automatic tick-size handling. ## Quick Start Ask the agent to authenticate with your Polygon wallet and place a GTC limit buy order on a Polymarket token using the clob-client SDK.