# Payments for Reviews, contributors & QA

### Bounty Tiers & Rewards

| Tier      | Scope                                             | USD  | G$        |
| --------- | ------------------------------------------------- | ---- | --------- |
| Basic     | Small fixes, docs, UI tweaks                      | $25  | 250,000   |
| Common    | Medium features, some codebase familiarity needed | $50  | 500,000   |
| Rare      | Larger features, touches multiple areas           | $150 | 1,500,000 |
| Epic      | Significant features                              | $250 | 2,500,000 |
| Mythic    | Architecture or performance work                  | $350 | 3,500,000 |
| Legendary | Major features or protocol-level changes          | $450 | 4,500,000 |

> Learn more about solving for bounties and the roles that exist  → [Open Source Contributors](https://app.gitbook.com/o/-LdiTCmTgO528x-BXAcj/s/-LfsEjhezedCgGFXCkms/~/edit/~/changes/303/for-developers/open-source-contributors/code-review-+-contributor)

{% hint style="info" %}
G$ rewards use a base price of 0.0001/G0.0001/G 0.0001/G. Market price fluctuations may affect actual value at distribution. Tier is set upfront — taking longer does not change payout.
{% endhint %}

#### **Payments for Contributions, Reviews and QA**

<table><thead><tr><th width="184.56640625">Role</th><th>Reward</th><th>Condition</th></tr></thead><tbody><tr><td>Code Contributor</td><td>50% bounty reward</td><td>Deliverables met + PR merged</td></tr><tr><td>Code Reviewer </td><td>40% bounty reward</td><td>Deliverables met + PR merged</td></tr><tr><td>QA Tester — clean pass</td><td>10% of bounty reward</td><td>Deliverables met + evidence on PR</td></tr><tr><td>QA Tester — bug bonus</td><td>+50,000 G$ per accepted bug</td><td>Reproducible, in scope, not pre-existing</td></tr><tr><td>Code Reviewer + QA</td><td>50% of bounty reward</td><td>Deliverables met + PR merged</td></tr><tr><td></td><td></td><td></td></tr></tbody></table>

Please note: Payments happen after merge/acceptance. Not before. See below on how to request for payments.

{% hint style="info" %}
**Please note: Payout requests has to be done by a G$ verified wallet.**\
If you dont have a G$ verified wallet, you can open a GoodWallet on <https://goodwallet.xyz> and claim UBI, or you can choose your own wallet, connect the wallet to <https://gooddapp.org> and claim your first UBI.\
\
After merging, request your payout by following these steps:

1. Connect your wallet to [Gardens](https://gardens.fund)
2. Visit the GoodBuilders Community
3. Join the community by staking 105,000 G$ *(this is a one-time membership step, not adding funds to the pool)*
4. Go to the **OS Contributors Pool**
5. Create a payment request using the bounty title as the payment title, with this description:
   * PR link
   * Issue link
   * Bounty tier
   * Payout address

A maintainer will review and approve your request
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.gooddollar.org/for-developers/contributing/open-source-contributors/payments-for-reviews-contributors-and-qa.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
