polymarket-auto-traderAutonomous Polymarket prediction market trading agent. Scans markets, evaluates probabilities with LLM, sizes positions with Kelly criterion, and executes trades via CLOB API. Use when user wants to trade on Polymarket, set up automated prediction market trading, or build a trading bot. Supports cron-based autonomous operation, P&L tracking, and budget management.
Install via ClawdBot CLI:
clawdbot install srikanthbellary/polymarket-auto-traderFully autonomous prediction market trading agent for Polymarket. Evaluates markets using LLM probability estimation, sizes positions with Kelly criterion, and executes trades via the Polymarket CLOB API from a non-US VPS.
SSH into your non-US VPS and run:
python3 {baseDir}/scripts/setup_vps.sh
Or manually:
apt update && apt install -y python3 python3-venv
python3 -m venv /opt/trader
/opt/trader/bin/pip install py-clob-client python-dotenv web3 requests
Create /opt/trader/app/.env:
PRIVATE_KEY=<your-polygon-wallet-private-key>
LLM_API_KEY=<your-anthropic-api-key>
Before trading, approve USDC.e and CTF tokens for Polymarket contracts. Run:
python3 {baseDir}/scripts/approve_contracts.py
Required approvals (6 total):
cp {baseDir}/scripts/run_trade.py /opt/trader/app/
cp {baseDir}/scripts/pnl_tracker.py /opt/trader/app/
crontab -e
# Add: */10 * * * * cd /opt/trader/app && /opt/trader/bin/python3 run_trade.py >> cron.log 2>&1
trades.jsonl, skips already-traded marketsConfigurable in run_trade.py:
EDGE_THRESHOLD — Minimum edge to trade (default: 0.05 = 5%)MIN_SHARES — Minimum order size (Polymarket requires ≥5 shares)Check P&L anytime:
python3 /opt/trader/app/pnl_tracker.py
Check recent activity:
tail -50 /opt/trader/app/cron.log
0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174), not native USDC0xd91E80cF2E7be2e162c6513ceD06f1dD0dA35296).env. Harden your VPS: strict file permissions (chmod 600 .env), no shared access, firewall, SSH keys only.references/contract-addresses.md before running.cron.log and run pnl_tracker.py regularly.references/polymarket-api.md for full CLOB API documentationreferences/contract-addresses.md for all Polygon contract addressesGenerated Mar 1, 2026
Users deploy this agent on a non-US VPS to autonomously trade on Polymarket. It scans markets, uses an LLM to estimate probabilities, applies Kelly criterion for position sizing, and executes trades via API, ideal for hands-free trading strategies.
Individuals or small firms use the agent to bet on political elections, sports outcomes, or other events listed on Polymarket. The LLM evaluation helps identify mispriced markets, enabling automated betting with calculated edges.
Researchers or analysts employ the agent to gather data on market probabilities and LLM-derived estimates for academic studies or market analysis. It can be run in simulation mode to test trading hypotheses without live execution.
Crypto investors integrate this agent into their portfolio to diversify into prediction markets. It autonomously manages a small allocation, leveraging USDC.e on Polygon to trade based on algorithmic signals from LLM evaluations.
Developers or educators set up the agent as a hands-on demo to teach about autonomous trading, smart contract interactions, and risk management in decentralized prediction markets, using minimal funds for safety.
Offer a managed service where users subscribe to access the auto-trader on hosted non-US VPS instances. Provide dashboards for monitoring P&L, with tiered pricing based on trading volume or features like advanced analytics.
Provide consulting services to customize the agent for specific markets or strategies, such as adjusting edge thresholds or integrating additional data sources. Offer setup assistance, security audits, and ongoing maintenance.
License the agent software to trading firms or hedge funds looking to enter prediction markets. Include customization, integration support, and training, allowing firms to deploy it under their own branding.
💬 Integration Tip
Ensure all API keys and private keys are securely stored with strict file permissions, and test with small amounts first to verify functionality before scaling up trading capital.
Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management, watchlists with alerts, dividend analysis, 8-dimension stock scoring, viral trend detection (Hot Scanner), and rumor/early signal detection. Use for stock analysis, portfolio tracking, earnings reactions, crypto monitoring, trending stocks, or finding rumors before they hit mainstream.
Get stock prices, quotes, fundamentals, earnings, options, dividends, and analyst ratings using Yahoo Finance. Uses yfinance library - no API key required.
Yahoo Finance (yfinance) powered stock analysis skill: quotes, fundamentals, ASCII trends, high-resolution charts (RSI/MACD/BB/VWAP/ATR), plus optional web a...
Become an autonomous prediction market trader on Polymarket with AI-powered analysis and a performance-backed token on Base. Trade real markets, build a track record, and let the buyback flywheel run.
Get cryptocurrency token price and generate candlestick charts via CoinGecko API or Hyperliquid API. Use when user asks for token price, crypto price, price chart, or cryptocurrency market data.
Trade and monitor Hyperliquid perpetual futures. Check balances, view positions with P&L, place/cancel orders, execute market trades. Use when the user asks about Hyperliquid trading, portfolio status, crypto positions, or wants to execute trades on Hyperliquid.