> 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/rules-and-faq.md).

# Rules and FAQ

### General Rules

* Content must be your own creation&#x20;
* You must have full rights to the content
* You cannot have used AI to generate the content
* Completing a bounty requires posting to Twitter (@kampenigame and @lchristianp) AND the Kampeni Discord.
* Obtaining the bounty requires transmitting any and all associated IP to Easter Egg Labs and the Kampeni Project. We’ll be super explicit and ask for you to sign something when this happens.
* We follow KYC for bounties and will ask for you to identify yourself before granting rewards of cash and liquid assets.
* Do not create content referring to Kampeni as an investment opportunity or a way to get money. We are a storytelling game.

### Reward Multipliers for NFT Holders

Kampeni Citizens: 10% Increase, 15% if hold more than one

Kampeni Villagers 25% Increase, 32.5% if hold more than one.&#x20;

Kampeni Adventurers 35% Increase, 45% if hold more than one.&#x20;

Kampeni Legends 60% Increase, 75% if hold more than one. &#x20;


---

# 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/rules-and-faq.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.
