Liquid Staking
Mechanics Description:
Liquid staking allows users to utilize their frozen mints by pairing them with an equivalent amount of TON.
How It Works:
The user selects a frozen mint that was created through purchasing or farming.
The user adds an equivalent amount in TON based on the current value of their AINDX tokens. Example: If the user has 130 AINDX and the current price of 1 AINDX = 0.01 TON, they must add 1.232 TON.
The system accrues a daily yield of 2% of the total staked tokens. This is the base rate, which gradually decreases over time.
In addition to the base rate, users receive bonus rewards based on:
Their individual contribution
The holding period (the time they haven’t sold tokens)
The collective liquidity bonus
Staking is considered completed once the user earns 160% profit on their staked amount.
If a user sells tokens before staking completion, the holding period bonus is reset.
Yield Calculation Formula:
Where:
Reward_daily
— daily reward in AindxAindx_staked
— the number of tokens in stakingR_base
— dynamically adjusted base rate that decreases over timeB_hold
— bonus for the holding durationB_invest
— bonus based on the amount of invested fundsB_global
— global liquidity bonus
Maximum Profit:
Hold Bonus: +0.05% for every 24 hours without selling tokens (max +2%).
Investment Bonus: +0.05% for every 100 TON invested (max +1%).
Collective Bonus: +0.05% for every 10,000 TON in liquidity (max +10%).
Dynamic Base Rate Adjustment:
Initial value of R_base = 2% per day. If the system’s liquidity is stable, the rate decreases monthly by α%. If liquidity drops to a critical level, the base rate is temporarily increased.
Base Rate Adjustment Formula:
Where:
α
– coefficient of the monthly base rate decreaseR_base, prev
– previous rate valueR_base, new
– new rate value after adjustment
Contribution Distribution (Liquid Staking)
All funds added by the user to liquid staking are distributed as follows:
10% — Marketing Fund
30% — Liquidity Pool
60% — Reserve Fund
This mechanism ensures a balance between liquidity stability and the long-term sustainability of the platform.
Last updated