$GSEA now supports
$GITLAWB
Repositories hosted on gitlawb's decentralized git network can now have a GITSEA on-chain treasury, splits table, royalty streams, credit lines, and insurance policies. Same primitives as GitHub-hosted repos. Same balance sheet. No GitHub account required.
gitlawb is a decentralized git platform built on IPFS, libp2p, and DID-based identity. Code lives across a peer network instead of on a central server. Until today, that meant gitlawb maintainers had no path to the economic primitives we ship. Their repos couldn't accept on-chain deposits, couldn't define splits, couldn't borrow against future cash flow, couldn't underwrite insurance.
That changes now. The integration ships entirely from our side. No API call into gitlawb, no coordination required with their team. Our RepoVault contract was designed substrate-agnostic. It stores treasuries indexed by bytes32, not by a hardcoded owner/name format. We just taught our hash function to recognize gitlawb's public URL convention. The contracts didn't need a redeployment. The change is in how we derive repo ids on the frontend.
What you can do today:
Link a gitlawb repo to GITSEA. Visit
gitsea.io/app/connect, pick the gitlawb tab in step 3, paste your gitlawb://repos/owner/name URL, sign one transaction. The repo now has a treasury at a deterministic address on Base. Anyone can deposit
$GSEA into it.
Set a royalty stream between substrates. A gitlawb-hosted parser can stream value to a GitHub-hosted library it depends on, and the dependency's contributors get paid in the same per-second
$GSEA flow. The two substrates compose on a single balance sheet.
Run both MCP servers in your AI agent. @gitsea/mcp and @gitlawb/mcp co-exist in Claude Desktop, Cursor, or Cline. One agent reads code from gitlawb, opens PRs there, and settles royalties through GITSEA in the same conversation. No glue code, no proxy server, no protocol translation. Nineteen tools from us, fifteen from them, the agent picks what it needs.
Open a credit line backed by a gitlawb repo. The collateral kind is unchanged from GitHub-hosted lines. Underwriters using
$GSEA don't care what substrate the collateral repo runs on, because the credit oracle scores wallets, not repos.
The thesis behind GITSEA is that the economic layer for code should be neutral about where the code lives. GitHub is where most of it lives today, but it's not the only place, and the substrate-agnostic design of our contracts means it doesn't have to be. gitlawb is the first non-GitHub substrate we explicitly support. There can be more.
The cross-protocol DID bridge that would let a wallet's gitlawb merge history contribute to its GITSEA credit score is the natural next thing to build. Reach out on GitHub if you want to help design it.
test now at
gitsea.io/app