# Farmers & Yield

***

### Power-Based Distribution

Each Farmer has a predefined Power value. When a user opens a pack, they receive a randomized Farmer with a specific Power level. These Power values are used to calculate how much yield each player receives from the pool.

> 💡 The more Power you hold, the more WLOS you earn — proportionally to your share of the total Power in circulation.

***

### Yield Formula

$$
User Yield = (Your Total Power / Total Power Across All Users) × Daily Farming Pool Allocation
$$

***

### Real-Time Leaderboard

To enhance competition and transparency, WLOS offers a public leaderboard showing:

* Top Farmer holders
* Power totals
* Daily estimated rewards

This gamified layer motivates holders to upgrade their collection and climb the rankings.

***


---

# 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://docs.wlos.dev/ecosystem/farmers-and-yield.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.
