TopRank Skills

Home / Claw Skills / 金融 / 加密 / polymarket-oracle
Official OpenClaw rules 54%

polymarket-oracle

Multi-strategy arbitrage and trading bot for Polymarket prediction markets. Scans ALL markets (crypto, politics, sports, economics, entertainment) for parity arbitrage, logical arbitrage, tail-end trading, market making, and latency opportunities.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 polymarket-oracle 技能。 若已安装,则直接安装 polymarket-oracle 技能。

Overview

Skill Key
georges91560/polymarket-oracle
Author
georges91560
Source Repo
openclaw/skills
Version
1.0.0
Source Path
skills/georges91560/polymarket-oracle
Latest Commit SHA
b9465e29248190a19baf1040c331c087864b6ea1

Extracted Content

SKILL.md excerpt

# Polymarket Oracle — Multi-Strategy Arbitrage Bot

## 🎯 WHAT IT DOES

**Scans ALL Polymarket markets for profitable opportunities.**

**Markets covered:**
- ✅ **Crypto** (BTC, ETH, altcoins - 5min, 15min, daily markets)
- ✅ **Politics** (Elections, policy, polls, debates)
- ✅ **Sports** (NBA, NFL, MLB, NHL, Soccer, UFC, Tennis, Golf)
- ✅ **Economics** (Fed rates, CPI, jobs, GDP, stock markets)
- ✅ **Technology** (Apple, Tesla, Google, IPOs, launches)
- ✅ **Entertainment** (Oscars, Emmys, box office, celebrities)
- ✅ **Weather** (Hurricanes, temperatures, climate events)
- ✅ **Miscellaneous** (Viral events, trends, binary outcomes)

**Total:** 1000-5000+ markets scanned continuously

---

## 🔥 STRATEGIES DETECTED

### **1. Parity Arbitrage**

**What:** YES + NO prices don't sum to $1.00

```
YES price: $0.45
NO price: $0.52
Total: $0.97

Buy both → Guaranteed payout: $1.00
Profit: $0.03 (3.1%)

Risk: ZERO (guaranteed profit)
```

**Frequency:** 5-20 per day  
**Duration:** 2-15 seconds  
**Win rate:** 100% (if executed)

---

### **2. Logical Arbitrage**

**What:** Impossible price combinations between related markets

```
Market A: "Chiefs win Super Bowl" = 28%
Market B: "AFC team wins" = 24%

Impossible! Chiefs ARE an AFC team!

Buy "AFC wins" at 24%
If Chiefs win (28%) → AFC wins → Profit
If other AFC wins → Profit
Cannot lose unless NFC wins
```

**Frequency:** 2-10 per day  
**Duration:** Minutes to hours  
**Win rate:** 90-95%

---

### **3. Tail-End Trading**

**What:** Buy highly certain outcomes (>95%) just before resolution

```
Event: Fed keeps rates (99% certain)
Market price: $0.97

Buy at $0.97
Resolution: $1.00
Profit: $0.03 (3.1%)

Risk: Very low (event almost certain)
```

**Frequency:** 10-30 per day  
**Duration:** Hours to days  
**Win rate:** 95-98%

---

### **4. Market Making**

**What:** Provide liquidity, earn spread + maker rebates

```
Token midpoint: $0.50

Place orders:
BID: $0.475 (maker)
ASK: $0.525 (maker)

Spread capture: $...

README excerpt

# Polymarket Oracle 🎯

**Multi-strategy arbitrage bot for Polymarket prediction markets**

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Version](https://img.shields.io/badge/version-1.0.0-blue.svg)](https://github.com/georges91560/polymarket-oracle)
[![Python](https://img.shields.io/badge/python-3.7+-blue.svg)](https://python.org)

Multi-Strategy · All Markets · Real-Time Scanning · Telegram Alerts

---

## 🎯 What It Does

Automatically scans **ALL Polymarket markets** for profitable opportunities:

✅ **1000-5000 markets** scanned every minute  
✅ **7 categories** covered (crypto, politics, sports, economics, etc.)  
✅ **6 strategies** detected (parity, logical, tail-end, market making, latency, combinatorial)  
✅ **50 parallel workers** for fast scanning  
✅ **Telegram alerts** when opportunities found  

---

## 💰 Strategies Explained

### **1. Parity Arbitrage (Easiest)**

```
When: YES + NO ≠ $1.00
Example:
  YES = $0.45
  NO = $0.52
  Total = $0.97

Action: Buy both
Cost: $0.97
Payout: $1.00 (guaranteed)
Profit: $0.03 (3.1%)

Risk: ZERO
Win rate: 100%
```

---

### **2. Tail-End Trading (Safest)**

```
When: Outcome >95% certain
Example:
  "Fed keeps rates" = 99% certain
  Market price = $0.97

Action: Buy at $0.97
Payout: $1.00
Profit: $0.03 (3.1%)

Risk: Very low
Win rate: 95-98%
```

---

### **3. Logical Arbitrage (Smartest)**

```
When: Related markets mispriced
Example:
  "Chiefs win Super Bowl" = 28%
  "AFC team wins" = 24%
  
  Impossible! Chiefs ARE AFC!

Action: Buy "AFC wins" @ 24%
  If Chiefs win (28%) → Profit
  If other AFC wins → Profit
  Cannot lose unless NFC wins

Risk: Low
Win rate: 90-95%
```

---

### **4. Market Making (Most Consistent)**

```
When: Provide liquidity
Example:
  Midpoint = $0.50
  
Action:
  BID @ $0.475 (maker)
  ASK @ $0.525 (maker)
  
Spread: $0.05 (10%)
+ Maker rebates
+ Liquidity rewards

Monthly: 10-25% annualized
```

---

### **5. Latency Arbi...

Related Claw Skills