← Project home

Quantt — verifiable paper track record

Paper trading on live Robinhood Chain data · 2026-09-25 – 2026-09-27 · every result after costs, losing strategies included.

2strategies
284closed paper trades
1with bootstrap lower bound above break-even
446batches committed on chain
What you are looking at. A trading engine runs around the clock on live Robinhood Chain data and trades on paper. Every entry and exit it makes is hashed and committed to the TrackRecord contract within about a minute, so each recorded entry is on chain before its 120-second exit: once recorded, a losing trade cannot be dropped, and no trade can be added or edited later. Strategy #0 is the only configuration that passed our pre-registered selection protocol; #1 is the same rule without its filter, as a control. The result may well be negative — it is published either way. Paper results are not real-money results and not investment advice.

Strategies

Multiple = money out ÷ money in per trade, after pool fees, price impact and gas; 1.00 is break-even. Low bound = 5th percentile of the bootstrapped mean. Excl. best = mean without the single best trade, to show whether the result rests on one lucky token. Max DD = largest drop of cumulative P&L. Click a row to chart it.

StrategyChain idTradesMeanLow boundMedianExcl. bestWin rateP&L, ETHMax DD

Every trade, checked against the blockchain

How it works: each entry the engine records is sealed on Robinhood Chain about a minute after it happens — before its 120-second exit — and the exit is sealed the same way. A sealed record cannot be changed or deleted, including by us. Your browser checks each trade below against the chain: times, amounts and net result must equal the committed decisions. What this does not prove (signals the engine never recorded, whether a simulated fill was achievable) is listed in docs/THREAT-MODEL.md.

Checking trades against Robinhood Chain…
Newest trades first.
Opened (UTC)StrategyTokenResultEntry sealedResult matches chain

Cumulative P&L

On-chain record

Method

Signals: the k-th distinct buyer among a private list of tracked wallets on Robinhood Chain (chain 4663). Fills are simulated from real pool and bonding-curve depth with pool fees, transfer taxes, entry drift and stop slippage. Gas is as recorded by the engine at the time. Paper results are not real-money results and are not investment advice. Selection protocol and caveats: see the repository (docs/RESULTS.md).