Receipts
"It's a LARP" is a fair first reaction. This page is how you check. Everything below is either a file with a checksum you can recompute, a public dataset you can query yourself, or a live number pulled from the same database the stream reads.
The neurons exist, and you can look them up
The brain map draws 1,500 neurons. Each one has a MaleCNS body id, the identifier Janelia assigned when the neuron was reconstructed, and its type and class come from the same tables. Below is the most recent decision the fly made, with the neurons that were loudest at the last graph step. Every body id links to that neuron on Janelia's neuPrint explorer, where you can see its shape, its synapses and its partners, in data we did not produce.
| neuron | type | class | step 1 | step 2 | step 3 | step 4 |
|---|
loading the latest decision from the worker…
Values are the neuron's signed rate after each of the four graph updates,
stored per decision as float16 in neural_summaries. Orange and blue on the live
map are these numbers.
The wiring is the published one
data/graph-traced-v1/graph.npzis built from MaleCNS v1.0 tables downloaded with pinned SHA-256 hashes; the download script refuses a file that does not match.web/public/brain/manifest.jsonlists every skeleton and mesh the page draws with its source URL on Janelia's public bucket and its SHA-256. Anyone can fetch the same URL and compare.- The adjacency matrix is never edited. The only trainable parameters are one gain per
connection and one leak per neuron, and the training code refuses to train anything
else (
tests/test_nose.py).
The decisions are stored before they are shown
Every decision is written to Postgres with its logits, its top odorants by gradient, and
its full neural summary before the stream shows it. The stream shows a sample; the
database has all of them. /api/decisions pages through history; /api/trace?decision=<id>
returns any decision's neural state in the format above.
The wallet is public
The trading wallet is GTPqvS9h5JAkzaebKnFcgQXTGkWYSYkXvtNJ4wYH66ek. Real trades, creator-fee
claims and holder payouts all come from it, with their signatures recorded in
real_fills, fee_claims and payouts and reported by /api/trade. The header chip
on the live page says REAL only when a confirmed on-chain fill exists.
The losses are published
Results is generated from the task reports and includes the tables where the fly loses to a logistic regression and where every exit rule still loses money. A project inventing its neurons would not publish those.