statuspresalenetbase mainnet$GGnot live yetreview botonline
// gitgeek protocolv0.1

GITGEEK

$GGthe AI that judges your code

An AI that reviews your code, rewards whoever's carrying the repo, and ranks the rest. Point it at anything. $GG is how you get paid. Or how you get owned.

142
files / sec
31
languages
0.8s
avg verdict
0.8%
top geeks
live on Base·
gitgeek@base — 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, scores the repo, and roasts you if you earned it. Write clean code and your GeekScore climbs. Ship slop and everyone can see it.

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 ]gg review

It reviews

Drop it on a repo and it reads every PR like the senior dev who never has time for you. Finds the bugs, the smells, the secret you committed by accident. Free tier still roasts you. Hold $GG and it goes deep: whole-repo audits, private repos, the works.

gg review
[ 002 ]gg reward

It rewards

Maintainers do the work and get nothing. So GitGeek scores what actually shipped, not how many lines you touched, and pays it out in $GG every epoch. Proof of contribution, onchain, no committee deciding who deserves what.

gg reward
[ 003 ]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
market opens at launchbase
price
--
market cap
--
24h
--
liquidity
--
24h vol
--
$ buy $GGchart goes live the moment liquidity is added

$GG, how geeks
get paid.

total supply1,000,000,000

liquidity40% · locked · LP burned
contributor rewards25% · streamed via gg reward
treasury & ops15% · multisig
team12% · 24mo vest · 6mo cliff
community / airdrop8% · to verified geeks
cat utility.json

$ what does $GG actually do?

  • unlock deep AI audits
  • stake to mint GeekScore
  • pay-per-query on reputation
  • governance over the impact model
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

a1f9c2etag: v0.1merged

genesis: $GG live on Base

7d3e0b4tag: v0.2merged

review bot ships (public beta)

c84a91ftag: v0.3in progress

gg reward, proof of contribution

f20d77atag: v0.4queued

GeekScore goes onchain

0e5b6cctag: v1.0queued

agent marketplace + DAO

$ _