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

# Deflationary Mechanics

Multiple burn mechanisms will be put in place to ensure token deflation over time:

* Burning team DEX fees
* Community lead burn events to permanently remove tokens from circulation
* Creation of coin burning Degenerate dApps

## DEX Fees

Soon after launch, [Initial Liquidity](/haha-coin/tokenomics.md#initial-liquidity) provided by the team will be burned, resulting the burn of all team LP rewards.

## Burn Events

Burn events will take place as part of the [Degeneration Campaign](/haha-coin/tokenomics.md#degeneration-campaigns). Pending community votes, further token burn campaigns may take place through buy back or community lead burning initiatives.

## Degenerate dApp

HAHA has allocated[ a portion of the total token](/haha-coin/tokenomics.md#project-development) supply to support the community in creating dApps that burn $HAHA. Currently, a Play-To-Burn game is underdevelopment by the team and will be released shortly after launch with a grant program to follow after.

<br>


---

# 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.hahacoinastar.com/haha-coin/deflationary-mechanics.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.
