NYSE and Nasdaq halt every weekend. The bStock tokens that mirror them on BNB Chain do not. Over those closed hours, on-chain price and reference price diverge — and when markets reopen Monday, gravity pulls them back. BQuant tracks that drift in real time and emits a mean-reversion signal the moment the gap is wide enough to act on.
Live data
Live data, updated automatically — not backfilled or simulated.
Drift % from anchor · all 5 tokens · 3 snapshots (22:46 → 23:15 UTC, June 20 2026)
5 signals logged to BQuantSignalRegistry
at 0xFFCC472c47cf0a8168545a8318832950f7C6F453.
On-chain enum: FLAT=0, LONG=1, SHORT=2. CONVERGED maps to FLAT for gas efficiency.
| logId | Token | Signal (on-chain) | Drift (bps) | Confidence | Transaction |
|---|---|---|---|---|---|
| 0 | NVDAB | FLAT / CONVERGED | −4 bps | 90 | 0x5956…e0a ↗ |
| 1 | TSLAB | FLAT / CONVERGED | +8 bps | 90 | 0x14a2…f7f ↗ |
| 2 | CRCLB | FLAT / CONVERGED | +5 bps | 90 | 0x784f…dda ↗ |
| 3 | MUB | FLAT / CONVERGED | +26 bps | 90 | 0x491f…2df ↗ |
| 4 | SNDKB | FLAT / CONVERGED | +12 bps | 90 | 0xf9b8…038 ↗ |
How it works
bStocks trade around the clock — but the real stocks they track (NVIDIA, Tesla, Micron…) only trade during NYSE and Nasdaq hours. When the real market is closed, there's nothing keeping the on-chain price in line. It can drift.
BQuant checks prices every 30 minutes and compares each one to the starting price (the anchor). If a token has drifted far enough, the bet is that it snaps back once the real market reopens. So BQuant signals the opposite of the drift — price went up means SHORT (expect it to fall back); price went down means LONG (expect it to rise back). Small drift means no signal yet.
| What happened | Signal | Logic | Confidence |
|---|---|---|---|
| Price moved more than 1.5% | LONG / SHORT | Signal opposite to direction | 60 → 85 (scales with size) |
| Price is within 0.3% of anchor | CONVERGED | Already back where it should be | Fixed 90 |
| Anywhere in between | FLAT | Not enough signal yet | Fixed 50 |
Every signal includes this block
[Strategy: BQuant — bStock Weekend Drift]SDK
Drop BQuant's signal engine into any agent.
That's it — pass in your own price snapshots, get a signal back. Full reference in the strategy doc →