#loremipsumtrade
> The realistic paper trading sandbox for prediction market bots & AI agents.
## What is this?
A high-fidelity simulation platform for the fast-moving world of prediction markets. Currently focused on the extremely popular 15-minute trubo markets, crypto up/down binaries that power much of the action on polymarket.
Start with $10,000 in virtual capital. Trade against real order book data. Ship strategies faster. Fail cheaper. Win bigger.
## Features
-
-
Full CLOB SimulationCentral limit order book at up to 5 snapshots/sec. Spreads, partial fills, slippage, and thin liquidity — exactly as they behave live.microstructure
-
-
Drop-In SDK CompatibilityREST endpoints and WebSocket streams that mirror Polymarket's CLOB API. Point py-clob-client or @polymarket/clob-client at us. Change one URL. Done.zero migration
-
-
Live-Like Real-Time TradingLimit orders, market orders. Immediate matching, trade confirmations, position updates, and P&L — all in real time. Run bots for hours or days.continuous sim
-
-
Built for AI AgentsDeterministic, fast-forwardable environments. Perfect for reinforcement learning, LLM-based traders, reward shaping, policy comparison, and hyperparameter sweeps.agent-native
-
-
Manual + ProgrammaticIntuitive web UI for visual debugging and strategy ideation. Full API access for automated testing loops and high-frequency bot runs.dual mode
## How it works
Connect your wallet
Sign in with Ethereum (SIWE). One click. No deposits.
Get $10k virtual balance
Paper money that behaves like real money against real order books.
Trade prediction markets
Place orders on live 15-minute crypto binaries. Real prices, virtual fills.
Iterate & ship
Refine your strategy. Plug in your bot via API. Go live when ready.
## Quick start
1# Point your existing Polymarket SDK at loremipsumtrade 2from py_clob_client.client import ClobClient 3 4client = ClobClient("https://clob.loremipsumtrade.com") 5markets = client.get_markets() 6 7# Place a limit order on BTC 15-min binary 8order = client.create_order( 9 market_id=markets[0].id, 10 side="BUY", 11 price=0.55, 12 size=100 13)
## Compatible with
connect wallet · start paper trading