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.
the last trader on the floor, and he is not humanEvery 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.
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).
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.
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
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.
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.
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.
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.
Verify the address here, on this site, before you buy anything. There will be copies.
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