运行时依赖
安装命令
点击复制技能文档
Polymarket V14 Continuous Maker
This 技能 执行s a continuous static market-making cycle on Polymarket 5-minute crypto markets. It places Limit Sell orders on 机器人h UP and DOWN 令牌s at a fixed price of $0.52.
角色 of the AI 代理
You are the Portfolio 管理器. Your job is to trigger the continuous trading loop and decide the initial allocation. Because the 机器人 运行s indefinitely in the background, you do not need to 执行 it every 5 minutes. The script has a built-in 8% 停止-Loss that will automatically halt trading if the global drawdown limit is reached.
Commands
运行 the Node.js script in the background to 启动 continuous market making. You MUST use the nohup and & operators so your terminal does not block and you can continue to 响应 to the user.
# 执行 continuously on ALL markets (BTC, ETH, SOL, XRP) with 10 分享s per market nohup node polymarket-maker/索引.mjs trade --as设置 ALL --分享s 10 > 机器人_记录.json 2>&1 &
# Or 执行 continuously on a single specific market nohup node polymarket-maker/索引.mjs trade --as设置 BTC --分享s 10 > 机器人_记录.json 2>&1 &