> For the complete documentation index, see [llms.txt](https://docs.gymnetwork.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gymnetwork.io/russian/vvedenie/mekhanizm-szhiganiya.md).

# Механизм сжигания

![](/files/Zl8DzMFqRrfauzEDxXkl)

Сжигание уменьшает количество токенов в обращении и делает их более дефицитными. Из-за дефицита цены могут вырасти, что принесет прибыль инвесторам. Наш механизм выкупа и сжигания токенов также реализован в процессе покупки.

Например, когда кто-то вносит депозит на фарминг, 4% от суммы депозита используется для покупки токенов GYMNET и их сжигания.

Таким образом, увеличивается постоянное давление со стороны покупателей при одновременном снижении общего предложения, что имеет долгосрочный стабилизирующий эффект для цены GYMNET.

![](/files/uTM3aDsKisXCUOuJLaM7)

<table><thead><tr><th width="133" align="center"></th><th width="246" align="center"></th><th width="209" align="center"></th><th align="center"></th></tr></thead><tbody><tr><td align="center"><strong>Percentage</strong></td><td align="center"><strong>GymNet Token Stability program - Buy and burn</strong></td><td align="center"><strong>Token</strong></td><td align="center"><strong>Time frame</strong></td></tr><tr><td align="center">4%</td><td align="center">Farms deposit<br>(mandatory)</td><td align="center">BNB, BUSD→GYMNET</td><td align="center">immediate</td></tr><tr><td align="center">8%</td><td align="center">Initial land sales (GYMSTREET)</td><td align="center">BUSD→GYMNET</td><td align="center">immediate</td></tr><tr><td align="center">8%</td><td align="center">Initial land upgrades (GYMSTREET)</td><td align="center">BUSD→GYMNET</td><td align="center">immediate</td></tr><tr><td align="center">8%</td><td align="center">Initial miner sales (GYMSTREET)</td><td align="center">BUSD→GYMNET</td><td align="center">immediate</td></tr><tr><td align="center">8%</td><td align="center">Initial aesthetic NFTs sales (GYMSTREET)</td><td align="center">BUSD→GYMNET</td><td align="center">immediate</td></tr><tr><td align="center">1%</td><td align="center">Royalties<br>(GYMSTREET)</td><td align="center">BNB, BUSD→GYMNET</td><td align="center">immediate</td></tr></tbody></table>


---

# 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.gymnetwork.io/russian/vvedenie/mekhanizm-szhiganiya.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.
