# Close a bounty

Closing a bounty is typically done when the task associated with the bounty has been completed or if you decide to withdraw the bounty offer.

Follow these steps to close a bounty for an issue on Protocol.Land:

{% hint style="info" %}
Note: Only the contributor/ owner that created the bounty can close it.
{% endhint %}

1. Navigate to the main page of the repository and select the Issues tab.\
   ![](/files/HsP5xgpFIBgOarA7KFAd)
2. Select the “Bounties” tab located above the timeline of the issue.\
   ![](/files/UmS4WuIQES5hIsWFoPkv)
3. By default, the list of open bounties are displayed.
4. Click on the bounty you wish to close from the list.
5. You will be prompted with a modal requesting details for closing the bounty.\
   ![](/files/Abl8HjJgP2NenBkyHUCF)
6. You have the option to close the bounty with or without marking it as complete.
7. If you want to mark the bounty as complete, check the "Mark bounty as complete" checkbox. You will need to provide the Payment transaction id verifying the issued reward.
8. Click “Close bounty”.
9. The status of the bounty is set to closed and it is moved to the list of closed bounties.


---

# 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.protocol.land/working-with-issues/close-a-bounty.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.
