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

# HOUSE Token

HOUSE is the DAO governance token of Klaymore Stakehouse. By staking HOUSE, users can participate in its decentralized operation and earn governance rewards. Keep in mind that it takes 14 days to unstake your HOUSE.

**Tokenomics**

The total supply of HOUSE is 700,000,000. One million HOUSE will be issued at the genesis of Stakehouse, which will be used to provide the initial liquidity to the Klay-HOUSE AMM pool in KlaySwap. All of the tokens except the ones issued for initial launch are linearly vested over 36 months block-by-block.

* Total Supply: 700,000,000 HOUSE
* Yield Farm: 490,000,000 HOUSE
* Community Pool: 68,950,000 HOUSE
* Initial Launch (KlaySwap LP Pool): 1,050,000 HOUSE
* Early Contributors (Partners): 35,000,000 HOUSE
* Team: 105,000,000 HOUSE

**Yield Farming (v2)**

Approximately 447,489 HOUSE tokens are being distributed daily as rewards. The reward allocation of each pool is - approximately - as the following table. Note that the exact number might differ each day because the HOUSE reward is released per-block basis.

![](/files/XnD5RB51bBBzTgjtVfTT)


---

# 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.klaystake.house/house-token.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.
