You are viewing a single comment's thread from:

RE: One Year Of Decentralized Hive Fund | Funding the Hive development in a decentralized manner

in LeoFinance4 years ago (edited)

The part about inflation isn't accurate. The inflation funding doesn't come from the return proposal (and as such isn't affected by how much funding goes to other proposals). It gets added directly into the DHF account hourly via a virtual operation that you can see on hiveblocks (or another explorer that shows virtual ops):

image.png

Since you are graphing the wrong thing, your graphs don't show the right rate of funding from inflation and you might want to redo them.

Sort:  

VOProposalPays, where the receiver is the steem.dao account.The way I have queried the data for the first chart is from the hivesql database from @arcange from the table

I'm not totally sure how this is calculated and what ends in this table. I'm wondering is the operation that you are pointing out stored on the hivesql somewhere and will be happy if @arcange can clear this out.

Otherwise I just might do some manual calculation about the daily amount of HBD added from inflation for a one year, but that would be approximate.

image.png

VOSPSFunds table.The operations @smooth mentioned are stored in the

Great, thanks!

Probably a different VOP but I don't know what it is called. As you say @arcange can probably help.

Yes, it is a separate VOP (natively named sps_fund

) and they are stored in a separate table in HiveSQL (see my reply to @dalz)