New York Sleepless Exchange · Robinhood Chain · built on Minara API

The exchange that never closes.

The real NYSE rings the bell at 4PM. Robinhood Stock Tokens keep trading all night in thin pools and drift away from the real share price. A GPT-6 Astra agent watches all of them, measures the gap, calls it, and scores itself when it closes.

Pixel floor trader with a star for a facethe last trader on the floor, and he is not human
24Stock Tokens watched
0gaps open right now
7gaps closed since the bell
83%30d hit rate
1h 52mmedian time to close
31%of AMC token locked in meme pools
strongest gap right now
what the agent is doing

The board.

Every Robinhood Stock Token, pool price on Robinhood Chain against the Hyperliquid oracle read through Minara. Green is a pool paying more than the share is worth, red is less. Above the line, the agent calls it.

demo feed until launch

Click a row for the legs, the contract and the stop. Gap = pool / oracle - 1. Line = 1.0% after fees. Held = minutes since the gap first crossed the line. Sparkline = last 2h of pool price against the oracle (dashed).

Why the gap exists, and why it closes.

Robinhood mints and burns Stock Tokens at the real share price, but only inside the tokenization window (Monday 02:00 to Saturday 02:00 CET). Outside it the pool is on its own. Meme pools lock the token up, the pool goes thin, and the price walks away from the oracle. When the window opens, or when someone arbs it, it walks back.

NVDA Stock Tokenpool on Robinhood Chain226.40
gap +1.38%
short the pool
long the perp
NVDA shareoracle via Minara / Hyperliquid223.31
real NYSE closed · oracle frozen at 4PM · pool keeps moving all night · that is where the gap lives
what pulls it back

mint / burn window Robinhood issues or redeems at the real price, the pool re-anchors

arbitrage anyone who sees the gap sells the pool and buys the perp, the gap shrinks

layer one

Gap desk

Pool versus oracle on every Stock Token, every twenty seconds. Above the line the agent publishes a call with the contract and both legs, then waits for the gap to close and writes the result next to it.

the scorecard

layer two

Squeeze meter

Meme pools paired to a stock (MEME/AMC, BONER/HIMS, AI/NVDA) lock the Stock Token up. The agent tracks how much of each token is trapped in meme liquidity, because that is the gap before it opens.

the squeeze page

layer three

Night shift

When the real NYSE is closed the oracle stands still and the pool does not. Night mode runs a longer clock, and the morning receipt says exactly what happened while you slept.

last night's receipt

$NYSE · the token · Robinhood Chain

The desk has a ticker.

The ticker is how the desk pays for its own compute and its own perp leg. Creator fees go back into the agent, dev supply goes to a keyless address, every claim gets posted with the tx.

contract address
NOT LIVE YET · ADDRESS APPEARS HERE AT LAUNCH

Verify the address here, on this site, before you buy anything. There will be copies.

run it yourself

The detector is open. The execution is yours.

Python 3.11, read-only on chain, four RPC methods, no signing, no wallet. Clone it, point it at your own Minara key or the public Hyperliquid feed, and the same board runs on your machine.

$git clone https://github.com/slash1sol1-bot/nyse && cd nyse && pip install -r requirements.txt && python desk.py
try the desk here