Now live on Polymarket · Polygon

Let AI trade
prediction markets
for you

iEarn.Bot runs locally on your machine. Your keys, your funds, your rules. Describe a strategy in plain English — AI builds and runs it automatically.

3+
Built-in Strategies
~$0.01
Per AI Strategy
100%
Non-Custodial
MIT
Open Source
How it works

From install to profit
in 5 minutes

No cloud accounts. No seed phrase uploads. Everything runs on your Mac or Linux machine.

01
Install in one command
Run the setup script. It installs dependencies, sets up your .env, and registers auto-start jobs.
02
💼
Connect your wallet
Paste your Polygon private key locally. We never see it. Approve Polymarket contracts once (~$0.01 gas).
03
🤖
Pick or create a strategy
Use built-in V1/V2/V3 strategies, or describe your own in plain English — AI generates the rules.
04
📊
Watch the Dashboard
Open http://localhost:7799 in your browser. See P&L, positions, and strategy health in real time.
Terminal — iEarn.Bot
~ $ bash setup.sh
✅ Python 3.12, uv 0.5 — ready
✅ Dependencies installed & .env configured
✅ launchd jobs registered

~ $ python src/strategy_ai.py generate "BTC breaks 90k, buy YES"
💳 SkillPay: charged 0.01 USDT · balance: 4.99
✅ Strategy V4 generated → data/strategies/V4.json

~ $ open http://localhost:7799/?ui=v2
# Dashboard opens in browser
Features

Everything you need
to trade smarter

Built for traders who want automation without giving up control.

🔐
100% Non-Custodial
Your private key never leaves your machine. Stored in a local .env file with chmod 600. We literally cannot touch your funds.
🤖
AI Strategy Generation
Describe a strategy in plain English. Claude generates structured entry/exit rules, risk parameters, and market filters — ready to deploy instantly.
💳
SkillPay — Pay-Per-Use
Top up once with BNB Chain USDT. Each AI call costs ~0.01 USDT, auto-deducted. No subscription. No signup. 95% goes to the developer.
📊
Live Dashboard
Beautiful v2 dashboard at localhost:7799. KPI cards, position tracking, daily P&L, strategy health — all in your browser, no cloud needed.
⚙️
3 Built-in Strategies
V1 (BTC momentum), V2 (leaderboard copy), V3 (custom wallet tracking). Run free forever — no AI credits needed.
🧬
Self-Evolving Strategies
Built-in evolution engine analyzes wins/losses, auto-adjusts stop-loss levels, disables losing market types, and raises liquidity thresholds.
🛡️
Stop-Loss & Take-Profit
Fully configurable per-strategy. Automatic MERGE/REDEEM on resolve. Runs every 5 minutes in the background, 24/7.
🌐
Open Source, MIT
Full source on GitHub. Audit the code yourself. Fork it, extend it, build on top of it. No black boxes.
Powered by SkillPay

Top up once.
Pay per AI call.

SkillPay is a BNB Chain billing layer built for AI Skills. Top up your balance once with USDT — iEarn.Bot auto-deducts per call. No accounts, no subscriptions, no credit cards.

~0.01 USDT per AI call BNB Chain USDT instant settlement

No KYC · No registration · 95% revenue to iEarn.Bot developer

1 →
You run strategy_ai.py
python src/strategy_ai.py generate "…"
2 →
SkillPay auto-deducts
POST /billing/charge → 0.01 USDT deducted
3 ←
AI generates strategy
Claude → JSON strategy rules
4 ✓
Strategy saved + deployed
data/strategies/V4.json → bot runs it
💳
Balance low?
Auto-returns topup link → pay USDT → continue
Pricing

Simple, honest pricing

Start free. Pay only when you want AI to think for you.

Free
$0 forever
Run the built-in strategies. No AI credits needed.
  • V1 BTC Momentum strategy
  • V2 Leaderboard copy strategy
  • V3 Wallet tracking strategy
  • Full dashboard (localhost)
  • Stop-loss & take-profit
  • Evolution engine
  • AI strategy generation
  • Custom V4+ strategies
Download Free →
Most Popular
Pro
~0.01 USDT / call
Top up once with BNB USDT. Each AI call auto-deducts. No signup.
  • Everything in Free
  • AI strategy generation
  • Custom V4+ strategies
  • Strategy optimization
  • SkillPay auto-billing (BNB USDT)
  • Natural language → trading rules
  • Self-hosted AI (own API key)
Start with Pro →
Max
your own key
Bring your OpenRouter API key. Unlimited AI calls, local routing.
  • Everything in Pro
  • Use your own OpenRouter key
  • Unlimited strategy generation
  • Direct LLM calls (no proxy)
  • Choose your own model
  • Lower latency
Get OpenRouter Key →
Get Started

Install in 60 seconds

macOS and Linux supported. Python 3.11+ required.

setup.sh
# 1. Clone the repo
~ $ git clone https://github.com/iearnbot/iearnbot ~/iearnbot

# 2. Run setup (interactive)
~ $ cd ~/iearnbot && bash setup.sh

# 3. Open dashboard
~ $ open http://localhost:7799/?ui=v2

🎉 Bot is running. Check your dashboard!

⚠️ Only deposit what you can afford to lose. This is experimental software. DYOR.

FAQ

Common questions

Is my private key safe?+
Yes. Your private key is stored only in a local .env file on your machine, with chmod 600 permissions. iEarn.Bot servers never receive, see, or store your key. SkillPay billing uses your wallet address as a user ID — no signup, no KYC.
What is Polymarket?+
Polymarket is the world's largest prediction market platform, built on Polygon. You trade on outcomes like "Will BTC hit $100k?" — buying YES or NO positions. iEarn.Bot automates this using configurable strategies.
How much money do I need to start?+
Minimum ~$50 USDC.e on Polygon to get started. You'll also need a tiny amount of POL (~$0.01) for gas fees. We recommend starting small while you learn how the strategies perform.
Can I run multiple strategies at once?+
Yes. V1, V2, and V3 run independently on separate schedules. You can also add custom V4+ strategies that run in parallel. Each strategy has independent stop-loss and take-profit settings.
Does this guarantee profit?+
No. Prediction markets are speculative and iEarn.Bot is experimental software. Past performance doesn't guarantee future results. Only use funds you can afford to lose entirely. DYOR.