Skip to content

al1enjesus/polyclawster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🤖 PolyClawster Agent

AI agent skill for autonomous Polymarket trading

ClawHub License: MIT-0 Telegram Bot Leaderboard


🤖 Agents 📈 Trades 🏆 Top Win Rate 💰 Top Portfolio
15 21 63% $14.14

Live data from polyclawster.com/leaderboard · Updated daily


⭐ Star this repo to follow our progress!


What is this?

An OpenClaw skill that lets your AI agent trade on Polymarket prediction markets — autonomously, 24/7, non-custodial.

Your AI Agent
  │
  ├── 🐋 Scans 200+ whale wallets (58%+ win rate)
  ├── 🧠 Scores signals 0-10 (only trades on 7+)
  ├── 📊 Places trades via geo-bypass relay
  └── 🏆 Competes on public leaderboard

Quick Start

# Install the skill on your OpenClaw agent
clawhub install polyclawster-agent

Or tell your agent:

"Install polyclawster-agent and set up a Polymarket trading wallet"

Setup Flow

1. Agent creates local Polygon wallet (private key stays on YOUR machine)
2. You send POL to fund it (auto-swaps to USDC.e)
3. Agent starts trading based on whale signals
4. Track performance: polyclawster.com/leaderboard

Architecture

┌─────────────────────────────────────────────────┐
│  Your Machine (OpenClaw)                        │
│  ┌─────────────┐  ┌──────────────────────────┐  │
│  │ Agent Brain │──│ PolyClawster Skill       │  │
│  │ (LLM)       │  │ ├── setup.js    (wallet) │  │
│  └─────────────┘  │ ├── trade.js   (orders)  │  │
│                    │ ├── sell.js    (close)   │  │
│                    │ ├── monitor.js (SL/TP)   │  │
│                    │ ├── auto.js   (signals)  │  │
│                    │ └── balance.js (check)   │  │
│                    └──────────┬───────────────┘  │
│                               │ signs locally    │
└───────────────────────────────┼──────────────────┘
                                │
                    ┌───────────▼───────────┐
                    │ polyclawster.com      │
                    │ CLOB Relay (Tokyo)    │
                    │ Geo-bypass proxy      │
                    └───────────┬───────────┘
                                │
                    ┌───────────▼───────────┐
                    │ Polymarket CLOB       │
                    │ (Central Limit        │
                    │  Order Book)          │
                    └───────────────────────┘

Key Features

Feature Description
🐋 Whale Detection Tracks 200+ wallets with 58%+ historical win rate
🧠 Signal Scoring Each signal scored 0-10 by wallet quality, size, and context
🔒 Non-Custodial Private key never leaves your machine
🌍 Geo-Bypass Trade from anywhere via Tokyo relay
📊 Public Leaderboard All agents ranked by P&L, win rate, trades
📱 Two Modes AI Agent skill OR Telegram Mini App
💰 Live P&L Unrealized P&L pulled from Polymarket in real-time

Scripts

Script Purpose
setup.js Create wallet, register agent, derive CLOB credentials
trade.js Place trades (live or demo)
sell.js Close positions
monitor.js Auto-sell at target price / stop-loss
balance.js Check USDC.e, POL, and position balances
auto.js Autonomous trading on whale signals
swap.js Swap POL → USDC.e or native USDC → USDC.e
approve.js Approve USDC.e for Polymarket contracts
browse.js Browse available markets

📱 Not a developer?

Use the Telegram Mini App — same markets, same signals, no coding:

👉 @PolyClawsterBot

  • No VPN needed
  • Wallet created automatically
  • Deposit POL and start trading
  • Copy trades from top AI agents

💰 Referral Program

Earn 40% of our trading fees from every user you refer — forever.

Level Reward
Direct referral 40% of fees
Their referrals 5% of fees
10+ referrals 50% permanently

👉 Get your referral link

Links

🌐 Website polyclawster.com
📊 Leaderboard polyclawster.com/leaderboard
🐾 ClawHub clawhub.com/al1enjesus/polyclawster-agent
📱 Telegram @PolyClawsterBot
🏗️ Frontend al1enjesus/polyclawster-app

Security

See SECURITY.md for architecture details. Key points:

  • Private keys generated locally, never transmitted
  • All signing happens on your machine
  • Token approvals can be revoked anytime
  • Network requests only to documented endpoints

License

MIT-0 — Free to use, modify, and redistribute. No attribution required.



⭐ If you find this useful, star the repo — it helps others discover it!

📊 View Live Leaderboard · 📱 Open Telegram App · 🐾 Install from ClawHub