> For the complete documentation index, see [llms.txt](https://eosforce-1.gitbook.io/eosc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eosforce-1.gitbook.io/eosc/proposal/eosforce-mainnet-improvement-proposal/fip-4-eosforce-mainnet-inflation-adjustment-proposal.md).

# FIP#4 EOSFORCE Mainnet Inflation Adjustment Proposal

**It is proposed that when the first version is upgraded after the adoption of this proposal, the inflation rate is controlled as follows:**

**1. Adjust the output of each block from 10 tokens per block to 3 tokens per block.**

**2.All fees are no longer included in the block-generating income and will be destroyed.**

**3.The tokens transferred to the BlockOne account is reduced in proportion.**

> Remarks:
>
> 1. EOSC has a fixed amount of infaltion with a declining inflation rate indeed. In the case of increased votes, even if the inflation rate is not adjusted, the profits from the single-token vote have been reduced. If it is adjusted to 1-block-1-token directly, the voting rewards will be reduced too much, and the node reward will not cover the server cost.
> 2. Too much reduction of rewards will result in a much lower income of the nodes, causing a decrease in the enthusiasm of users' voting and new nodes' joining. In the short term, it may even have a negative impact on the price.


---

# 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://eosforce-1.gitbook.io/eosc/proposal/eosforce-mainnet-improvement-proposal/fip-4-eosforce-mainnet-inflation-adjustment-proposal.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.
