> For the complete documentation index, see [llms.txt](https://flork-coin-1.gitbook.io/docs-flork/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://flork-coin-1.gitbook.io/docs-flork/whitepaper/transaction-fees.md).

# Transaction Fees

*<mark style="color:orange;">For Open Community Review and Is Subject To Change!</mark>*

<figure><img src="/files/EMhxGAzNmlnFjJYlrzck" alt="" width="300"><figcaption></figcaption></figure>

* 4% are added to the Flork Insurance Asset Fund&#x20;
* 3% added to liquidity pool&#x20;
* 3% redistributed to all Flork holders as a reward for keeping them.

## **Explanation of how fees distributed!**

* **4% of the fee goes to Flork Fundo Seguros de Ativos:** This part of the transaction fee is added to the Flork Fundo Seguros de Ativos. The purpose of this fund is to ensure that there is always sufficient liquidity to cover unexpected events that could impact Flork's value. This fund will be used to buy back and burn Flork tokens when the market is down to provide Flork price support if needed.
* **3% Added to liquidity pool**: This part of the transaction fee is added to the liquidity pool. This is to ensure that there is enough liquidity available for traders to buy and sell Flork tokens. The liquidity pool is an essential aspect of the cryptocurrency market as it helps to stabilize the price and increase trading volumes.
* **3% Redistributed to all Flork holders as a reward**: This portion of the transaction fee is redistributed to all Flork holders as a reward for holding Flork tokens. This is to encourage holders to keep their Flork tokens and not sell them. The more Flork tokens a holder has, the more rewards they will receive. This reward system also helps promote long-term retention of Flork tokens.

Overall, the 10% transaction fee for Flork ensures that there is sufficient liquidity in the market, provides Flork price support during market downturns, and encourages holders to hold onto their Flork tokens. In doing so, Flork aims to create a sustainable and stable cryptocurrency ecosystem that benefits all project stakeholders.

<figure><img src="/files/dcM9GXVqJjX9jv0ZbCrV" alt=""><figcaption></figcaption></figure>


---

# 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://flork-coin-1.gitbook.io/docs-flork/whitepaper/transaction-fees.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.
