> For the complete documentation index, see [llms.txt](https://creator-vault.gitbook.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://creator-vault.gitbook.io/documentation/creator-vault/bounties.md).

# Bounties

Fund creator-led promotion and contributions with locked CAMP reward pools.

Bounties are paid challenges funded with a locked $**CAMP reward pool**. Projects and Creators use bounties to drive real creator attention and measurable outcomes. Creators and developers complete tasks and earn rewards.

Typical tasks include content, marketing pushes, hackathon builds, and integrations. Participants submit proof. After the end date, you select winners and distribute rewards.

### Bounty lifecycle

1. Create a bounty and deposit the reward pool.
2. Participants post contents, Builds and submit proof.
3. End date passes.
4. You select winners.
5. You distribute rewards in one transaction.

### Core rules

* Deposited rewards are **locked**. You cannot withdraw them back.
* Distribution is **time-gated** (only after end date).
* Distribution is **one-time** and irreversible.

### Guides

* Create: [Create a bounty](/documentation/creator-vault/bounties/create-a-bounty.md)
* Participate: [Participate in a bounty](/documentation/creator-vault/bounties/participate-in-a-bounty.md)
* Configure payouts: [Reward distribution](/documentation/creator-vault/bounties/reward-distribution.md)
* Finalize: [Selecting winners and paying out](/documentation/creator-vault/bounties/selecting-winners-and-paying-out.md)
* Guarantees: [Bounty security](/documentation/creator-vault/bounties/bounty-security.md)

### Creator best practices

* Write strict, verifiable requirements.
* Define disqualification reasons (bots, duplicates, stolen content).
* Prefer a short submission window. Review is easier.


---

# 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://creator-vault.gitbook.io/documentation/creator-vault/bounties.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.
