Polymarket Autonomous AI Trading Bot

 

auto mode
Daily P&L+1.8%
Trades12
Drawdown0.3%
Sensitivity65%
Sensitivity
28Total Repositories
6Operational Layers
3Active Pipelines

Data Ingestion

5 repositories

Multi-source data pipeline scraping Polymarket, Binance, news feeds, and on-chain events in real time.

polymarket-scraper

Real-time Polymarket odds scraper via WebSocket + REST fallback

binance-price-feed

Live Binance spot prices with depth book snapshots

news-sentiment-crawler

News article fetcher with NLP preprocessing

onchain-data-pipeline

Blockchain event listener for Polygon transactions

multi-source-aggregator

Data consolidation and timestamp alignment

Strategy / Claude AI Analyst

6 repositories

Claude-powered sentiment analysis, pattern recognition, and cross-market confluence scoring.

claude-prompt-engine

Dynamic AI prompt builder with market context injection

sentiment-analyzer

Market sentiment analysis from news and social feeds

pattern-recognition

Chart pattern detector using technical indicators

confluence-scorer

Cross-market signal correlation and scoring engine

strategy-optimizer

Backtest framework and hyperparameter optimization

decision-orchestrator

Final trade decision logic with multi-model voting

Execution Engine / Kreo Bot

5 repositories

Low-latency order management and execution across Polymarket and Binance with slippage control.

order-manager

Order lifecycle management (create, amend, cancel, fill)

polymarket-executor

Polymarket CLOB trade execution via招牌 API

binance-executor

CEX trade execution with WS keepalive

slippage-controller

Dynamic slippage tolerance based on liquidity

position-tracker

Open position monitoring with P&L calculation

Risk Guardrails (FJ Guardrail)

4 repositories

Capital preservation engine capping daily drawdowns at 2% with automated circuit breakers.

fj-guardrail-engine

Core capital preservation engine with hard 2% daily limit

drawdown-monitor

Real-time daily P&L tracking across all positions

exposure-limiter

Position size enforcement per market and total

circuit-breaker

Emergency stop logic with auto-recovery timer

On-Chain Monitoring

4 repositories

Transaction finality confirmation, gas optimization, and chain reorg detection.

tx-confirmation-watcher

Transaction finality checker with confirmation tracking

gas-optimizer

Gas price prediction and timing optimization

wallet-balance-tracker

Multi-wallet balance monitoring with alerts

chain-reorg-handler

Reorg detection and position reconciliation

UI Control Panel

4 repositories

Centralized dashboard backend, real-time WebSocket feeds, config management, and logging.

dashboard-api

Backend API server serving dashboard endpoints

realtime-updater

WebSocket feed handler pushing live updates

config-manager

Bot configuration management with hot-reload

log-aggregator

Centralized logging with structured JSON output