# 6.2. Emissions Formula

As more tokens enter circulation, emissions gradually decrease, creating a deflationary effect.\\

\
The rewards system follows a daily emissions model based on the following formula:

1. **Latent Supply =** Maximum Supply - Current Total Supply
2. **Daily Emissions =** Latent Supply x 0.125%

For example, if the Maximum Supply is 10,000,000,000 tokens and the Current Total Supply is 5,750,000,000, the&#x20;Latent Supply would be 4,250,000,000 tokens. Applying the emissions rate:\\

\
Daily Emission = 4,250,000,000 × 0.125% = 5,312,500 tokens per day.

As more tokens enter circulation, the latent supply decreases, which in turn reduces daily emissions. This&#x20;deflationary model ensures that as more tokens enter circulation, the daily emissions decline, reducing&#x20;inflationary pressure over time


---

# 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://doc.datagram.network/documentation/whitepaper/6.-datagram-rewards-and-emissions-model/6.2.-emissions-formula.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.
