VT Swap
VT liquidity is provided through an Automated Market Maker (AMM) pool with a specially designed price formula, aimed at achieving less gap between the prices of VT and T as the vesting period nears its end.
Price Formula:
Normalized time ( t ) ranges from 0 (Vesting End) to 1.
P(t) is a metric that measures the proportion of VT in the pool. Calculated by the formula: P(t) = Amount of VT / (Amount of VT + Amount of T)
rateScalar: rateScalar(t)=ScalarRoot/t, adjusts dynamically to maintain capital efficiency.
rateAnchor: rateAnchor(t) = 1 + (InitialAnchor-1) * t, adjusts the expected discount between VT and T.
R: Initial Liquidity Rate of VT/T
Last updated