> For the complete documentation index, see [llms.txt](https://docs.gage.cash/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gage.cash/rewards/weekly-budgets.md).

# Weekly budgets

Rewards run on weekly epochs. Each week has a budget for deal rewards, split by term, and a budget for liquidity rewards. The budgets come from the emission schedule, which shrinks every week. See [Emissions](/tokens/emissions.md).

## Deal budgets

| Rule                | Detail                                                                                                                                         |
| ------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
| Two budgets         | One for 21-day deals, one for 7-day deals, 70:30 by default. The longer term earns the richer rate                                             |
| The rate            | Set weekly from the pool price and the previous week's fees so that each budget lasts the week. A rate carries forward if a week is not posted |
| A deal's reward     | The fee it paid times the week's rate for its term, capped at 80% of the fee's value at the pool price. Zero fee earns zero                    |
| Reserved at funding | A deal reserves its reward from its term's budget when it is funded, and keeps it for its whole term                                           |
| Left over           | Deal budget unallocated at the end of the week goes to that week's liquidity rewards, so every week's emission is paid out in full             |

The cap at 80% of the fee's value is what makes a self-dealt wash a guaranteed loss.

## Fully allocated

When a week's deal budget is gone, deals funded later that week earn no sGAGE. They still fund and still pay their fixed cost. The app says so before listing, not after:

{% hint style="info" %}
This week's rewards are fully allocated. New deals earn rewards again on Monday 14 Sep.
{% endhint %}

It is a state, not an error. The banner on Lend reads `WEEK 36 · FULLY ALLOCATED · MON 14 SEP` and the reward line on every listing reads `0 sGAGE this week · rewards resume Mon 14 Sep`.

## The week on screen

* `WK 36 · 1.34M sGAGE REMAIN`: the week number and what is left of its deal budget.
* `THIS WEEK'S BUDGET · 1.34M of 2.00M sGAGE remain` and `RESETS MON 14 SEP 00:00 UTC` on Rewards.
* A week strip on Pool: `WK 33 … WK 37 opens Mon 14 Sep`.

Epochs are one week long and start at the token's launch time, so the reset is the same weekday and hour every week.

## Before the token launches

Deals funded before the token launches accrue at a provisional rate and are granted at launch, dripping from launch.


---

# 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.gage.cash/rewards/weekly-budgets.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.
