SINTEZ.

PREDICTION MARKETS · AUTOMATED INTELLIGENCE

BOTS THAT
READ THE
CROWD

EDGE deploys autonomous bots on prediction markets — reading the crowd, finding mispriced probabilities, and executing strategies at machine speed.

LIVE · 3 BOTS RUNNING
02

Live terminal

edge-bot / RAIN-PARIS-FRI · ORDER BOOK
PRICEQTYDEPTH
0.645031232%
0.642058058%
0.640024124%
0.638098098%
SPREAD0.00300.47%
0.63501240100%
0.632087070%
0.630043043%
0.628022022%
© EDGE TERMINAL · SIMULATED DATA
STRATEGY P&L · 7D+18.4%
94.2%
WIN RATE
1.84
SHARPE
2.1ms
AVG LAT
03

Strategies

01
Market-making
Capture the spread, hedge the tails
# post quotes on both sides
def quote(market, spread=0.02):
  bid = mid - spread / 2
  ask = mid + spread / 2
  return place_orders(bid, ask)
02
News momentum
LLM reads the feed, bot trades the drift
# headline → sentiment → position
async def on_headline(text: str):
  s = await llm_score(text)
  if s > 0.7:
    buy(size=50)
03
Arb scanner
Price gaps close fast — catch them faster
# scan for correlated dislocations
for pair in correlated(universe):
  delta = pair["A"] - pair["B"]
  if abs(delta) > THRESH:
    arb(pair)
04

How it's built

Each EDGE bot is a compact autonomous process — a websocket listener, a strategy module, and a risk gate wired together with an async event loop. The LLM parser runs offline, updating probability signals every few seconds without adding latency to the execution path.

Python 3.12asyncio + websocketsLLM news parserRedis pub/subPostgreSQLGrafana dashboardsDocker / K8s
DISCLAIMER

Fictional product. EDGE is a design and engineering showcase built by SINTEZ as portfolio work. Nothing here constitutes financial advice, investment recommendations, or an offer to sell any financial instrument. Prediction markets carry risk of total loss of capital. Past simulated performance does not predict future results.

BUILD YOURS.

We design and build prediction-market bots, arbitrage tools, and data-driven trading interfaces — as real products or portfolio concepts.

FICTIONAL BRAND · CONCEPT DESIGNED & BUILT BY SINTEZ

ПозвонитьTelegram