Comment on page
FAQ
A: The balance display uses the toSignificant(6) method, that is, only the first six significant digits are retained. When the amount is relatively large, the fraction is not displayed, but it does not affect the transaction.
A: The annualized rate of return is estimated using the data at the current moment, such as the total lock-up volume or total transaction volume, block interval, unit block reward, etc. The unit block reward will generally not change, but the total locked position or total transaction volume is always changing, and the block interval is also dynamically changing, so the rate of return is floating.
A: The calculation formula is
the annualized return rate of the transaction = (Total weekly value distribution of KST / (Total transaction amount of the transaction pair x 0.003)) / 7 x 365
, and the individual's trading mining revenue is the total distribution amount of the pool x the percentage of personal transaction amount
.A: In this case, you can manually add a new custom token in Meta,Mask. The token contract address is
0x97019205d81eD9302F349f18116FE3dDec37d384
, and the token symbol is KST
. Just fill in and save it.A: During these three operations, you need to require the current transaction price. However, when the transaction is submitted to the chain, someone else may also submit the transaction and this move will affect the price. The deviation between the two prices is called a sliding point. You can improve the sliding point through the setting interface to solve this problem, but please pay attention to the risk. Increasing the sliding point may lead to a large difference between the actual transaction price and the price when the transaction is initiated.
Last modified 2yr ago