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

# Current Tokenomics

## Considerations

Because we want to maintain the circulation supply to be optimal, we want to drop **The** **Emission Rate Supply**. Please check about the [Old Tokenomics](/tokenomics/ldx/tokenomics.md) for the information.

## Initial Total Supply

The Initial Supply of Litedex (LDX) is about 500 million tokens, the initial token supply is used to build ecosystem, strategic partnership, etc which will be used for several purposes as follows :&#x20;

| **Section**              | % of Total Supply |      Size (LDX) |                                                                               Description |
| ------------------------ | ----------------- | --------------: | ----------------------------------------------------------------------------------------: |
| Private Sale             | 18.00 %           |      90.000.000 |                                                                            Early Investor |
| Public Sale              | 12.00 %           |      60.000.000 |                                                                           ICO - IEO - IDO |
| Research & Development   | 10.00 %           |      50.000.000 | <p>Unlocked in 1 month after </p><p>platform launched and </p><p>lasts for 5 months  </p> |
| Partnership & Ecosystem  | 30.00 %           |     150.000.000 |    Provide for Partnership & Ecosystem (Liquidity Allocation, Strategic Partnership, etc) |
| Foundation               | 24.00 %           |     120.000.000 |     <p>Unlocked in 1 year after</p><p>platform launched and</p><p>lasts for 12 months</p> |
| Bug Bounty Program       | 2.00 %            |      10.000.000 |                                             <p>Provide to make </p><p>a better system</p> |
| Smart Contract Insurance | 2.00 %            |      10.000.000 |                                                        Mitigation Risk Control Management |
| Community Airdrop        | 2.00 %            |      10.000.000 |                                                <p>Provide to Litedex </p><p>Community</p> |
| **Total Supply**         | **100.00 %**      | **500.000.000** |                                                         **Provide to Build an Ecosystem** |

## **Deflationary Mechanism** <a href="#other-deflationary-mechanics" id="other-deflationary-mechanics"></a>

At present, LDX is also burned in the following ways:

* **100%** of LDX raised in **Wednesday Burning Phase**

At future, LDX will be burned in the following ways:

* **Staking Aggregator**
* **Dex Aggregator (Router Upgrade)**
* **Auto Compounding Stake**
* **Auto Compounding Farm**
* **Partnership**
* **Token Factory**
* **Initial Launchpad Offering**


---

# 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.litedex.io/tokenomics/ldx/current-tokenomics.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.
