# Dynamic Emissions

The amount of `SHERP` / `mSHERP` emitted for stakers and protocol users' rewards is determined by a responsive mechanism. This incorporates a programmatic formula which takes protocol fees, volume, and general market sentiment into account to determine an optimal yield rate for the given epoch. In doing so protocol sustainability and `SHERP` health is preserved.

### Epoch Structure <a href="#epoch-structure" id="epoch-structure"></a>

Epochs occur in weekly intervals. They begin at Monday 00:00:00 UTC and conclude at Sunday 23:59:59UTC. These epoch are concurrent with those used for [Yield Channeling](https://docs.sherpa.trade/docs/yield-channeling).

### Position Rewards <a href="#position-rewards" id="position-rewards"></a>

There is a secondary dynamic emission mechanic that additionally applies to active Positions rewards. This is determined by [Yield Channeling](https://docs.sherpa.trade/docs/yield-channeling).


---

# 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.sherpa.trade/general/tokenomics/token-incentive-programs/dynamic-emissions.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.
