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

# FAQ

## 1. Where can I buy it?

Currently HedgePay is available for purchase utilizing our in-house exchange application. HedgePay will be released on Decentralized Exchanges like PancakeSwap and BiSwap as soon as the EIO ends.

## 2. Why can't I claim rewards?

To be eligible for the HPAY BUSD reward mechanics, you must hold at least 0.1% of the total supply in your wallet. These rewards can be claimed at any time on a prorated fee basis. These fees are used to supplement the HedgeFi Capital Fund and increase rewards to holders. Once early reliance on transactional volume is decoupled from the HedgeFi Capital Fund, this threshold will be decreased.

## 3. Do staked tokens count towards the salary?

Tokens kept in the high yield staking buyback mechanisms do not count toward the total amount of HPAY required to generate BUSD salary rewards. While an investor can choose to stake and and also receive salary rewards, the balances are not cumulative.

## 4. Is liquidity locked?&#x20;

Yes, HedgePay utilizes our proprietary zero-risk liquidity locking service. Liquidity is locked biannually and will be automatically renewed 5 days before expiration if no breaking event occurs. This ensures that our ecosystem is secure and adaptable to changing environments. Liquidity locking is transparent and accessible to all members of our community.

## 5. What is the maximum supply?

Maximum supply of HPAY tokens is 1,000,000,000 (1 Billion).

##


---

# 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.hedgepay.org/help/faq.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.
