You know, if you hold Steem Dollars, either in liquid form or savings, you'll earn interest. Compound interest is explained in this wikipedia article.
[Image source, by Jelson25 - Own work, CC BY-SA 3.0]
However, the interest will only be paid when the balance of your account changes. The algorithm is:
last interest paid time field stored in your accountinterest = average_balance_since_last_interest_pay * daily_interest_rate * daysannual_rate / 365. For example, current annual interest rate is 10%, daily rate is calculated as 10% / 365 = 0.0274%.If you have 1000 Steem Dollars, and
1000 * (1 + 10% / 12)^12 - 1000 = 104.7 SBD (calculation link)1000 * 10% = 100 SBDWhich means, if you don't move funds in time, you'll loss the compound interest.
How about someone make a bot to collect compound interest for its subscribers? The bot only need to send 0.001 SBD to subscriber's accounts once every month. Perhaps with a subscription fee of 0.002 SBD per account per month?
--- end of English part ---
你知道,如果你持有 Steem Dollar ,不管是在流动账户还是储蓄账户,你会挣到利息。复利介绍参见这篇英文文章)(如果链接打不开,请自己百度)。
[图 来源, 作者 Jelson25 - 自创, CC BY-SA 3.0]
但是,利息只会在你的账户余额发生变化时才会支付。算法是:
利息 = 上次支付利息后平均每天账户余额 * 天利率 * 天数年利率 / 365。比如现在年利率是 10% ,天利率计算公式是 10% / 365 = 0.0274。比如你账户里有 1000 Steem Dollar,并且
1000 * (1 + 10% / 12)^12 - 1000 = 104.7 SBD (计算链接)1000 * 10% = 100 SBD这意味着如果你没有及时动一下账户,你将不会获得复利。
如果有个机器人,专门为客户收集利息,会怎么样?这个机器人只需要每个月给客户转账 0.001 SBD 即可。可能机器人可以设置个每月每账户 0.002 SBD 的服务费。