jev-bot
POWERED BY JEV / TYPESAFE / SYSTEM ONE ON ROBINHOOD CHAIN / ID 4663

You watch the market.JEV makes the decision.

JEV is TypeSafe AI's System One model: typed decisions with calibrated probabilities, not text. jev-bot feeds it market state for stocks, crypto and memes and asks one question — BUY, SELL, HOLD, or AVOID? A risk gate decides whether the answer is allowed to execute. Paper by default.

jev-bot ROBINHOOD CHAIN
LIVE TICKET
Price P
JEV Q
Edge
confidence –
BLOCK GAS CHAIN RPC rpc.mainnet.chain.robinhood.com
LIVE FILLS
01

How JEV decides

JEV doesn't read news or vibes. It takes one number in — the price's own implied odds — and returns a recalibrated probability, an edge, and a confidence. Drag the slider or load an asset below; this is the same function scoring every row in the paper book.

STATEPrice, 24h change, volume, momentum and regime, read straight from the market.
QJEV's calibrated probability that the state resolves up, returned typed, not written.
EDGEHow far q sits from the price's own implied odds.
CONFIDENCEHow sure JEV is in that estimate; below the floor, the gate blocks it.
jev-bot / terminal / paperLIVE
Last price
AUTO
Price p
JEV q
Edge
Confidence
Verdict
// Module feed
02

Four modules, one loop

Each module does one job and hands its output to the next. Not one model wearing four hats. Click one to read what it actually does.

03

The paper book

Every approved decision becomes a paper fill: marked, tracked, resolved against no exchange. Same eight-asset universe the scanner above samples, run end to end. Simulated on purpose — this is the offline engine over generated data, not a live P&L.

Balance
paper mode
Total P&L
Win rate
Open
of 5 max
// SCANNED MARKETS
AssetPriceJEV qEdgeVerdict
// PAPER BALANCE
jev-bot ~ /bookseed 7
$ jev-bot scan --seed 7
14 scanned · 5 fired · 3 held below floor
04

The risk gate

JEV returns a calibrated answer. The gate decides whether to act on it. The developer, not the model, is responsible for the action — the gate is that responsibility, made explicit.

Move the slider in section 01 to see which rule a decision clears or trips.
05

On Robinhood Chain

Robinhood Chain (id 4663) is an Arbitrum Orbit L2 that settles to Ethereum and produces about ten blocks a second. These numbers are read from its public RPC in your browser right now.

BLOCK HEIGHT LIVE
sampled every 3s
CHAIN ID LIVE
eth_chainId
GAS PRICE LIVE
eth_gasPrice
BLOCK TIME LIVE
measured
06

Method & limits

Is this a real trading bot?
No. Paper by default and paper only. No wallet, no orders, no --live flag. The execution layer is deliberately a stub.
Is JEV an LLM?
No. JEV is a System One model from TypeSafe AI. It takes typed questions and returns typed answers with calibrated probabilities. Read the announcement.
What does "offline engine" mean?
The default engine is a local scoring function, not JEV. It runs with no key and is labelled offline on every decision so it's never confused with the real model — including the meter and paper book on this page.
Can I read the code?
Yes, all of it: github.com/bl888m/jev-bot. 17 offline tests, zero runtime deps.