|
22 | 22 |
|
23 | 23 | Trade smarter on **Polymarket**, **Kalshi**, and other prediction markets with 10 battle-tested strategies, real-time analytics, and a plugin system for your own AI models. |
24 | 24 |
|
| 25 | +> **New: AI Agent Integration** - PolyBot now includes an MCP server for AI agents, a Claude Code skill (`/polybot`), and strategy assessment tools. Let AI analyze your strategies and execute trades with full safety controls. |
| 26 | +
|
25 | 27 | ## Why PolyBot? |
26 | 28 |
|
27 | 29 | | Feature | PolyBot | Others | |
28 | 30 | |---------|---------|--------| |
29 | 31 | | **Strategies** | 10 built-in | 1-3 typically | |
30 | 32 | | **Multi-Venue** | Polymarket, Kalshi, Binance | Single venue | |
31 | 33 | | **AI Integration** | Plugin system for any model | Hardcoded or none | |
| 34 | +| **MCP Server** | Full AI agent integration | None | |
| 35 | +| **Claude Code Skill** | `/polybot` commands | None | |
32 | 36 | | **Dashboard** | Vue.js real-time UI | Terminal or none | |
33 | 37 | | **License** | MIT | Often GPL or closed | |
34 | 38 |
|
@@ -308,12 +312,29 @@ polybot auth # Manage API credentials |
308 | 312 |
|
309 | 313 | | Feature | PolyBot | Fully-Autonomous AI Bot | OctoBot Prediction | Poly-Maker | |
310 | 314 | |---------|---------|-------------------------|-------------------|------------| |
311 | | -| Strategies | 10 | AI-only | Copy + Arb | Market Making | |
312 | | -| Multi-venue | Yes | No | No | No | |
313 | | -| Dashboard | Vue.js | Terminal | OctoBot UI | Google Sheets | |
| 315 | +| Strategies | 10 built-in | AI-only | Copy + Arb | Market Making | |
| 316 | +| Multi-venue | Yes (3 venues) | No | No | No | |
| 317 | +| Dashboard | Vue.js real-time | Terminal only | OctoBot UI | Google Sheets | |
314 | 318 | | AI plugins | Any model | GPT-4/Claude/Gemini | Via OctoBot | None | |
| 319 | +| **MCP Server** | **Yes - Full integration** | No | No | No | |
| 320 | +| **Claude Code Skill** | **Yes - /polybot** | No | No | No | |
| 321 | +| **CLI Tools** | **50+ commands** | Limited | Via OctoBot | Basic | |
| 322 | +| **AI Trading Modes** | **3 (disabled/shadow/live)** | Live only | N/A | N/A | |
| 323 | +| **Approval Workflow** | **Yes - Human-in-loop** | No | No | No | |
| 324 | +| **Audit Logging** | **Full AI action logs** | Basic | Basic | None | |
| 325 | +| Shadow Mode | Yes | No | Yes | No | |
315 | 326 | | License | MIT | MIT | GPL-3.0 | MIT | |
316 | 327 |
|
| 328 | +### Why PolyBot for AI-Assisted Trading? |
| 329 | + |
| 330 | +PolyBot is the only prediction market trading system with **native AI agent support**: |
| 331 | + |
| 332 | +- **MCP Server**: AI agents (Claude, GPT, etc.) can query markets, analyze strategies, and execute trades via the Model Context Protocol |
| 333 | +- **Claude Code Skill**: Run `polybot` commands directly in Claude Code with `/polybot strategy list` |
| 334 | +- **Strategy Assessment**: AI can analyze your strategy performance and suggest code improvements |
| 335 | +- **Safety First**: Three trading modes (disabled/shadow/live), approval workflows, position limits, and full audit logging |
| 336 | +- **50+ CLI Commands**: Complete system control from the command line, all accessible to AI agents |
| 337 | + |
317 | 338 | ## Contributing |
318 | 339 |
|
319 | 340 | We welcome contributions! See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines. |
|
0 commit comments