> For the complete documentation index, see [llms.txt](https://docs.hover.market/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hover.market/hover-tokenomics/hover-staking-program.md).

# Hover Staking Program

The Hover Staking Program offers rebates on protocol fees as well as governance benefits. Based on the staked amount, stakers qualify for a specific VIP Tier as outlined below. The size of the rebate depends on the VIP Tier and amount being borrowed, supplied, or liquidated. The rebates displayed are percentages off of the fees, not of the full amount borrowed/supplied/liquidated.&#x20;

<table data-full-width="false"><thead><tr><th>VIP Tier</th><th>Staked HOV Threshold </th><th>Borrow Interest Rebate</th><th>Lending Fee Rebate</th><th>Liquidation Fee Rebate</th></tr></thead><tbody><tr><td>VIP 0</td><td>>$10</td><td>20%</td><td>20%</td><td>20%</td></tr><tr><td>VIP 1</td><td>>$50</td><td>25%</td><td>25%</td><td>25%</td></tr><tr><td>VIP 2</td><td>>$500</td><td>30%</td><td>30%</td><td>30%</td></tr><tr><td>VIP 3</td><td>>$2,000</td><td>40%</td><td>35%</td><td>40%</td></tr><tr><td>VIP 4</td><td>>$8,000</td><td>50%</td><td>45%</td><td>50%</td></tr><tr><td>VIP 5</td><td>>$40,000</td><td>55%</td><td>50%</td><td>55%</td></tr><tr><td>VIP 6</td><td>>$200,000</td><td>60%</td><td>55%</td><td>60%</td></tr><tr><td>VIP 7</td><td>>$1,000,000</td><td>65%</td><td>60%</td><td>65%</td></tr></tbody></table>

Users can opt to undergo KYC if they wish to hold xHOV to receive Hover Rewards. However, KYC is not required to benefit from the Hover Staking Program.

Any esHOV or xHOV being [unstaked](/hover-tokenomics.md#token-conversions) does not count towards the user’s VIP Tier threshold. Additionally, during the unstaking period, xHOV only earns ¼ of the Hover Rewards.

### Hover Rewards

Upon passing an [optional KYC](https://app.gitbook.com/o/0jdyiaxX7lab9f5Jsg6B/s/sMejAYcEclUBJe5Na8xo/~/changes/3/optional-kyc) check to determine eligibility, users can convert their esHOV to xHOV at a 1:1 ratio. Holding xHOV grants access to Hover Rewards.\
\
Rewards are accumulated every block and distributed in weekly epochs in a mix of xHOV and supported assets.


---

# 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://docs.hover.market/hover-tokenomics/hover-staking-program.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.
