# Burning mechanisms

### GOLDAO buyback and burn

33% of the rewards from the Gold DAO ICP neurons are going to a buyback and burn wallet. This means that those ICP are used to buy GOLDAO on exchanges and subsequently burn them to reduce the total supply of GOLDAO. A canister ([atslz-hiaaa-aaaam-acq6q-cai](https://dashboard.internetcomputer.org/canister/atslz-hiaaa-aaaam-acq6q-cai)) is taking care of automatically buying back and burning GOLDAO at random intervals during the day.&#x20;

In the current configuration, this canister uses 33% of its [ICP balance](https://dashboard.internetcomputer.org/account/31836130dcff35502d04752ea5b82a24e44d41955f2a30bb8c2d284f4a318d82) per week to buy back GOLDAO on [ICPSwap](https://info.icpswap.com/swap/pool/details/k46ek-4qaaa-aaaag-qcyzq-cai) during six events each day and subsequently burn them. So, every buyback event uses 7 x 6 x 3 -> 1/126th of the buyback and burn canister's ICP balance. The intention of this setup is to make sure there are always ICP in the canister's balance to perform buyback events while keeping the impact on the price due to slippage low. Throughout the lifetime of Gold DAO, this burning rate averaged to about 5-10 million GOLDAO annually. The burning events can be seen on [its GOLDAO balance](https://dashboard.internetcomputer.org/sns/tw2vt-hqaaa-aaaaq-aab6a-cai/account/atslz-hiaaa-aaaam-acq6q-cai). &#x20;


---

# 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.gold-dao.org/resources/burning-mechanisms.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.
