> For the complete documentation index, see [llms.txt](https://docs.leaguedao.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.leaguedao.com/product-guides/nomo-fantasy-leagues/league-rewards....-are-they-only-for-this-season.md).

# League rewards…. are they only for this season?

**Two parts to the rewards: 1. The Reward Pool and 2. The Weekly Rewards. The Reward Pool is 80% Dai collected from the sale of Player Tokens.**&#x54;he&#x20;

Reward Pool will be not paid out so that there is nothing left at the end of the season. Instead we developed a model that generates weekly rewards while growing the reward pool year after year.&#x20;

There is a Nomo Strategy Smart Contract that takes the Reward Pool and stakes it in a yield generating defi protocol on Polygon.

Each week the Strategy Contract withdraws the yield generated by the Reward Pool and distributes those funds (the Weekly Rewards) to players in the League.&#x20;

Currently the Reward Pool is being staked via QuickSwap to generate Rewards but that can change depending on APY as we work to maximize the yield generated from the Reward Pool.

This strategy ensures the Reward Pool is not depleted at the end of the year and will continue to grow and compound during the offseason so Season 2 rewards will be larger than season 1 and so forth.


---

# 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.leaguedao.com/product-guides/nomo-fantasy-leagues/league-rewards....-are-they-only-for-this-season.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.
