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