Track Record
An append-only, git-timestamped record of every simulated decision QuantArena's agent swarm makes, and a daily automated mark-to-market of the resulting paper portfolio. No cherry-picking, no backfilling — every entry lands in its own git commit.
Decision Log
Loading ledger…
Methodology
This page renders track-record/ledger.jsonl and
track-record/stats.json from the QuantArena track-record repository —
nothing here is edited by hand. The repository is
currently private while this track record is being built out, so today this
page displays a snapshot bundled with each deploy rather than a live feed (see the
source note above the stats). The independent, publicly-verifiable git-history feed
activates automatically — no page changes required — once the repository goes public.
- Append-only ledger. Every decision and every mark-to-market snapshot is appended to a JSONL ledger and never edited or deleted.
- Git commits are the timestamp proof — once the
repo is public. Every entry lands in its own git commit today, so the
commit history already is the tamper-evident record. That history isn't publicly
auditable yet because the repository is private; anyone will be able to run
git log -p track-record/ledger.jsonland independently confirm every timestamp as soon as it's opened up. - Paper trading only. No broker or exchange execution is wired to any part of this system. Quantities and prices represent a simulated position book.
- CI marks daily — it never invents trades. A scheduled GitHub Actions workflow fetches live public prices once a day and appends a mark-to-market entry. It has no code path capable of writing a decision entry.
Not financial advice. Nothing on this page is an offer to manage real assets.