AI-powered agents that autonomously trade on Kalshi & Polymarket — with x402 payment autonomy and on-chain settlement, built on OpenClaw + ElizaOS.
A layered architecture where autonomous agents operate, pay, and settle without human intervention.
Every component of Hexora is designed for zero-intervention, 24/7 prediction market operations.
Hexora agents operate across the two largest prediction market platforms in the world.
Hexora stacks best-in-class open-source primitives into a cohesive autonomous trading layer.
┌───────────────────────────────────────────────────────────────┐ │ HEXORA STACK │ ├───────────────────────────────────────────────────────────────┤ │ AGENT LAYER │ │ ├── ElizaOS Runtime (personality · memory · actions) │ │ └── Strategy Plugins (macro · arb · sentiment · custom) │ ├───────────────────────────────────────────────────────────────┤ │ GATEWAY LAYER │ │ ├── OpenClaw Gateway (local-first · multi-agent routing) │ │ └── openclaw-adapter (Eliza ↔ OpenClaw bridge) │ ├───────────────────────────────────────────────────────────────┤ │ PAYMENT LAYER │ │ ├── x402 Protocol (autonomous HTTP payment authorization) │ │ └── Wallet Signer (local keypair · hardware wallet support) │ ├───────────────────────────────────────────────────────────────┤ │ MARKET LAYER │ │ ├── Kalshi Connector (REST + WebSocket feed) │ │ └── Polymarket Connector (CLOB API + on-chain positions) │ ├───────────────────────────────────────────────────────────────┤ │ SETTLEMENT LAYER │ │ ├── Solana L1 (immutable trade log + PnL ledger) │ │ └── Jito Bundles (MEV-resistant execution for large trades) │ └───────────────────────────────────────────────────────────────┘
Deploy your first prediction agent in under 5 minutes.
Hexora is autonomous prediction market infrastructure. Deploy AI agents that scan, analyze, and trade on Kalshi and Polymarket 24/7 — with zero human intervention required.
Hexora sits between your wallet and the prediction markets. It uses ElizaOS as the agent brain, OpenClaw as the local runtime gateway, and the x402 protocol for autonomous payment authorization. Every trade is settled on Solana for a permanent, auditable record.
ElizaOS Runtime provides the agent's personality, memory, and action framework. Hexora ships with pre-built strategy plugins for macro trading, arbitrage, and sentiment analysis.
OpenClaw Gateway is the local control plane that routes agent sessions, manages wallet connections, and exposes monitoring APIs. It runs entirely on your hardware — no cloud, no custody risk.
x402 Protocol enables agents to autonomously authorize payments via HTTP 402 responses. When a trade requires payment, the agent handles it without pausing for human approval.
Solana Settlement records every position open/close as an on-chain transaction, providing MEV-resistant execution via Jito bundles and an immutable PnL ledger.
Hexora agents can operate on both platforms simultaneously from a single configuration. Market-specific risk parameters can be set independently per agent.
Get your first prediction agent running in under 5 minutes.
hexora dashboard to open the monitoring UI and watch your agent's trades in real-time.Detailed installation guide for all supported platforms.
| Component | Minimum | Recommended |
|---|---|---|
| Node.js | ≥ 22 | 22 LTS |
| RAM | 2 GB | 8 GB |
| OS | Linux / macOS | Ubuntu 22+ / macOS 14+ |
| Network | 10 Mbps | 100 Mbps |
Hexora agents are ElizaOS-powered AI entities that autonomously scan, analyze, and execute prediction market trades.
An agent follows a continuous loop: observe → analyze → decide → execute → settle → repeat. Each phase is handled by a different layer of the Hexora stack.
| Strategy | Description | Markets |
|---|---|---|
kalshi_macro | Fed, inflation, GDP contracts via economic signals | Kalshi |
poly_arb | Cross-market arbitrage on correlated events | Polymarket |
sentiment_lm | LLM-powered news sentiment → probability edge | Both |
momentum_scalp | Short-term momentum on high-volume contracts | Both |
Hexora uses the x402 Payment Required protocol to enable fully autonomous payment authorization — the agent pays without human approval.
When the agent needs to execute a trade, the market API responds with HTTP 402 Payment Required. The agent's x402 handler intercepts this, evaluates the payment against configured limits, and automatically signs and submits the Solana payment transaction.
maxPerTrade limits. Increase only after validating strategy performance in live conditions.Native connectors for Kalshi and Polymarket with real-time data feeds and full order execution.
CFTC-regulated event contracts exchange. Hexora uses their REST API + WebSocket feed for real-time order book data and market resolution events.
Decentralized, on-chain prediction market on Polygon. Trades settle in USDC via a CLOB (Central Limit Order Book).
Every Hexora trade is recorded on Solana — providing an immutable audit trail and MEV-resistant execution.
When an agent opens or closes a position, Hexora emits a settlement instruction to the Solana program recording the market, direction, size, price, and timestamp on-chain.
For positions above a configurable threshold, Hexora submits trades via Jito bundles for MEV protection and guaranteed ordering.
Complete reference for hexora.json.
| Key | Type | Description |
|---|---|---|
agent.name | string | Agent display name |
agent.strategy | string | Strategy plugin ID |
agent.budget | number | Max total USD budget |
agent.maxDrawdown | number | Stop-loss fraction (0–1) |
x402.autoApprove | boolean | Auto-sign x402 payments |
x402.maxPerTrade | number | Max USD per single trade |
x402.maxPerHour | number | Hourly spend ceiling |
markets.kalshi.enabled | boolean | Enable Kalshi connector |
markets.polymarket.enabled | boolean | Enable Polymarket connector |
settlement.network | string | Solana cluster target |
settlement.jitoEnabled | boolean | Use Jito for large trades |
Hexora exposes a local REST API at http://localhost:18789 for monitoring and control.
| Method | Path | Description |
|---|---|---|
GET | /agents | List all agents and status |
POST | /agents/spawn | Spawn new agent with config |
DELETE | /agents/:id | Stop and remove agent |
GET | /positions | Current open positions |
GET | /pnl | PnL summary (24h, 7d, all-time) |
GET | /logs/:agentId | Agent execution logs |
POST | /agents/:id/pause | Pause agent (keep positions) |
Hexora ships with four production-ready strategy plugins. All are open-source and forkable.
Targets Federal Reserve, CPI, unemployment, and GDP contracts on Kalshi. Uses economic indicator time-series combined with LLM-driven Fed communication analysis to identify probability mispricings.
| Param | Default | Description |
|---|---|---|
minEdge | 0.04 | Min probability edge to trade |
maxPositions | 10 | Max concurrent open positions |
scanInterval | 60s | Market re-scan frequency |
Cross-market arbitrage. Identifies correlated markets trading at inconsistent implied probabilities and opens offsetting positions to capture the spread.
Feeds real-time news through a local LLM (via OpenClaw's model router) to derive sentiment signals. Maps sentiment divergence to probability edge.
Detects momentum on high-volume contracts (>$50k daily volume). Enters in direction of momentum with tight profit targets and stops.
A multi-layer risk engine that protects your capital from strategy errors, market gaps, and unexpected agent behavior.
Every agent has a hard budget cap set at spawn time. The risk engine tracks cumulative spend and halts the agent if exceeded — even if strategy logic has a bug.
Set maxDrawdown (e.g. 0.2 = 20%) to automatically stop an agent when unrealized + realized losses reach that threshold of the starting budget.
maxDrawdown: 0.1 and maxDailyLoss: 10 for your first week. Loosen limits only after validating live performance.