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

# Bounty Board

<figure><img src="/files/JnmTGfMCHFsAbY9otGCi" alt=""><figcaption></figcaption></figure>

The Bounty Board is a weekly task-based system that serves as the recurring source of $WF rewards in Wild Forest.

Each week, players receive a set of tasks and earn Bounty Board Points (BBP) by completing them. The more BBP a player earns during the week, the larger their share of the weekly $WF reward pool.

Tasks are divided into two types:

* Basic Tasks are simple and fixed tasks available to all players.
* Advanced Tasks are randomly assigned, more challenging tasks that grant higher BBP rewards.

Players can complete any number of available tasks. Tasks can be rerolled using Gold, allowing players to replace unfinished tasks and focus on more suitable or rewarding ones.

A Bounty Board cycle lasts 7 days. At the end of each cycle, rewards are distributed based on the total BBP earned by each player. Rewards are paid directly to players’ in-game accounts and can include $WF tokens and additional in-game rewards.

To participate and earn BBP, players must meet certain requirements. Players need to own a minimum number of Unit NFTs to receive daily points. Some tasks require blockchain actions such as minting, staking, or burning Units, which help prevent automation and abuse.

The Bounty Board does not grant instant rewards. All rewards are distributed after the weekly cycle is completed and system checks are performed. This ensures fair play and removes bots and multi-accounts before payouts.

The Bounty Board is designed to reward consistent weekly activity and fair participation rather than one-time performance.

<br>


---

# 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://wildforest.gitbook.io/whitepaper/metagame/bounty-board.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.
