# Create a new bounty

Bounties are incentives you can offer to contributors to resolve issues. They are especially useful in open-source projects to motivate and reward community contributions.

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

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. Click “New bounty”.\
   ![](/files/T5BwujKKU10y7xnz1iCQ)
4. A modal will appear requesting details for the new bounty.\
   ![](/files/TSoNYuD5Dgy9K5FMqUAh)
5. Type in the amount in AR (Arweave tokens) you wish to offer for the bounty.
6. Select the expiration date for the bounty, indicating how long the bounty offer will be available.
7. Click “Add bounty”.
8. The list of open bounties is updated with the details of the newly created bounty.


---

# 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/create-a-new-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.
