> For the complete documentation index, see [llms.txt](https://docs.hipo.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hipo.finance/frequently-asked-questions/how-often-are-staking-rewards-distributed.md).

# How often are staking rewards distributed?

Staking rewards are distributed continuously in real-time as validators generate rewards for their role in maintaining the TON blockchain. These rewards are automatically **added to the value of your Hipo Staked GRAM** (**hGRAM)** **tokens**.&#x20;

Each validation round lasts approximately 18 hours, with an additional 9 hours allocated for resolving any complaints.

After the complaint resolution period ends, the rewards for the round are distributed as follows:

1. **Borrowers’ Share**: First, the share for borrowers is paid out. This share is determined at the time of borrowing, with the best borrowers having won the loans.
2. **Protocol Share**: Next, the protocol’s share is calculated and withdrawn.
3. **Remaining Rewards**: The remaining rewards are returned to the protocol's treasury and are effectively distributed among all hGRAM holders according to their stake.

**hGRAM holders do not need to take any action**, as the value of their Hipo Staked GRAM tokens increases automatically, even though the amount of hGRAM they hold remains constant. This process ensures a fair and transparent reward distribution system on the Hipo platform.

<br>


---

# 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:

```
GET https://docs.hipo.finance/frequently-asked-questions/how-often-are-staking-rewards-distributed.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.
