# KSP distribution ratio reflection policy

**Aggregation of Buyback quantity**

1. Smart contracts automatically buy back KSP every hour by using pool usage fees generated from each pair.
2. KSP buyback quantity accumulated for 24 hours (9 a.m. every day to 9 a.m. the day after) for each pair gets confirmed as KSP buyback quantity per day, and burned once a day.
3. KSP buyback quantities are aggregated by summing the quantities of 1st day (50%), 7th day (50%).
4. For recently created pairs, KSP buyback quantity aggregate criteria would not be met on the 7th  due to the short period of pool existing period. In this case, KSP buyback quantity aggregated from the creation of the pair to the present would be the norm.

* When the KSP buyback quantity by date of the pair, which has been 3 days after its formation, is as follows, the aggregate of KSP buyback quantity indexes on the 1st, 7th are as follows.&#x20;
* The buybacks quantities by date.&#x20;
* Day 1st: 10 KSP/ 2nd: 10 KSP /3rd: 20 KSP&#x20;
* KSP buyback quantity indexes of pair for 1st/7th/30th day 1st day : 10 KSP / 7th day : 40KSP (10+10+20)


---

# 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-new.klayswap.com/book-en/tokenomics/ksp/kspminingrate/detail.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.
