> For the complete documentation index, see [llms.txt](https://tokenlon.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tokenlon.gitbook.io/docs/learn/lon-economic-mechanisms/buyback.md).

# LON 回购

### 什么是 LON 回购

根据 [Tokenlon Litepaper](https://tokenlon.im/files/Tokenlon-Litepaper_zh-cn.pdf) 中的规划，Tokenlon 协议所收取**手续费的净利润**将会被用于在公开市场上回购 LON，回购的 LON 将被转移至财库以及用于质押奖励。

![image1.png](https://support.tokenlon.im/hc/article_attachments/360091248972/image1.png)

为了让 LON 回购更有序健康，避免对市场造成直接冲击，LON 回购将分批进行，单次可回购的 LON 数量有上限，且发起的时间有所间隔。对单次回购上限和发起频次的设置将结合当前的市场流动性。同时，LON 回购发起权限将开放，任何人都可通过调用回购合约发起回购，整个流程都在区块链上完成，公开，透明，可验证。


---

# 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://tokenlon.gitbook.io/docs/learn/lon-economic-mechanisms/buyback.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.
