# Initial Emissions Program

The Stargate protocol’s initial emissions program emits 2.11% of the total STG supply to incentivize liquidity provisioning. The program term is approximately three months.

![](/files/u1ewOaTnO257PLvJJrJl)

For further details see the [LP Staking Contract](https://github.com/stargate-protocol/stargate/blob/main/contracts/LPStaking.sol). Note the block rate for each pool is determined by stargatePerBlock (STG amount emitted per block, per chain) and allocPoint (STG allocation per block, per pool on the given chain).


---

# 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://stargateprotocol.gitbook.io/stargate/user-docs/tokenomics/initial-emissions-program.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.
