# Provider Interfaces

Providers will have full control over the storage they allocate to the network. Using an adjustable slider, they can increase or decrease the amount of storage they wish to contribute at each period (month). A dashboard will display projected earnings based on the current allocation. This projection will show the potential token earnings if the allocated storage is fully utilized continuously by the network.

Each provider will have access to a real-time dashboard that provides comprehensive insights into their worker node’s performance. Key indicators on this dashboard include:

* **Storage utilization:** A view of the allocated space and actual usage, showing how much of their storage is actively engaged by the network.
* **Pending rewards:** Earned tokens awaiting distribution based on current utilization.
* **Worker availability:** Status updates on the reliability and uptime of their node, ensuring transparency on any factors that might impact earnings.

#### Rewards Calculator

To help providers make informed decisions, an interactive calculator will be available for simulation - Go to be developed. By entering different parameters, such as network size, total number of providers, and token price, providers can see potential earnings across various scenarios. This feature empowers them to understand how changes in network conditions or token value might impact their rewards.


---

# 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.neova.io/neova/reward-and-incentives/provider-interfaces.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.
