# Buyback & Burn

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

Gyrowin has two types of combination functions for **Buyback**, **Burn** and **Reward**.

## 1. Buyback -> Burn

There are many unwelcome swap transactions such as front/backrun bots that cause panic selling and holders to lose their interest. Gyrowin watches closely the unhealthy chart and we cure it with buyback.

[Check Buyback & Burn Contract](/about/smart-contracts-and-audits.md#buyback-and-burn-contract)

{% hint style="info" %}
The same amount of burn will be immediately executed after the buyback at the single transaction.
{% endhint %}

## 2. Buyback -> Burn & Reward

Every lottery has a 5% reward of the total prize for buyback.

Once the buyback happens, the amount will be burnt and rewarded for the Money plant respectively.

***

{% hint style="warning" %}
Burn can not be happened when total supply reach under 2 billion tokens.
{% endhint %}


---

# 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.gyro.win/archive/buyback-and-burn.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.
