Inspired by Hacker Plans Holy Marriage of GitHub and Bitcoin
The House of Finance must have its own native, fully self-contained FOSS ecosystem and deployment platform for high-risk applications such as alternative front ends. Hypergit addresses this need by rebuilding Git as an embedded application whose data layer is the L1 itself.
Hypergit (hgit) stores a complete Git repository on the Hyperliquid L1 via perpetual futures orders. Git object bytes are packed into non-executable add-liquidity-only (ALO) orders; object integrity is enforced by Git’s SHA-256 addressing. No modification to the L1 is required.
Order Encoding Schema (draft)
Order field Bits Purpose
| builder.b | 160 | payload 0–19 bytes (idx_hi in top 32 b) |
| cloid | 128 | payload 20–35 bytes |
| limitPx | 60 | payload 36–43 (biased) |
| sz | 52 | payload 44–50 (biased) |
| triggerPx | 60 | payload 51–58 (biased) |
| takeProfit | 40 | payload 59–63 (biased) |
| stopLoss | 40 | payload 64–68 (biased) |
| coin | 8 | low byte of chunk index |
| side | 1 | constant 0 (A) |
| tif | 2 | 00 (Alo) |
| padding | 5 | 0 — implementation MUST verify |
Bias function: value = 2^(n−1) + bits keeps sign-bit 0.
(Much) more project info coming soon