Hypergit

Git rebuilt atop the Hyperliquid L1

  • 33 Raised
  • 1,542 Views
  • 2 Judges

Categories

  • 01. 🛠️ Public Goods

Description

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.b160payload 0–19 bytes (idx_hi in top 32 b)
cloid128payload 20–35 bytes
limitPx60payload 36–43 (biased)
sz52payload 44–50 (biased)
triggerPx60payload 51–58 (biased)
takeProfit40payload 59–63 (biased)
stopLoss40payload 64–68 (biased)
coin8low byte of chunk index
side1constant 0 (A)
tif200 (Alo)
padding50 — implementation MUST verify

Bias function: value = 2^(n−1) + bits keeps sign-bit 0.

(Much) more project info coming soon