Under the Hood
(For the Curious)
Sui Coin Standard
Each token follows Sui’s
Coin<T>
standard with a unique TreasuryCap object granting mint/burn authority to the creator.The bot automates wallet creation and contract publishing via Sui CLI.
Turbos Concentrated Liquidity
90 % of the initial supply pairs with 0 SUI in a Turbos CLMM pool, providing tight spreads and efficient capital use.
All pool fees go to liquidity providers; the 1 % trading fee is collected separately by the contract.
Linear Vesting Logic
A timestamp‑based
claim()
function unlocks tokens linearly over 60 days.Dashboard widgets display the remaining schedule and claimable balance in real time.
Last updated