# Liquidity Pool Emission

<figure><img src="/files/Ka4T9QY7fnE1WSrkOISl" alt=""><figcaption><p>Cumulative Liquidity Emission unlocking day by day</p></figcaption></figure>

The liquidity pool follows a two-stage model:

**Stage 1: Linear Vesting**\
For the first 12 months, 50% of the liquidity pool tokens will be distributed via daily vesting. This ensures a steady and predictable supply of tokens to incentivize early adopters and bootstrap liquidity.

$$
{Daily Emission (First 12 Months)} = \frac{0.5 \cdot {Total  Pool}}{365}
$$

**Stage 2: Exponential Decay**\
After the initial 12 months, the remaining 50% of the liquidity pool tokens will be distributed using an exponential decay model. This gradual reduction in daily emissions ensures a sustainable decrease in token distribution over time. The emission rate decreases according to the following formula:

$$
{Daily Emission (After 12Months)} =  \frac{0.1 \cdot {Total  Pool}}{DaysSinceYear1}
$$

<figure><img src="/files/h6XSpyn7x9QndZzCHHcY" alt=""><figcaption><p>The two stage model creates a special event at the end of year 1</p></figcaption></figure>


---

# 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.ducattechnologies.com/token-governance/token-emission/liquidity-pool-emission.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.
