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

# HLQT Staking

### Introduction to HLQT Staking

Staking is a fundamental aspect of the HLiquity protocol, allowing HLQT token holders to contribute to the protocol's security and earn rewards. By staking HLQT, users can earn a pro-rata share of the borrowing and redemption fees generated by the protocol.

### How HLQT Staking Works

Users need to deposit their HLQT tokens into the HLiquity staking contract to start staking. Once the tokens are staked, users will begin earning a pro-rata share of the protocol's fee revenue. The earnings are directly proportional to the user's share of the total HLQT staked, based on the fees generated over time.

### No Lock-Up Period

One of the key features of HLQT staking is the absence of a lock-up period. Users can withdraw their staked HLQT anytime, providing flexibility and control over their investments.

### Staking and Governance

Staked HLQT tokens are not used to backstop the HLiquity system and are not used for governance as the HLiquity protocol operates without a governance mechanism, ensuring the protocol remains fully decentralized.

### Staking HCHF

It's important to note that only HLQT tokens can be staked. HCHF, the stablecoin of the HLiquity protocol, cannot be staked. However, HCHF can be deposited into the Stability Pool to earn liquidation gains and HLQT rewards.

### Conclusion

HLQT staking is a powerful tool for users to earn passive income while contributing to the security and stability of the HLiquity protocol. By understanding the mechanics of HLQT staking, users can make the most of their HLQT holdings and maximize their earnings.


---

# 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.hliquity.org/deep-dive/hlqt-staking.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.
