> For the complete documentation index, see [llms.txt](https://happy-hour-1.gitbook.io/happyhourdao/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://happy-hour-1.gitbook.io/happyhourdao/the-happyhourdao/usdhour-usddrnk-mint-and-release-schedule.md).

# $HOUR/$DRNK mint and release schedule

The $HOUR token will conduct a fair launch with zero issuance at contract deployment. Issuance rate will vary based on network growth and $HOUR earned. The ratios of both $HOUR/hour and $HOUR to $DRNK burn minimum threshold will all be adjustable based on the consensus of the community’s outlook.

*Adjustable earned $HOUR/hour rate*

```
function adjustHOURperhourRate(uint _newRate) external onlyOwner {
    HOURperhour = _newRate;
}
```
