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, published here as part of the QuantArena site —
nothing on this page is edited by hand. Each entry is produced by the trading loop and
committed to the site's repository, so the snapshot you see is refreshed on every
deploy. A public, independently-auditable git-history
feed — where anyone can replay every timestamped commit — is being opened up as
the track record matures; until then, the same append-only ledger is served directly
from this domain.
- 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.