← 返回 Skills 市场
simmer

Polymarket Combo Builder

作者 Simmer.Markets · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ pending
36
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install polymarket-combo-builder
功能描述
Build an atomic Polymarket combo (parlay) - pick 2+ binary market legs, get live combined odds quoted over RFQ, and place the whole thing as ONE signed order...
使用说明 (SKILL.md)

Combo Builder

Place a real Polymarket combo (parlay): bundle 2+ binary legs into one YES/NO position, settled by a single signed RFQ order on Polymarket's combo exchange. Polymarket quotes the combined odds live; you sign once; if every leg hits you win the combined payout, and if any single leg loses you lose the whole stake.

This is the atomic combo — distinct from the leg-by-leg polymarket-worldcup-parlay-roller. Live placement works with EOA / self-custody wallets today. Deposit-wallet dry-run + signing paths exist, but live deposit-wallet combos are blocked until Polymarket enables combo-exchange approvals for deposit wallets (details below).

Read DISCLAIMER.md before going live. This is a framework, not an edge, and it runs in dry-run by default. Dry-run is a local plan — it resolves legs and shows the combined-odds estimate but signs and sends nothing. There is no paper / simulated-fill mode for combos (they're Polymarket-only). Note: dry-run still reads your wallet key to resolve trading identity, but it never signs or sends.

Polymarket venue only. Combos are a BETA Polymarket product (sports markets today); label them as such to users.

How payout works

A combo's combined price is the makers' quoted probability that all legs hit. Example: three legs near 0.50 each quote around a 0.12–0.15 combined price, i.e. a ~7–8x payout multiple on the stake. The quote you sign already bakes in maker spread — it is not a naive product of the leg prices (the skill shows that product only as a pre-quote preview).

Setup

Agent: do this once with the user.

  1. Get the thesis in natural language, e.g. "Brazil to win AND over 2.5 goals AND Argentina to win."
  2. Resolve each pick to a combo leg. Combo-eligible legs come from the combo-markets feed — simmer_sdk.combo.fetch_combo_legs(). Each leg exposes position_ids = [YES_token, NO_token]; store the chosen side's token id. Moneyline, spread (-spread-), and total/over-under (-total-) legs are all eligible.
  3. Confirm with the user, restating each leg's exact resolution condition and the total-loss-if-any-leg-loses risk.
  4. Write combo_config.json from combo_config.example.json (>= 2 legs).
  5. Dry-run first, review the plan, then go live.

Run

python combo_builder.py            # dry-run: resolve legs, show estimate + plan, place nothing
python combo_builder.py --live     # place the combo for real (money path)
python combo_builder.py --legs     # browse combo-eligible legs (no config needed)

Dry-run opens no socket, signs nothing, and moves no money. --live requires a configured wallet (WALLET_PRIVATE_KEY) and a live Simmer client.

Wallet support

  • EOA (signature_type 0): standard self-custody key. Works today.
  • Deposit wallet (signature_type 3 / POLY_1271): signing works, but live combos are not yet available — see below.

OWS-signed wallets are not yet supported for combos — use a raw WALLET_PRIVATE_KEY (the deposit-wallet owner key) for now.

⚠️ Deposit wallets: not enabled yet (pending Polymarket)

Combos settle on a separate exchange that your wallet must approve first. A deposit wallet can only approve contracts through Polymarket's relayer (its execute is onlyFactoryonlyOperator), and that relayer doesn't yet permit approving the combo exchange — so a deposit-wallet combo signs correctly but would fail at on-chain settlement. The skill detects this and blocks a live deposit-wallet combo with a clear message rather than letting it fail confusingly. This auto-resolves once Polymarket whitelists the combo exchange on the deposit-wallet relayer. EOA / self-custody wallets are unaffected and work today. (Dry-run works for all wallet types.)

Notes

  • Min stake $1 (Polymarket order minimum). The stake is the most you can lose.
  • The combined quote is valid ~5 seconds; the skill signs and accepts inside that window automatically, re-quoting if it lapses.
  • No "risk-free" or "guaranteed" anything — a combo is strictly higher-variance than its legs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install polymarket-combo-builder
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /polymarket-combo-builder 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release: atomic Polymarket combo (parlay) builder — live on EOA/self-custody wallets; deposit-wallet live gated pending Polymarket.
元数据
Slug polymarket-combo-builder
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Polymarket Combo Builder 是什么?

Build an atomic Polymarket combo (parlay) - pick 2+ binary market legs, get live combined odds quoted over RFQ, and place the whole thing as ONE signed order... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 36 次。

如何安装 Polymarket Combo Builder?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install polymarket-combo-builder」即可一键安装,无需额外配置。

Polymarket Combo Builder 是免费的吗?

是的,Polymarket Combo Builder 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Polymarket Combo Builder 支持哪些平台?

Polymarket Combo Builder 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Polymarket Combo Builder?

由 Simmer.Markets(@simmer)开发并维护,当前版本 v0.1.0。

💬 留言讨论