> For the complete documentation index, see [llms.txt](https://fungie-dao.gitbook.io/fungie-dao/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fungie-dao.gitbook.io/fungie-dao/parent-tokenomics/introduction.md).

# What Are Parent Tokenomics?

One of the main innovations and differences between Fungie DAO's Fair Launchpad and all the other existing Launchpads are Parent Tokenomics. Every launched project on Fair Launchpad must implement Child Contract that contains Transaction Fee (min. 1-3 %) which increases value of Fungie DAO's FNG Token. Transaction Fees are divided in 2 categories: FNG-BNB LP Tax Fee and FNG Buyback & Burn Tax Fee. Parent Tokenomics are pillar of the whole Fungie DAO ecosystem. Constant increase in FNG Token's value (correlated to number of launched projects and their success) enables further funding of promising launched projects, funds Fungie DAO Partners & Activity Farmers, makes programs such as Relief Bill possible, and in the end - rewards strong holders.\
\
**Smart Contract on BSC Mainnet:** Available on TBD\
**Github Link:** Available on TBD

## FNG-BNB LP Tax Fee

Let's see on a imaginary example how does FNG-BNB LP Tax Fee work:\
Project launched via Fair Launchpad's Silver Package contains 2% FNG-BNB LP Tax Fee inside it's Child Contract. Tax Fee is applied on every transaction of that project's token.\
If project's token manages to accumulate Trading Volume of 100.000 $, 2000 $ is automatically used to buy FNG-BNB LP Tokens that are sent to dead address (burn of LP tokens). This means that launched project increased value of FNG-BNB Liquidity Pool for 2000 $.

## FNG Buyback & Burn Tax Fee

Let's see on a imaginary example how does FNG Buyback & Burn Tax Fee work:\
Project launched via Fair Launchpad's Gold Package contains 1% Buyback & Burn Tax Fee inside it's Child Contract. Tax Fee is applied on every transaction of that project's token.\
If project's token manages to accumulate Trading Volume of 1.000.000 $, 10.000 $ is automatically used to buy FNG Tokens that are sent to dead address (burn of FNG tokens).\
This means that launched project increased value of FNG Tokens and deflated Total Supply of FNG Tokens.


---

# 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://fungie-dao.gitbook.io/fungie-dao/parent-tokenomics/introduction.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.
