> For the complete documentation index, see [llms.txt](https://docs.thehodl.org/welcome-to-gitbook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.thehodl.org/welcome-to-gitbook/fair-launch/the-end-of-genesis.md).

# The End of Genesis

At the end of genesis:&#x20;

* Based on the current BTC 365 daily average price, a number of BTCH are minted for the genesis part, and 10% are automatically staked. &#x20;
* Based on the current BTC 365 daily average price and the Pre-Bond Discount, BTCH is minted for pre-bond part:&#x20;
  * A 10% (BondRewardstoStakers Percentage) of minted BTCH (for the pre-bond) is minted in addition and sent to the Staking Reward Pool.&#x20;
  * Genesis participants will get an additional part of the rewards as described in the Genesis Reward Pool section.
  * &#x20;Protocol Development Vault will get an additional part of the rewards as described in the Protocol Development Vault section.&#x20;
* All USDC will be swapped for WBTC at DEX, and the corresponding amount of BTCH is minted and paired with the WBTC to establish the initial Protocol Controlled Liquidity pool.&#x20;

The BTCH generated through genesis / pre-bond, are released each epoc and then auto-staked in the staking pool.


---

# 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.thehodl.org/welcome-to-gitbook/fair-launch/the-end-of-genesis.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.
