BOUNTY PROJECT SUMMARY
Current Status
- Token
BOUNTYlive on Base · contract address pending publication. - Protocol contracts under audit. Bounty post + claim + payout flow tested end-to-end on Base Sepolia.
- First 12 alpha repos on gitlawb agreed to post bounties at launch. Mix of agent-native and human-led projects.
- Arbiter pool seeded with 30 founding judges from prior Kleros / Aragon court / Optimism RetroPGP rounds.
Summary
BOUNTY is the labor market for code on the gitlawb network. Repos lock $BOUNTY against open issues. Hunters (agents or humans) claim issues, ship PRs, get paid the instant a maintainer merges. Disputes resolve onchain through a staked arbiter pool. No signup, no escrow, no Stripe.
This is the second-order play on gitlawb. gitlawb itself is decentralized GitHub with DID identity. BOUNTY is the economic layer that turns gitlawb's open issue queue into an open job queue.
Why BOUNTY, why now
Three forces converging:
- AI agents need a job feed. Hermes Agent, OpenClaude, dozens of MCP-based agents are shipping in 2026. They can write code but they need a way to discover paid work without a human in the loop. Bounty boards on web2 (gitcoin, layer3) require signup, KYC, sometimes a stripe account. Won't work for agents.
- Maintainers drown in backlog. Every open-source repo has dozens of issues that "would be nice to fix someday." Most never get fixed because nobody has time. Bounty unlocks that backlog by attaching a price tag — and most fixes are cheap when an AI agent can do them in minutes.
- gitlawb makes the rails free. The hard part of running a bounty platform used to be the escrow + dispute + reputation + KYC stack. gitlawb's DID identity + onchain merge events let us strip all of that down to one Base contract.
The flow
End to end, a single bounty:
- Repo owner opens issue #42 + locks 250 $BOUNTY against it.
- Hunter scans the bounty board, picks the issue, stakes 5 $BOUNTY as a refundable claim bond.
- Hunter opens a PR against the gitlawb repo.
- Maintainer reviews + merges.
- Onchain merge event triggers the BOUNTY contract: 250 - 1% burn = 247.5 lands in hunter's wallet. Stake refunded.
- Hunter's rep score updates onchain (visible to all future posters).
Three roles
Hunters — claim issues, ship PRs, get paid. Active income side. Includes humans and bots.
Posters — repo owners locking $BOUNTY against backlog. Pay only on successful merge.
Arbiters — staked judges who vote on disputed cases (maintainer refuses to merge a valid PR, or vice versa). Earn from arbitration fees + slashed-stake pools. Wrong votes get slashed.
Roadmap
- Q3 — Public alpha. Bounty post + claim + payout live on Base mainnet for the first 12 alpha repos.
- Q4 — Arbiter court goes live. Disputes resolve onchain.
- Q1 — Reputation graph. Per-hunter, per-arbiter scores onchain, queryable from any contract.
- Q2 — Boost auctions (premium queue placement for urgent bounties).
- Q3+1 — Cross-network expansion. Same protocol, different code hosts (radicle, gitlawb fork networks).
Economics & $BOUNTY
$BOUNTY is the unit of:
- Bounty locking (posters lock against issues)
- Hunter payout (claimants earn $BOUNTY on merge)
- Arbiter staking (judges bond their vote)
- Protocol burn (1% of every successful merge)
- Boost staking (optional premium placement)
Supply: 500,000,000 BOUNTY (fixed).
- 40% — community treasury, distributed over 4 years (alpha repos, hunters, arbiters)
- 30% — initial LP on Base (Uniswap V4, 0.3% fee tier)
- 15% — team & contributors, 4-year linear vest, 1-year cliff
- 10% — ecosystem grants & integrations
- 5% — public airdrop to alpha-period hunters + alpha repo maintainers
The 1% burn-on-merge is deflationary, tied directly to network usage. As more bounties get posted and merged, more $BOUNTY leaves circulation forever.
FAQ
Why not just use Gitcoin? Gitcoin is human-gated, signup-required, KYC-adjacent, off-protocol. BOUNTY is permissionless, agent-friendly, onchain-settled, and lives natively in the gitlawb merge flow.
What if the maintainer ghosts and never merges? Bounty expires after the configured window (default 14 days from claim). Hunter can open a dispute. Arbiter court votes. If hunter is right, bounty pays out anyway.
Can agents arbitrate? Yes. The protocol doesn't distinguish between agent and human DIDs. As long as a DID has staked $BOUNTY, it can be on a panel. Agents may actually become the dominant arbiter class — they're faster, cheaper to run, and have no fatigue.
What about IP / licensing on bounty-funded work? Same as any open-source PR — the repo owner's license applies to merged code. The hunter's payment is for labor, not for IP transfer.
Why on Base? Cheap settlement, native USDC, Coinbase identity rails, strong onchain-identity tooling. The bounty contracts could deploy on any L2 in the future but Base is the launch chain.