# Protocol Rewards

All [protocol fees](/borrowing.md#fees) collected from users borrowing and paying back their loans are distributed to  HYPE holders in native Ether (ETH) proportional to their holdings. Simply put, the more HYPE you hold, the more rewards you will earn.

### Distribution Schedule

Rewards are distributed in the same transaction that fees are collected from borrowers securing a loan and paying back their loans.

### Claiming

Protocol rewards can be claimed manually on the HYPE platform via rewards section:

<figure><img src="/files/8KQjvEuhVsLbiLZ9hx3v" alt=""><figcaption></figcaption></figure>

Alternatively, any unclaimed rewards will be sent automatically to a holder's wallet when the wallet performs any HYPE transaction, such as buying, selling or transferring HYPE.

Sending a single HYPE token to another wallet to have unclaimed rewards automatically claimed may be more gas efficient than initiating a manual rewards claim on the HYPE website.

### HYPE Collateral

Even though HYPE collateral is held on the contract during the loan process, the HYPE collateral will still generate protocol rewards for its owner.


---

# 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.hyperbolicprotocol.com/protocol-rewards.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.
