> 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/genesis-pools.md).

# Genesis Pools

## What are Genesis Pools?

Hover Genesis Pools are initial staking pools designed to reward early depositors before the protocol’s full launch.&#x20;

By depositing into the Hover Genesis Pools, users are given the opportunity for boosted APY throughout the Genesis Pool period. The available pools are KAVA, ATOM, and USDt.\
\
Hover Genesis Pools will be open for deposits from November 21st until the full protocol launch in Q1 2024, allowing depositors to supply their lending receipt tokens ([hTokens](/liquidity-market/supplying/htokens.md)) during that period. After this initial period, the pools will close to deposits and will be withdrawal-only.

Depositors have the option to remain in the pool for the duration of the Genesis Pool period, beginning the day the pools open, and will receive a protected yield during that period. As depositors withdraw, the token yield will be divided amongst the users remaining in the pool.

A total of 3% of Hover's token supply has been allocated for this Genesis Pool event. These will be distributed among the Genesis Pool depositors, proportional to their deposit amounts. The more you deposit into the Hover Genesis Pools, the greater your yield.

Genesis Pool yield will be given in esHOV and will be available to claim after TGE.


---

# 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/genesis-pools.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.
