# Q\&A Bounties

#### What Is a Q\&A Bounty?

A **Q\&A Bounty** allows users to post a question and attach a reward to incentivize high-quality answers from the community.

Participants contribute knowledge or insights, and the most helpful response is surfaced through community engagement.

#### How Do Q\&A Bounties Work?

A Q\&A Bounty is created by a user who:

* Posts a question
* Sets a response duration
* Assigns a reward

During the active period:

* Any user may submit an answer
* Other users can support answers by liking them

When the response period ends:

* The answer with the highest level of community support is selected as the **top answer**
* The contributor of the top answer receives the assigned reward

#### Key Characteristics

* Incentivized knowledge sharing
* Community-driven answer selection
* No speculation, odds, or outcome betting
* No external data sources or oracles


---

# 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.polarise.org/types-of-content/q-and-a-bounties.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.
