Gibwork: Solana bounty marketplace for tasks and OSS
Technical guide to Gibwork (gib.work) — on-chain work marketplace on Solana. Post/complete bounties in SPL/USDC, open-source GitHub flow (gib- branches), API (api2.gib.work), $WORK token, referrals. App: app.gib.work/?ref=metasal.
devrels.xyz/a/239short linkGibwork (gib.work) is a Solana-native work marketplace: post bounties paid in SPL tokens (commonly USDC), or pick up tasks across development, design, social, and open source. It started at the Solana Hyperdrive hackathon (2023).
App: app.gib.work/?ref=metasal. Docs: docs.gib.work. X: @gib_work. GitHub: github.com/gibwork.
What you can post or claim
| Type | Use |
|---|---|
| Open source bounty | Incentivize a PR against a GitHub issue |
| Simple task | Hours-scale jobs (content, ops, small builds) |
| Services | Offer skills; connect for custom work |
| Private tasks | Link-gated — only people you share with |
Live board categories on the app include Social Media, Development, Design, Open Source. Rewards are shown in USD-equivalent with USDC (and other SPL mints when the poster chooses).
Flow: project owners
- Connect wallet / account on the app
- Create a bounty: scope, skills, deadline; assign reward in SPL (docs emphasize USDC for many flows)
- Review submissions / PRs
- Approve → funds release to the worker
Flow: developers (OSS-style)
- Browse bounties; open one that matches skills
- Start Work — signals commitment; fork repo when applicable
- Develop on a branch prefixed
gib- - Submit via pull request through Gibwork
- On owner approval, claim USDC on-platform
# Typical OSS path (docs)
# 1. Start Work on app.gib.work
# 2. Fork upstream
# 3. git checkout -b gib-fix-description
# 4. Implement + push
# 5. Open PR via Gibwork UI
# 6. After approval → claim rewardAPI surface (integrators)
Public examples live in gibwork/gibwork-api-examples (Next.js + Solana wallet auth):
| Method | Path | Role |
|---|---|---|
| POST | /tasks/public/transaction | Create task (wallet-authenticated) |
| GET | /explore | List / explore tasks |
| GET | /tasks/{id} | Task detail |
# Explore board (no secrets)
curl -sS "https://api2.gib.work/explore" | head -c 400
# Task detail
# curl -sS "https://api2.gib.work/tasks/<id>"
# Create path needs wallet auth — see gibwork-api-examples /createTasks
# POST https://api2.gib.work/tasks/public/transaction
# body: title, description, token mint, amount, tagsTreat API shapes as versioned by the platform — pin against the examples repo and live responses before production.
$WORK token
Docs describe $WORK as the native platform token for incentives and holder features (premium access, participation rewards). Tokenomics detail is thin on the public pages — verify mint, supply, and live utility on-chain and in current docs before any product dependency.
Referrals
Per referrals docs:
- Link form:
https://app.gib.work/?ref=your-gibwork-username(docs also show?referral=in an example) - Success = invitee completes a paid task or creates a task
- Payouts in USDC to the referrer’s linked wallet
- 50% of the platform fee on eligible referral events
DevRels entry (Metasal): https://app.gib.work/?ref=metasal
When to use
| Use Gibwork | Use something else |
|---|---|
| SPL-budgeted micro-bounties and OSS issue bounties | Full-time hiring (Ashby / Superteam talent rails) |
| Wallet-native pay without invoice ops | Fiat-only contractors and enterprise procurement |
| Embed explore/create via api2.gib.work | Custom escrow program you fully control |
Links
Summary
Gibwork is a Solana bounty board with wallet-paid tasks, a GitHub-oriented OSS path (gib-* branches), and a small public HTTP API for explore/create. Start on app.gib.work/?ref=metasal, read docs for owner/dev workflows, and use api2.gib.work only after verifying current request shapes against their examples repo.
Keep reading
Stripe Connect costs $2/active account/month plus 0.25% + $0.25 per domestic payout and $1.50 per international. Zoneless replaces it with USDC on Solana: $0.002 in gas fees, instant settlement, same API shapes. PromptBase ran both in parallel — 72% of sellers chose Zoneless. It's Apache 2.0, self-hosted, and the SDK is a near-drop-in swap.
OSS-first shelf for Solana NFT builders: standards and working tools only — then re-check every link before you ship on it.
A shelf of licensed Solana GitHub repos with maintenance flags — use it for discovery, then verify commits, CI, and license yourself.
Get new articles in your inbox
Technical deep-dives on Solana tooling, infrastructure, and ecosystem. No noise.
