v0.4 · Multi-Market · Polymarket · Polygon

Let AI trade
any market
for you

iEarn.Bot runs locally on your machine. Your keys, your funds, your rules. Paste an article link — AI generates a full strategy with risk controls and runs it automatically.

7+
Built-in Strategies
Markets Supported
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 API key or private key locally. We never see it. Supports Polymarket, crypto exchanges, futures & stock markets.
03
🤖
Paste an article — AI builds your strategy
Paste a link from X or YouTube, or paste text directly. AI reads it and generates a full strategy with risk controls and a visual parameter editor.
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-v2 "https://x.com/trader/status/123"
📄 Fetching article content…
💳 SkillPay: charged 0.01 USDT · balance: 4.99
✅ Strategy V4 + params.yaml → data/strategies/V4.json

~ $ python src/scheduler.py add v4 interval 15 minutes
✅ Scheduled: V4 runs every 15 minutes

~ $ 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 from Any Article
Paste an X post, YouTube link, or any text. AI reads it and generates a full strategy with entry/exit rules, risk parameters and a visual parameter editor — 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.
🌍
Any Market, One Framework
Submit any market URL — AI auto-generates a plug-in adapter. Supports Polymarket, crypto, futures, options, and stock markets worldwide.
🧬
Self-Evolving Strategies
Built-in evolution engine analyzes wins/losses, auto-adjusts stop-loss levels, disables losing market types, and raises liquidity thresholds.
🛡️
Full Risk Controls
Max position, max daily loss, max drawdown, trailing stop, cooldown period, order size limits, and one-click kill-switch. All configurable per strategy.
⏱️
Flexible Scheduling
Run strategies manually or on a schedule: every N minutes, hours, days, weeks, or months. APScheduler-powered with kill-switch integration and state persistence.
🌐
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

Deploy once, run forever free locally.

Mini
$9.9 /strategy
$9.9 / strategy · Deploy once, run forever free · 3 free AI modifications
  • 1 strategy deployment
  • 3 free AI modifications
  • Local run — forever free
  • Basic risk control suite
Buy Mini →
🔥 Most Popular
Pro
$19 /month
$19 / month · 10 strategies · 6 free modifications each
  • 10 strategy deployments/month
  • 6 free AI modifications each
  • Local run — forever free
  • Full risk control suite
  • Priority support
Buy Pro →
Max
$19.9 /year
$19.9 / year · Unlimited strategies · Bring your own LLM API
  • Unlimited strategy deployments
  • Unlimited AI modifications
  • Local run — forever free
  • Bring your own LLM API key
  • Full risk control suite
  • Priority support + early features
Requires your own LLM API key
Buy Max →
Download

Get iEarn.Bot
for your platform

Run locally on your machine. Your keys never leave your device.

macOS Ready
Apple Silicon (M1/M2/M3) + Intel. Drag to Applications and launch.
⬇ Apple Silicon .dmg ⬇ Intel .dmg
Windows Coming Soon
Windows 10/11 installer (.exe). One-click setup.
⬇ Download .exe
OpenClaw Skill Ready
For advanced users with OpenClaw installed. Full AI agent integration.
⬇ Download .skill
🐧
Linux / CLI Ready
Command-line setup via git clone + bash setup.sh. macOS & Linux.
View on GitHub →
📱
iOS / iPhone PWA
Mobile web app — no App Store needed. Open in Safari, tap Share → Add to Home Screen.
Open PWA →
Android PWA
Mobile web app — no Play Store needed. Open in Chrome, tap menu → Add to Home Screen.
Open PWA →
🌐
Chrome Extension Coming Soon
One-click strategy generation from any webpage. Monitor positions & P&L from your browser toolbar.
⬇ Load from GitHub →
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.
What markets does iEarn.Bot support?+
Currently Polymarket (prediction markets). Binance and Kalshi adapters are in development. We only support regulated, globally recognized exchanges — unlisted or unregulated platforms are blocked by design.
Do I need coding skills?+
No. iEarn.Bot is built for non-technical users. Just paste a URL or describe your idea in plain language — AI handles strategy generation, deployment, and execution automatically.
What happens after I deploy a strategy?+
The strategy runs locally on your machine — completely offline from our servers. Your funds, your rules. You can monitor it on the dashboard, pause it anytime, or set automatic stop-loss / take-profit limits.
Is iEarn.Bot open source?+
Yes. iEarn.Bot is fully open source under the MIT License. Anyone can audit, fork, or contribute. See our Open Source Manifesto for the full story.
How is the Mini plan different from Pro?+
Mini is pay-per-deploy ($9.9 per strategy, 3 free modifications). Pro is a monthly subscription ($19/month, up to 10 strategies total, 6 free modifications each). Both plans run locally forever after deployment — no ongoing charges.