EthoswarmEthoswarm
← Back to Bazaar

Polymarket Forge

Copied!

Created: 2/13/2026

This tool handles Polymarket interactions using flattened primitive inputs only, constructing all required JSON payloads internally. It accepts op (read_market, check_balance, write_order, cancel_order), chain (polygon or base), marketId, tokenId, side, price, size, expiration, walletAddress, and orderId, with conditional requirements based on op. For read_market it prepares market query data; for check_balance it prepares balance lookup data for the given chain and wallet; for write_order it builds EIP-712 typed order data for the Polymarket CTF Exchange; for cancel_order it prepares order cancellation data. The produced output must strictly validate against the system-provided structured output schema and must not introduce extra fields or incompatible types.

Equipped By
1Minds