> For the complete documentation index, see [llms.txt](https://gitbook.mor.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook.mor.org/builders/builder-subnet-emissions/emission-forecasting-model.md).

# Emission Forecasting Model

## Builder Staking Model

Download the excel model below to use as an emission forecasting tool. The model enables you to enter your assumptions and estimate emissions your subnet may be able to claim. Here is a brief overview of how to use this model.

{% hint style="warning" %}
Please note that the Smart Contract do not yet include certain functionality and may be inconsistent with the forecasting model. As the Smart Contracts evolve, so too will this model. Feel free to use on-chain data to create your own model.
{% endhint %}

{% stepper %}
{% step %}

### Download Model and open in Excel

The Builder Dashboard enables you to enter assumptions in <mark style="background-color:blue;">BLUE</mark> , review calculated fields in <mark style="background-color:purple;">PINK</mark>, and see your forecast results in <mark style="background-color:green;">GREEN</mark>.

<figure><img src="/files/34cMYyjh1mA1cFBUf5lO" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Enter Individual Builder Assumptions

In <mark style="background-color:blue;">BLUE</mark>, enter how much MOR you assume will be staked to your subnet, the date this stake is deposited, the date you expect to withdrawal, and the locking period you will apply your claims.

{% hint style="info" %}
The 'Locking Period' impacts your Power Factor Multiplier. Builder Subnets that lock their claims in the contract get a Power Factor Multiplier applied to their emissions.
{% endhint %}

{% endstep %}

{% step %}

### Enter Synthetic Base Assumptions

In <mark style="background-color:blue;">BLUE</mark>, enter the Average Locking Period (Years) for the Synthetic Base (all Builder Subnets). The Power Factor Multiplier is relative to all other Builder Subnets.

{% endstep %}

{% step %}

### Review your Forecast

Your forecast is generated over a 5 year period and is displayed with a 1 Year Lock and No Lock. The model helps illustrate the relative strength of locking rewards.

<figure><img src="/files/aLcgrUFDSvMl5neWct5M" alt=""><figcaption></figcaption></figure>

{% endstep %}
{% endstepper %}

{% file src="/files/JO7MYz1bmyXLIgfysXyJ" %}

{% hint style="info" %}
How-To Video on Reward Forecasting Coming Soon
{% endhint %}


---

# 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://gitbook.mor.org/builders/builder-subnet-emissions/emission-forecasting-model.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.
