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:

Rewarddaily=Aindxstaked×Rbase×(1+Bhold)×(1+Binvest)×(1+Bglobal) Reward_{daily} = Aindx_{staked} \times R_{base} \times (1 + B_{hold}) \times (1 + B_{invest}) \times (1 + B_{global})

Where:

  • Reward_daily — daily reward in Aindx

  • Aindx_staked — the number of tokens in staking

  • R_base — dynamically adjusted base rate that decreases over time

  • B_hold — bonus for the holding duration

  • B_invest — bonus based on the amount of invested funds

  • B_global — global liquidity bonus

Maximum Profit:

Aindxmax=Aindxstaked×1.6Aindx_{max} = Aindx_{staked} \times 1.6

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:

Rbase, new=Rbase, prev×(1α)R_{\text{base, new}} = R_{\text{base, prev}} \times (1 - \alpha)

Where:

  • α – coefficient of the monthly base rate decrease

  • R_base, prev – previous rate value

  • R_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