How To Calculate Reward For An Author
Goal
Сalculate reward to author for a post in Golos application.
Steps
To calculate total amount of reward for a post you can use the formula:
payout
— total amount of reward for the post.reward_weight
— a weight of reward for a post.funds
— total number of tokens in the reward pool.sharesfn
— a share of tokens that allocated in the rewards pool to be used for reward for the post (this parameter depends on a weight of the post).rsharesfn
— number of tokens that allocated in the rewards pool to be be spent on reward for all posts (parameter depends on total weight of all posts).
To determine the amount of reward to author of the post it is recommended to use the formula:
curation_payout
— total amount of fee to curators .ben_payout_sum
— total amount of payments to beneficiaries .
Useful links
Last updated