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

# Burning

### <mark style="color:green;">Buy & Burn</mark>

On 9inch part of the [trading fees](/9inch-gitbook/features/fees.md) are accumulated into a contract to be used for [Buy\&Burn](https://app.9inch.io/burn) the $[9INCH](/9inch-gitbook/tokenomics/9inch-token.md) and $[BBC](/9inch-gitbook/tokenomics/bbc-token.md) tokens.

In a true decentralized manner anyone can call the function by just paying for the gas fees.

In return for the effort, a <mark style="color:purple;">**Bounty**</mark> is awarded to whom ever activates the Burn.

There is no limit on how little or big the accumulated burn can be. Though it might be worthwhile to review the Bounty vs gas fees and see if it's profitable to call the function.

For a detailed guide head over to [Beginner's guide to DeFi - How to Burn](/9inch-gitbook/tips-tricks-and-guides/beginners-guide-to-defi/how-to-burn.md)

### <mark style="color:green;">Daily Burn Volume</mark>

Looking at few of the other well known DEXs and their daily volume, we can estimate how much that kind of trading volume on 9inch would burn $[9INCH](/9inch-gitbook/tokenomics/9inch-token.md) and $[BBC](/9inch-gitbook/tokenomics/bbc-token.md) tokens.

0,06% of the trading volume burn $9INCH and 0,01% are used to burn $BBC.

This applies constant buy pressure on the tokens, makes $9INCH deflationary and supports the price of $BBC.

<figure><img src="/files/OewBXy3iwA5MNGH0DX43" 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://9inch.gitbook.io/9inch-gitbook/features/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.
