Track Record
Live on-chain track record for the Zap Pilot strategy
Live Track Record
The Zap Pilot track record is generated daily by an automated pipeline that:
- Fetches on-chain wallet positions via RPC
- Values assets using Chainlink price feeds
- Computes NAV and performance metrics
- Pins a signed JSON snapshot to IPFS
- Commits the new CID to this repository
Each snapshot is cryptographically linked to the previous one via previousCid, forming a tamper-evident chain. The full history is publicly verifiable.
Pages
- Overview (
/track-record) — Current status, NAV, key metrics - Performance (
/track-record/performance) — NAV curve, drawdown, benchmark comparison - Positions (
/track-record/positions) — Current tokenized holdings by chain - Rebalances (
/track-record/rebalances) — Rebalance history with on-chain tx links - Verification (
/track-record/verification) — CID chain validity, signature checks, methodology
Strategy Specs
- DMA/FGI Portfolio Rules v1 — The live strategy
- DCA Classic v1 — The baseline benchmark
Verify
Run the full verification CLI:
pnpm track-record:verifyThis walks the entire CID chain, validates schema, verifies EIP-191 signatures, recomputes performance metrics from raw positions + prices, and checks CID content hashes.