> For the complete documentation index, see [llms.txt](https://docs.metaverse-ico.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.metaverse-ico.net/whitepaper/native-token/token-burning/transaction-fee-burning.md).

# Transaction Fee Burning

Although the MetaChain network is among the most suitable networks regarding transaction fees, the sum of the transfer transaction fees arising from intra-network mobility will reach quite high amounts, based on the ecosystem value.

In every transaction performed on MetaChain, cost-effective transactions and burning are performed. While the fees paid for the transfers are distributed to the pools determined by the system, as a result of this transaction, the MetaCoins accumulated in the Burn Pool are triggered and burned on a daily basis.

```
BM = (F / 10) × (T + 1) / (2 × T²)
```

| Symbol    | Description                 |
| --------- | --------------------------- |
| **BM**    | Amount of MetaCoins to Burn |
| **F**     | Transfer Fee (META)         |
| **T**     | 10 Million Burned MetaCoins |
| **T + 1** | 20 Million Burned MetaCoins |

All of the transfer fees within the MetaChain network are distributed to certain pools.

The METAs accumulated in the Fee Pool are shared daily as follows.

![](https://docs.metatime.com/whitepaper/~gitbook/image?url=https%3A%2F%2F989455816-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FAIzmobbGXH6E0WrRNrgp%252Fuploads%252FxDUlOeoubRGTEKUQJCNW%252Fburnchart.png%3Falt%3Dmedia%26token%3Dfffa13a1-0c7d-4322-92ab-f440e6284a0b\&width=768\&dpr=3\&quality=100\&sign=d13418f08ca17afec95a18b7ad18ade4\&sv=3)

**Miner Pool:** Represents the META allocated for each transfer result for high-yield mining models.

**Holder Pool:** Represents META, which is reserved for investors to develop their earnings patterns.

**Charity Pool:** Collects funds for charities from each transaction made on its blockchain network MetaChain, Charity Pool represents the META allocated for these charities.

**Advertiser Pool:** Represents META allocated for promotion and advertising budget.

**Burn Pool:** Represents the META to be burned after each transfer for sustained supply restric- tion. It is completely burned and removed from circulation.

<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.metaverse-ico.net/whitepaper/native-token/token-burning/transaction-fee-burning.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.
