直播
每笔交易的最小利润为 $7.62
获取机器人

Polymarket 套利机器人工作原理 — 从扫描到执行

逐步讲解 Polymarket 套利机器人如何识别 YES/NO 之和小于 1 的二元市场、组合多结果的错价,以及近结算时的收益——再对腿进行配比并一起触发 gasless FAK 订单。

  1. Step 1

    Scan

    PolyArb subscribes to the Polymarket Market Channel WebSocket and pulls best-bid / best-ask updates for every active market. Whenever the sum of best-ask prices on a binary or multi-outcome market drops below $1.00, a candidate fires.

  2. Step 2

    Size

    A candidate is sized against book depth, the live taker fee for that category, and your configured maximum capital per trade. If the post-fee EV is positive, the candidate becomes an order plan.

  3. Step 3

    Fire

    PolyArb fires every leg as a Fill-And-Kill order through the Polymarket Relayer in the same batch. If any leg fails, the others are cancelled — leg risk is bounded by the slippage protection built into FAK orders.

  4. Step 4

    Settle

    Tokens stay in your wallet until resolution. After UMA reports the outcome, you redeem winning tokens for $1.00 each through the standard CTF redeem flow.