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

# Creator Bounties

## Bounty List

| Description                                                                                                                                                                                                                                                  | Amount (in MATIC) | Period                       | # Awarded Per Period |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------- | ---------------------------- | -------------------- |
| **Sketch a rendition** of one of the nations in Asase]                                                                                                                                                                                                       | 5                 | Weekly                       | 1                    |
| **Tell a short story on a Twitter thread** describing the adventures of a particular Kampeni Villager. The Villager can one of your own or not currently owned.                                                                                              | 3                 | Weekly                       | 4                    |
| Weekly vote for the **most helpful member on discord**. To prevent collision and bots the person has to be referred in writing on the Discord by another member and there needs to be at least 15 members of the discord voting (this threshold will change) | 3                 | Weekly                       | 1                    |
| **Character trait explanation**. 500 word narrative describing a trait of the Kampeni villagers (consistent with the lore). This includes the class, race, off-hand, hat, etc.                                                                               | 7                 | Rolling                      | Approx.300           |
| **Purchase a Kampeni Villager** and go on social media and explain how you will use your villager.                                                                                                                                                           | 3                 | Rolling                      | 21,480               |
| **Cosplay picture of yourself as a Kampeni Villager** on Twitter (have to explain what type of Villager you are.                                                                                                                                             | 12                | Rolling                      | 10                   |
| **Most helpful Discord post** reward.                                                                                                                                                                                                                        | 1                 | Weekly                       | Ongoing              |
| **Best roadmap idea**. Looking for idea that are actionable, can be done in 30 days, and improve the game and community.                                                                                                                                     | 2                 | Weekly                       | 2                    |
| **Referral program**. Triggered anytime a Kampeni Villager is minted (from the Kampeni Website not OpenSea) and the purchaser calls you out for referring on Discord & Twitter.                                                                              | 8                 | Rolling (for a limited time) | 21,480               |


---

# 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.kampeni.com/creator-and-community-bounties/creator-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.
