# Season 1

Welcome to **Season 1** of **Stars Farm**—where interstellar adventure meets the joy of farming! We're thrilled to kick off our first season with an exciting event that offers both fun gameplay and generous rewards.

### Event Overview

* **Duration:** 12 weeks
* **Total Rewards:** 50 million FarmStars coins
* **Start Date:** 14/10/2024
* **End Date:** 06/01/2025

During this season, we're giving away **50 million FarmStars coins** to our community. By completing in-game orders, you can earn your share of the rewards. The more orders you complete, the more coins you accumulate!

### Leaderboard Competition

Climb the ranks by completing more orders:&#x20;

* each week we would be reseting the leadboard and award FarmStars depending on the number of completed order

Who wondering how distribution would look like&#x20;

$$
R\_i = \left( \frac{O\_i^p}{S} \right) \times R\_w
$$

* &#x20;$$R\_i$$: The reward allocated to player ( i ).
* $$O\_i$$: The number of orders completed by player ( i ) during the week.
* &#x20;p : 1.5, which amplifies the rewards for top performers.
* &#x20;S : The sum of all players' orders raised to the power of ( p ):

  $$
  S = \sum\_i O\_i^p
  $$
* &#x20;$$R\_w$$: The total weekly reward pool (4,166,666 coins each week).

&#x20;


---

# Agent Instructions: 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:

```
GET https://whitepaper.stars.farm/season-1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
