# Token Burning System

Every time the donation is made - 90% of the funds goes to charity funds, while 10% goes to the developers. In terms of tokens, 10 times less than 90% of donation are burned from the Charity Share, and 10 times less than 10% of donation are burned from the Developers Share.&#x20;

{% hint style="info" %}
Imagine a donor has made a $100 donation in the HCFW project and the price of the HCFW token on an exchange is $2. In that case $90 goes to the charity funds and $90 / $2 \* 0.1 = 4.5 tokens are burned from the charity share. $10 goes to developers while $10 / $2 \* 0.1 = 0.5 tokens are burned from Developers Share.
{% endhint %}

Burning System supports our deflationary type of tokenomics and ensures longevity and sustainability of our charity ecosystem. It also reduces the amount of circulating tokens so that every single one of them has more value.&#x20;

<figure><img src="/files/VlsESMXb1w4BHK5RBBFq" alt="" width="143"><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://hcf-official.gitbook.io/hcfw-whitepaper/hcfw-token-flow/token-burning-system.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
