# FactorDAO Incentives Model (LTIPP)

{% embed url="<https://docs.google.com/spreadsheets/d/1kSCjsfm-RSiEhkvXZH8HmeszXhmAt4lFwsm71XwpqZk/edit?usp=sharing>" fullWidth="true" %}

{% hint style="info" %}
**Try It Out!**

You can change the model parameters by making edits to the [Google Sheets](https://docs.google.com/spreadsheets/d/1iR8e7OmkbC8B8IzJcLUV5tderOvxkrx6h0eaRJeC4D0/edit?usp=sharing).\
\
Due to the unpredictable behaviour of loading live data, the preview above might display a division error. Please visit the link above to view the full data if the this happens.
{% endhint %}

## Usage Overview

* Please update the cells with the thick borders based on our own parameters:
  * **Starting Capital** -> The USD value of tokens that will be utilized on Factor.
  * **Governance Allocation %** -> What percentage of the starting capital is used for staking via the [Factor dapp](https://app.factor.fi/governance).
  * **ARB Price** -> The ARB token price which can be sourced from external sources such as [CoinGecko](https://www.coingecko.com/en/coins/arbitrum) or [CoinMarketCap](https://coinmarketcap.com/currencies/arbitrum/). Due to technical considerations, this value cannot be dynamically updated.
  * **Strategy APY** -> The expected APR for the Factor strategy that will be deposited into via the [Discover page](https://app.factor.fi/discover).
  * **Strategy TVL** -> The TVL of the strategy that will be deposited into. Can be sourced via the [Factor dapp strategy UI](https://app.factor.fi/discover).
  * **Bribed Strategy APR** -> The expected APR for bribing a strategy via the [votes page](https://app.factor.fi/incentives/scale).
* The majority of the other starting parameters are updated via an API call which is triggered on file open. The specifications for the API used can be found [here](/factor-sdk/rest-apis/utility-apis/stats.md#factordao-revenues).

## Notes

* The numbers above are approximate and are meant to provide users with an intuitive feel of governance value flows.
* The calculations do not take into account the [emissions multiplier](/governance/factor-scale/emission-multiplier-calculations.md) to aid with ease of understanding.


---

# 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.factor.fi/governance/factordao/governance-incentive-calculations/factordao-incentives-model-ltipp.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.
