liveethereum$GGdeployed · indexinglplocked 365d on UNCXreview botonline
GitGeek logo
// gitgeek protocollive

GITGEEK

$GGthe AI that judges your code

reads every PR like a senior dev who's seen too much. pays whoever's carrying the repo. ranks everyone else. point it at any repo. $GG is the payout. or the loss.

142
files / sec
31
languages
0.8s
avg verdict
0.8%
top geeks
live on Ethereum·
gitgeek@eth — launch — 80×24REC
scroll to continue
[ 00 ]what is gitgeek

Your code,
on trial.

GitGeek sits on your repos and reads every pull request like a senior dev who's seen too much. Reentrancy, race conditions, the API key you forgot was in that commit. It finds it.

Then it tells you why it's wrong, writes a Foundry PoC that exploits the bug if it's critical, and roasts you if you earned it. Every review fires a verifiable receipt onchain. Your GeekScore compounds across repos.

142
files / sec
31
languages
0.8s
avg verdict
PR #1337 · fix: withdraw flowgitgeek reviewing
scanning · withdraw.sol0%
function withdraw(uint256 amount) external {
- require(balances[msg.sender] >= amount);
- (bool ok,) = msg.sender.call{value: amount}("");
- balances[msg.sender] -= amount;
+ balances[msg.sender] -= amount; // effects first
+ (bool ok,) = msg.sender.call{value: amount}("");
require(ok, "transfer failed");
}
⚠ gitgeek· critical

line 3, reentrancy. you call out before you update the balance, so anyone can drain this in a loop. decrement after .call? bro. moved it back for you. checks, effects, interactions.

[ 01 ]the protocol

Three commands.
One geek economy.

[ 001 ]live
gg review

It reviews

Drops on any repo as a GitHub App. Auto-reviews every PR with the right specialist lens (audit + PoC exploits, gas, tests, simplify). /gg <lens> in a PR comment refocuses it on demand. @gitgeekhq <question> answers anything about your code. Every review fires a verifiable receipt on Base.

gg review
[ 002 ]soon
gg reward

It rewards

Maintainers do the work and get nothing. So GitGeek scores what actually shipped (diff complexity, blast radius, tests, severity caught) and pays it out in $GG every epoch. Proof of contribution, settled onchain. The review log shipped today is the receipt layer it builds on.

gg reward
[ 003 ]soon
gg rep

It ranks

Your whole commit history crunched into one number. Stake $GG to mint your GeekScore onchain. You can't buy a higher one, which is the entire point. Recruiters and DAOs pay to check a score they can trust instead of reading your resume.

gg rep
[ 02 ]the token
connecting…ethereum
price
--
market cap
--
24h
--
liquidity
--
24h vol
--

$GG, how geeks
get paid.

total supply1,000,000,000

liquidity100% · seed pool · fair launch
cat utility.json

$ what does $GG actually do?

  • hold to unlock the deep audits
  • stake to mint your GeekScore
  • burn-rate the pay-per-query lookups
  • vote on how the score actually works

fair_launch:

  • no team allocation
  • no treasury pre-mint
  • no airdrop / no insiders
  • 100% of supply seeds the LP
  • LP locked 365d on UNCX (lock #77)
  • max wallet removed, vanilla ERC-20
  • contracts verified on Etherscan
note: 1/1 tax. 1% on buys, 1% on sells, funds development. it lives in a Uniswap V4 hook, not the token, so wallet-to-wallet transfers stay clean.
[ 03 ]the roadmap

git log --roadmap

7d3e0b4merged

review bot live · /gg lenses · @gitgeekhq Q&A · onchain log

a1f9c2emerged

$GG live on Ethereum · 1/1 V4 hook · LP locked 365d on UNCX · contracts verified

c84a91fin progress

gg reward — per-repo $GG escrow, proof-of-contribution payouts

f20d77aqueued

GeekScore mint — soulbound reputation NFT

0e5b6ccqueued

agent marketplace + DAO

$ _