For the complete documentation index, see llms.txt. This page is also available as Markdown.

Liquidity Pool Emission

How Liquidity is emitted fairly to support the market

Cumulative Liquidity Emission unlocking day by day

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.

DailyEmission(First12Months)=0.5TotalPool365{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:

DailyEmission(After12Months)=0.1TotalPoolDaysSinceYear1{Daily Emission (After 12Months)} = \frac{0.1 \cdot {Total Pool}}{DaysSinceYear1}
The two stage model creates a special event at the end of year 1

Last updated