# Burn Program & Deflation Model

As the protocol generates real yield, a portion of the performance fees is used to **buy LDY from the open market**.\
Governance can then choose to **redistribute or burn** part of this repurchased supply — gradually reducing circulating tokens over time and reinforcing scarcity.

***

### **Deflation Model Overview**

| Mechanism                     | Effect                                 | Why It Matters                           |
| ----------------------------- | -------------------------------------- | ---------------------------------------- |
| **Fixed max supply**          | No new tokens can ever be created      | Holders are never diluted by emissions   |
| **Buybacks from real yield**  | Sustained, organic buy pressure        | Token value scales with protocol usage   |
| **Governance-directed burns** | Circulating supply decreases over time | Increases scarcity & long-term alignment |

This ensures that **value flows toward long-term participants** rather than short-term speculators.

***

### **Buyback Distribution Structure**

Performance fees flow through the **FeeCollector** and are executed by the **BuybackManager**.\
Purchased LDY is then allocated into two pools:

| Destination              | Share   | Purpose                                             |
| ------------------------ | ------- | --------------------------------------------------- |
| **veLDY Community Pool** | **80%** | Distributed to locked stakers (veLDY) as real yield |
| **veLDY Council Pool**   | **20%** | Incentivizes governance execution & risk oversight  |

> **Stakers receive the majority of captured value.**

***

### **DAO-Controlled Burn Program**

The **DAO (via veLDY voting)** controls how repurchased LDY is treated:

* ✅ **Redistribute 100% to stakers** (default, increases yield APR)
* 🔥 **Burn a portion** (accelerates deflation & scarcity)
* 🔄 **Adjust buyback intensity** (based on TVL + liquidity conditions)

**Burns are not automatic.**\
They are **intentional and governed** to avoid destabilizing token liquidity.

***

### **Strategic Burn Capacity**

Up to **30% of the total LDY supply is controlled by the DAO** and may be:

* **Distributed** as long-term staking rewards
* **Burned** to reduce circulating supply
* **Re-allocated** to partnerships or liquidity incentives

This allows governance to balance:

| Objective                             | When It Applies                                |
| ------------------------------------- | ---------------------------------------------- |
| **Boost yield APR**                   | When staking demand is high                    |
| **Increase scarcity & price support** | When liquidity is deep and TVL is accelerating |
| **Support strategic growth**          | For integrations & ecosystem alignment         |


---

# 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.ledgity.finance/ldy-token/burn-program-and-deflation-model.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.
