Vaults
Last updated
Last updated
Vaults are specialized financial products that automatically manage and rebalance a portfolio of cryptocurrencies according to predefined strategies which help achieve high levels of compounding interest.
SettleTON Vaults are an integral part of the SettleTON platform, designed to simplify and enhance the investment process within the TON ecosystem.
Users deposit their funds into a SettleTON Vault, which pools together the deposits from multiple users.
Once funds are pooled, the vault automatically implements investment strategies designed to maximize returns. These strategies may include investing in a diversified set of assets within the TON ecosystem or participating in yield farming and other DeFi opportunities.
The vaults are periodically rebalanced to ensure that the investment strategy aligns with market conditions and the vault’s objectives.
The user transfers their Toncoins to a vault.
All of the user's Toncoins are sent to a newly deployed smart contract called InvestorAccount
.
InvestorAccount
splits the user's Toncoins in half, using one half to perform a swap on a DEX for Jetton tokens.
After the swap is complete, InvestorAccount
combines the swapped Jetton tokens with the remaining Toncoins and deposits them into a liquidity pool on the DEX.
Once InvestorAccount
receives LP tokens from the DEX, it sends them to the vault.
When the vault receives the LP tokens, it updates its internal state and mints proxy tokens as a share for the user.
The user burns their proxy tokens.
The vault is notified, updates its internal state, and burns the corresponding share of LP tokens.
The DEX is notified and sends Toncoins and Jetton tokens back to the vault.
The vault swaps the Jetton tokens for Toncoins on the DEX.
The DEX transfers the Toncoins back to the vault.
The vault returns the Toncoins to the user.
Our automation claims the rewards accumulated for the vault (these rewards can be claimed by anyone, but they will always be sent to the vault).
The vault swaps the rewards for Toncoins.
The vault initiates the deposit process described earlier, but this time no proxy tokens are minted, which increases the value of the existing proxy tokens.