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