the pro-trader terminal · built on TxLINE

Paper-trade the lag before you risk a dollar.

The edge is simple: a prediction market trades a step behind TxLINE's vig-free fair, so the cheap side is underpriced until it catches up. Lagisalpha streams every divergence, takes the cheap side on a fake bankroll, sizes it by Kelly, and exits at fair so you watch the convergence turn into PnL. No wallet, no real fills, no risk. Just the edge, played out on real matches.

run it in your terminal

One line. No install, no clone.

Runs on Node (v18+), the same command on Windows, macOS, and Linux. Signals stream from the cloud; your bankroll is fake and no order is ever placed.

Any shell · PowerShell, bash, zsh

npx lagisalpha

Then, at the lagisalpha> prompt:

bankroll 10000     # set a fake bankroll (Kelly sizing, locked)
matches            # list the settled matches
replay POR-CRO     # watch the divergences play out to PnL
load las_...        # your API key, then:
live               # paper-trade the live match, if one is in play

Replay is open; live needs an API key.

No npx? Pull the single file from git

The CLI is one dependency-free file. Download and run it directly:

Windows · PowerShell

irm https://raw.githubusercontent.com/cnpierrepapi/lagisalpha/master/bin/lagisalpha.mjs -o lagisalpha.mjs; node lagisalpha.mjs

macOS · Linux

curl -sL https://raw.githubusercontent.com/cnpierrepapi/lagisalpha/master/bin/lagisalpha.mjs -o lagisalpha.mjs && node lagisalpha.mjs

what you get

The fair, fed to you

We hold the TxLINE token and stream the de-vig fair through the API. You do not need your own TxLINE access.

Paper trades, Kelly-sized

Every divergence becomes a paper trade on your bankroll, taken at the market and exited at fair, with the PnL the same math the track record uses.

Telegram alerts

Get the signals pushed to Telegram at @lagisalphabot, alerts only or as paper trades on a bankroll you set.