> For the complete documentation index, see [llms.txt](https://docs.zeroauthority.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zeroauthority.xyz/bounty.md).

# Bounty

- [Bounty Onchain](https://docs.zeroauthority.xyz/bounty/bounty-onchain.md): Overview of a bounty and templates
- [Create a bounty on V2 beta](https://docs.zeroauthority.xyz/bounty/bounty-onchain/create-a-bounty-on-v2-beta.md): A client posts a bounty for creators to participate onchain
- [NFT as a Bounty Reward](https://docs.zeroauthority.xyz/bounty/bounty-onchain/nft-as-a-bounty-reward.md): A client posts a bounty for creators to participate onchain
- [Bounty + Mint A Badge](https://docs.zeroauthority.xyz/bounty/bounty-onchain/bounty-+-mint-a-badge.md): Add a landing page for your bounty
- [Contribution Markets](https://docs.zeroauthority.xyz/bounty/bounty-onchain/contribution-markets.md): Structuring effort, attention, and reward in Zero Authority Bounties
- [Bounty Analytics](https://docs.zeroauthority.xyz/bounty/bounty-onchain/bounty-analytics.md): Retrieve and Analyze Bounty Stats
- [Bounty Redeem Funds](https://docs.zeroauthority.xyz/bounty/bounty-onchain/bounty-redeem-funds.md): Procedure for Redeeming Funds from a Bounty Contract
- [How to create a bounty V1](https://docs.zeroauthority.xyz/bounty/bounty-onchain/how-to-create-a-bounty-v1.md): Procedure for Creating and Posting a Bounty on Zero Authority
- [How do I select a winner V1](https://docs.zeroauthority.xyz/bounty/bounty-onchain/how-do-i-select-a-winner-v1.md): Last Step
- [Bounty Winners In Sandbox](https://docs.zeroauthority.xyz/bounty/bounty-onchain/bounty-winners-in-sandbox.md): Manual Winner Selection via Stacks Explorer Sandbox
- [Selecting Winner the Bounty](https://docs.zeroauthority.xyz/bounty/bounty-onchain/selecting-winner-the-bounty.md): There is no official deadline for selecting a winner at the bounty’s end date
- [Community Engagement](https://docs.zeroauthority.xyz/bounty/bounty-onchain/community-engagement.md): Recognizing and Rewarding Community Members


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.zeroauthority.xyz/bounty.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
