> For the complete documentation index, see [llms.txt](https://gitbook.mfhlabs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook.mfhlabs.com/shift-hub/seasons-and-rewards.md).

# Seasons & Rewards

## Seasons and Rewards

### Season Rules:

Each season offers a gamified experience, blending daily, weekly, and seasonal challenges through quests, games, and activities. Seasons have a set duration, encouraging consistent participation and competition for exclusive NFTs.

### Guaranteed Rewards:

Every participant who meets the seasonal goal earns 1 NFT, distributed on a first-come, first-served basis.

### Seasonal Leaderboard Rewards:

* 1st Place: 5 NFTs
* 2nd Place: 4 NFTs
* 3rd Place: 3 NFTs
* 4th Place: 2 NFTs
* 5th to 10th Places: 1 NFT each

### Weekly Leaderboard Rewards:

The top 3 positions each week win 1 NFT each.

Prize Pool Overview:

* Total Prize Pool: 500 NFTs
* Seasonal Winners: 20 NFTs
* Weekly Winners: 21 NFTs
* SHIFT Achievements: 459 individual prizes (distributed on a first-come, first-served basis).

### End-of-Season Rules

* **Score Reset:** At the end of each season, all collected score points are reset to zero, ensuring a fresh start for the next season.
* **Unused Prizes:** Any unused NFTs from the prize pool will return to the project’s marketing fund for future promotional activities.

#### This dynamic structure promotes engagement, rewards top performers, and ensures a fair and exciting competition for all participants!

<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://gitbook.mfhlabs.com/shift-hub/seasons-and-rewards.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.
