Smart Mining V2
Smart Mining V2: A high-yield fixed-term mining mode
Last updated
Smart Mining V2: A high-yield fixed-term mining mode
Last updated
As one of the digital financial derivatives on SUN.io, mining provides crypto holders with stable, secure, and reliable services for subscription and redemption of investment products. Smart Mining V2, also known as fixed-term mining, is an important part of SUN.io's mining service. It converts a user's staked assets to virtual assets of a certain amount according to the amount of assets staked and the staking duration. The total virtual stake is defined as the total amount of virtual assets converted from all users' staked assets. Users are rewarded based on their virtual assets' proportion in the total virtual stake, and they are only allowed to redeem their assets during a specified period of time.
Reward Distribution
Suppose the stake amount of a token is "amount". The token's lock-up duration meets the following condition: 。 where is 1080 days, is 30 days, and the maximum acceleration rate is 1400% (magnifying by times). The veToken is calculated in the following way:
Here,refers to the amount of a user's virtual assets. According to the reward distribution formula (2) of Smart Mining V1, the user's rewards are calculated in the following way:
Contract code
Redemption Time of Fixed-Term Mining
Contract code
Mainnet contract address:TY1mxnpL18oDP8hsSrrxNZgUMj71pcyFS8
Mainnet contract address:TJmn1bjmNfE2F1sw2x6P224i8sFQj5mnbg
We use TronWeb to interact with contracts. One can easily interact with online contracts after initializing TronWeb instances.
View addresses of fixed-term/on-demand mining pools
Function: sub_pool()
View rewards of on-demand mining pools
Function:earned(address)
Parameter: user's addres
Deposit
Function:deposit(uint256)
Parameter:Deposit amount
Withdrawal
Function:withdraw(uint256)
Parameter:Withdrawal amount
Here, denotes the expansion factor of the reward token, denotes the i-th change, denotes the total virtual stake at the time to , and denotes the amount of the user's virtual assets at the time to .
denotes the length of a lock-up period, denotes the length of a cooling-off period for re-staking, denotes the time when the assets are staked, and denotes the current time. Assets can be redeemed when the following conditions are both met:
rewards denotes the total amount of rewards, denotes the amount of settled rewards, denotes the time of the last settlement, and denotes the lock-up duration during which the rewards are not settled yet. denotes the duration of time that is after the last lock-up period and shorter than a lock-up period. The user's rewards are calculated in the following way: