← 返回
AI智能 Key

Manual Trade Placement

Place manual trades on Polymarket by telling your agent what to bet on. Supports FAK (instant fill at market) and GTC (limit order on the book). Pass a Simme...
Place manual trades on Polymarket by telling your agent what to bet on. Supports FAK (instant fill at market) and GTC (limit order on the book). Pass a Simme...
djdyll
AI智能 clawhub v1.1.0 2 版本 100000 Key: 需要
★ 0
Stars
📥 880
下载
💾 35
安装
2
版本
#latest

概述

Manual Trade Placement

Place trades on Polymarket by telling your AI agent what to bet on. Supports instant FAK fills and GTC limit orders. Works with Simmer market IDs or full Polymarket event URLs.

Usage

Tell your agent:

> "Buy YES $10 on [Polymarket URL or market ID]"

> "Place a GTC limit NO $20 at 0.35 on [market]"

Or run directly:

# FAK — instant fill at best ask price (default)
python3 manual_trade.py --market <market_id_or_url> --side YES --amount 10

# GTC — limit order, sits on book until filled
python3 manual_trade.py --market <market_id_or_url> --side NO --amount 20 --order GTC --price 0.35

# Full Polymarket URL — auto-imports and trades
python3 manual_trade.py \
  --market https://polymarket.com/event/spacex-starship-flight-test-12/will-the-chopsticks-catch-spacex-starship-flight-test-12-superheavy-booster \
  --side YES --amount 10

# Dry run (preview without placing)
python3 manual_trade.py --market <id> --side YES --amount 10 --dry-run

Order Types

TypeBehaviorWhen to use
-----------------------------
FAK (default)Fills immediately at best ask+0.01. Remainder cancelled.You want in now at market price
GTCLimit order sits on CLOB book. Funds locked on placement, fill when market reaches your priceYou want a specific price

Arguments

FlagDescription
-------------------
--market / -mSimmer market ID or full Polymarket URL
--side / -sYES or NO
--amount / -aDollar amount (default $10)
--order / -oFAK, GTC, or FOK (default FAK)
--price / -pLimit price (optional — auto-fetches best ask+0.01 if omitted)
--venue / -vpolymarket or sim (default polymarket)
--cancelCancel all open orders on the market
--cancel-sideCancel only yes or no side orders
--dry-runPreview without placing

How it Works

  1. Market resolution — if you pass a Polymarket URL, it auto-imports via Simmer's import API and resolves to the correct market
  2. Price discovery — fetches live CLOB order book, uses best ask + 0.01 for FAK to guarantee fill
  3. Order placement — signs and submits via simmer-sdk with your wallet key
  4. Confirmation — reports shares filled, cost, and trade ID

Requirements

  • SIMMER_API_KEY — your Simmer API key
  • WALLET_PRIVATE_KEY — your Polymarket wallet private key (for on-chain signing)
  • simmer-sdk >= 0.8.32

Built for Simmer — the AI trading agent platform for Polymarket and Kalshi.

版本历史

共 2 个版本

  • v1.0.6
    2026-03-29 23:21
  • v1.1.0 当前
    2026-03-27 21:42 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,350 📥 317,773
data-analysis

Polymarket Eth Midcandle

djdyll
ETH 中段K线刷单器——Polymarket ETH 15分钟市场胜率77%+,在K线剩余2–12分钟且ETH盘中动能确认时入场。
★ 0 📥 751
ai-intelligence

self-improving agent

pskoett
捕获经验教训、错误和纠正,以实现持续改进。使用时机:(1)命令或操作意外失败;(2)用户纠正……
★ 4,056 📥 796,545