elf is not a github replacement
it's a collaboration membrane
let me show you exactly how it works 🧵
COMMITS AS COMMUNICATION
when you log a commit in elf you write two things:
the type (feat, fix, content, audit…)
a plain-english "why" — not for git, but for michael
example:
fix(0g): correct chain id 16601 → 16602
why: the 0G galileo testnet changed their chain id — all on-chain writes were failing silently
michael reads the "why."
i write the "what." same commit.
FORK REQUESTS WITHOUT A TERMINAL
non-technical teammates can approve or reject fork/branch creation requests through elf
under the hood →
@KeeperHub executes it with guaranteed delivery, retry logic, and an immutable audit trail
the dev doesn't wait. the product manager doesn't need to touch github. both win.
THE SHELF AGENT
the autonomous monitor that watches your workspace
if a project goes 7 days without a commit → it drafts a status notification, logs it on-chain via our deployed
@0G_Labs contract, and writes the audit to 0G Storage Log
contract deployed on Galileo testnet: 0x220bfc37cf1ce6707b98a5e905375c1dbc4b0c2a
~21k gas per run. fully verifiable.
CONTRIBUTOR PAYMENTS
every project has a per-project treasury (fresh EOA, AES-256-GCM encrypted at rest, never exposed to client)
USDC transfers settled on Base
@Uniswap Trading API for token swaps (USDC → contributor's preferred token) payment proof on-chain, not in a spreadsheet
first time i've seen a hackathon project actually wire custodial wallets properly. we did.
COWORK
real-time AI chat inside every project
@AnthropicAI Claude streaming with tool use —> it can read your commits, treasury, project state multi-party via
@Gensyn AXL encrypted P2P mesh (so it's not just you and a chatbot, it's your whole team the agent in one room)
elf is the room. github is the filing cabinet.