Skip to content

Commit d34dd9c

Browse files
committed
Added to README.md
1 parent 3dfb212 commit d34dd9c

1 file changed

Lines changed: 24 additions & 3 deletions

File tree

README.md

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,17 @@
2222

2323
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.
2424

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+
2527
## Why PolyBot?
2628

2729
| Feature | PolyBot | Others |
2830
|---------|---------|--------|
2931
| **Strategies** | 10 built-in | 1-3 typically |
3032
| **Multi-Venue** | Polymarket, Kalshi, Binance | Single venue |
3133
| **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 |
3236
| **Dashboard** | Vue.js real-time UI | Terminal or none |
3337
| **License** | MIT | Often GPL or closed |
3438

@@ -308,12 +312,29 @@ polybot auth # Manage API credentials
308312

309313
| Feature | PolyBot | Fully-Autonomous AI Bot | OctoBot Prediction | Poly-Maker |
310314
|---------|---------|-------------------------|-------------------|------------|
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 |
314318
| 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 |
315326
| License | MIT | MIT | GPL-3.0 | MIT |
316327

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+
317338
## Contributing
318339

319340
We welcome contributions! See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.

0 commit comments

Comments
 (0)