# Payments for Reviews and QA

**Payments for Reviews and QA**

Payments happen after merge/acceptance. Not before.

* Bounty amount is listed on the issue before you claim it

<table><thead><tr><th width="184.56640625">Role</th><th>Reward</th><th>Condition</th></tr></thead><tbody><tr><td>Code Reviewer</td><td>20% of 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>Both (Code Review &#x26; QA)</td><td>25% of bounty reward</td><td>Deliverables met + PR merged</td></tr></tbody></table>


---

# 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/open-source-contributors-code-review-and-qa/payments-for-reviews-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.
