> For the complete documentation index, see [llms.txt](https://delegates.iotex.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://delegates.iotex.io/addendum/profits-projections.md).

# Profits Projections

#### Average rewards (per epoch)

<table><thead><tr><th width="192.57453857075248">% of Network Votes</th><th width="169.86180795703916" align="right">Block Rewards (1)</th><th width="159.35767178375775" align="right">IoTeX Foundation Bonus (2)</th><th width="203.1655508796607" align="right">Epoch Rewards (3)</th><th data-hidden align="right">Est. total IOTX/year</th><th data-hidden></th><th data-hidden data-type="number"></th></tr></thead><tbody><tr><td>5.0%</td><td align="right">160 IOTX</td><td align="right"> 80 IOTX (suspended) </td><td align="right">937.50 IOTX</td><td align="right"><mark style="background-color:green;">10,314,900 IOTX</mark></td><td></td><td>null</td></tr><tr><td>2.0%</td><td align="right">160 IOTX</td><td align="right"> 80 IOTX (suspended)</td><td align="right">375,00 IOTX</td><td align="right"><mark style="background-color:green;">5,387,400 IOTX</mark></td><td></td><td>null</td></tr><tr><td>0.5%</td><td align="right">N/A <em>(4)</em></td><td align="right">N/A <em>(4)</em></td><td align="right">93.75 IOTX</td><td align="right"><mark style="background-color:green;">821,250 IOTX</mark></td><td></td><td>null</td></tr></tbody></table>

*(1) Calculated on average, taking into account that for every epoch 2/3 of the consensus, delegates get randomly selected to produce blocks.* &#x20;

*(2) Extra 80 IOTX/epoch provided by the IoTeX foundation to the top 36 delegates. Voted on a yearly basis by the community on* [*gov.iotex.io*](https://gov.iotex.io)

*(3) The share of the epoch bonus equals the delegate share of the network votes. For example, a delegate with 2% of the total votes in the network will receive 2% of the epoch reward every epoch.*

*(4) Delegates with less than 1% of network votes will likely not be a consensus delegate*

#### Yearly projections

<table><thead><tr><th width="242.57142857142856">% of Network Votes</th><th align="right">Est. total IOTX/year</th><th data-hidden align="right">Block Rewards</th><th data-hidden align="right">IoTeX Foundation Bonus</th><th data-hidden align="right">Epoch Rewards</th><th data-hidden></th><th data-hidden data-type="number"></th></tr></thead><tbody><tr><td>5.0%</td><td align="right"><mark style="background-color:green;">10,314,900 IOTX</mark></td><td align="right">160 IOTX</td><td align="right"> 80 IOTX</td><td align="right">937.50 IOTX</td><td></td><td>null</td></tr><tr><td>2.0%</td><td align="right"><mark style="background-color:green;">5,387,400 IOTX</mark></td><td align="right">160 IOTX</td><td align="right"> 80 IOTX</td><td align="right">375,00 IOTX</td><td></td><td>null</td></tr><tr><td>0.5%</td><td align="right"><mark style="background-color:green;">821,250 IOTX</mark></td><td align="right">N/A<em><mark style="color:red;">(*)</mark></em></td><td align="right">N/A<em><mark style="color:red;">(*)</mark></em></td><td align="right">93.75 IOTX</td><td></td><td>null</td></tr></tbody></table>

#### Profit calculator tools

You can use profit calculator tools provided by our delegates to estimate your annual profit:

![iotexlab.io/calculator](/files/CPIFtXU8hCPVTF8wzKK8)

{% hint style="warning" %}
Estimates from these tools are based on assumptions - please do your own analysis.
{% 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://delegates.iotex.io/addendum/profits-projections.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.
