UPDATE: information described in this post is outdated.
-------original post-------------
A full-powered up-vote from @ned worth around $1600 (calculation is based on recent rate).
- if after you voted, the reward shows on a post became $100 from $0, and Ned up-voted after you, the final reward will become ~$2500 (which is 50*50), distribution the reward is: author $1250, you $350, Ned $900
- if after you voted, the reward shows on a post became $1 from $0, and Ned up-voted after you, the final reward become ~$1681 (which is 41*41), distribution of the reward is: author $840.5, you $21.5, Ned $819
- if after you voted, the reward shows on a post became $0.01 from $0, and Ned up-voted after you, the final reward become ~$1608 (which is 40.1*40.1), distribution of the reward is: author $804, you $2, Ned $802
Formulas:
ned_voting_weight = 40
your_voting_weight = SQRT ( initial_shown_reward )
new_reward = (ned_voting_weight + your_voting_weight) * (ned_voting_weight + your_voting_weight)
your_reward_weight = your_voting_weight
ned_reward_weight = ned_voting_weight * ned_voting_weight * ned_voting_weight / new_reward
author_reward = new_reward / 2
your_reward = author_reward * your_reward_weight / (your_reward_weight + ned_reward_weight)
ned_reward = author_reward - your_reward
Reference:
@dantheman/how-to-maximize-curation-rewards