# Buyback & Burn Policy

$BELT buyback & burning is an automated system based off of yield from beltStrategy contracts ("earn") and trading fees ("swap volume") from Belt Finance's stableswap AMM.

### Yield Buyback

From the earned yield, 12% is used for BELT buyback.

* 8% for burn.
* 4% for BELT Single Staking Pool.

This is calculated as:

* earn \* 0.12 = belt buyback amount

This is done for each earn() transaction for each beltStrategy contract. This happens **every 12**

**hours**.

You can see an example transaction here: <https://bscscan.com/tx/0x3ea5e983750b83890b052eafa886fe35b8de0e6f2ead1d4191e192c103d3551c>

### Trading fee Buyback

50% of trading fees from swap volume are used to buyback and burn BELT.

This is calculated as:

* swap volume transaction fee \* 0.5 = BELT buyback amount

The buyback() is executed **one time a day** from the accumulated amount in the swap contract:

* <https://bscscan.com/address/0x11F95475DAa6C8A87E80fcda8Fc6E2401db3477B#code>

You can see an example transaction here: <https://bscscan.com/tx/0x97bc4aafd17802e589d64d1dc395019b631f9ac0097eacf022366e01bf6d3d71>


---

# 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://docs.belt.fi/tokenomics/belt-supply/buyback-and-burn-policy.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.
