Files
nexus/wiki/sources/polymarket-autopilot.md

48 lines
2.9 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Polymarket Autopilot: Automated Paper Trading"
type: source
tags: []
date: 2026-05-18
---
## Source File
- [[raw/Agent/usecases/polymarket-autopilot.md]]
## Summary用中文描述
- 核心主题:基于 AI Agent 的 Polymarket 预测市场自动化模拟交易Paper Trading系统
- 问题域:预测市场变化快、人工盯盘错失机会、情绪化决策、实盘测试策略风险高
- 方法/机制AI Agent 通过 API 持续监控 Polymarket 市场数据(价格/成交量/价差),使用 TAIL趋势跟踪、BONDING逆向、SPREAD套利三种策略执行模拟交易追踪组合表现并每日推送 Discord 报告,支持基于回测结果调整策略参数
- 结论/价值:无需真实资金即可验证交易策略,实现 24/7 市场监控,减少人工盯盘,提高决策效率
## Key Claims用中文描述
- AI Agent 可实现 Polymarket 市场的 24/7 全天候监控,自动识别套利机会
- TAIL 策略在成交量放大且动量明确时(概率 >60%)顺势跟进效果最佳
- BONDING 策略在市场因新闻过度反应时(概率骤降 >10%)逆向建仓胜率较高
- SPREAD 策略在 YES + NO 价格之和 >1.05 时存在无风险套利空间
- 模拟交易Paper Trading允许在零风险下测试和迭代交易策略
- 子代理并行分析可在高成交量期间同时监控多个市场
## Key Quotes
> "Manually monitoring prediction markets for arbitrage opportunities and executing trades is time-consuming and requires constant attention." — 痛点陈述
> "You wake up to a summary of what it 'traded' overnight, what worked, and what didn't." — 系统核心价值
## Key Concepts
- [[Prediction Market]]:预测市场平台,用户通过交易事件结果概率获取收益
- [[Polymarket]]:基于区块链的去中心化预测市场协议,本系统的核心交易平台
- [[Paper Trading]]:模拟交易——使用虚拟资金在真实市场环境中执行交易策略,不承担真实财务风险
- [[TAIL Strategy]]:趋势跟踪策略——在成交量放大且概率动量明确时(>60%)顺势建仓
- [[BONDING Strategy]]:逆向/均值回归策略——在市场因新闻过度反应时(概率骤降 >10%)逆向建仓
- [[SPREAD Strategy]]:套利策略——当 YES + NO 价格之和 >1.05 时存在无风险套利机会
- [[Sub-Agent Parallelism]]:子代理并行执行——高成交量期间并行分析多个市场,提高监控覆盖率
## Key Entities
- [[Polymarket]]:去中心化预测市场协议,本系统的核心交互平台
- [[Discord]]:每日交易报告和洞察的推送渠道
## Connections
- [[Dynamic Dashboard]] ← extends ← [[polymarket-autopilot]]Polymarket 市场监控的具体实现)
- [[earnings-tracker]] ← similar_pattern ← [[polymarket-autopilot]](市场数据监控场景扩展)
## Contradictions
- 无已知冲突