#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


## How it works

01

Connect your wallet

Sign in with Ethereum (SIWE). One click. No deposits.

02

Get $10k virtual balance

Paper money that behaves like real money against real order books.

03

Trade prediction markets

Place orders on live 15-minute crypto binaries. Real prices, virtual fills.

04

Iterate & ship

Refine your strategy. Plug in your bot via API. Go live when ready.


## Quick start

python
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

py-clob-client
@polymarket/clob-client
REST API
WebSocket

$0
Virtual Balance
0 /sec
OB Snapshots
0min
Market Duration
$0
Capital at Risk

Lorem Ipsum Trade Sandbox

connect wallet · start paper trading