Introducing Next Vote - Maximize your curation rewards by upvoting before the bid bots

View this thread on: d.buzz | hive.blog | peakd.com | ecency.com
·@jga·
0.000 HBD
Introducing Next Vote - Maximize your curation rewards by upvoting before the bid bots
<center>
<img src="https://steemitimages.com/DQmZmskdxbDX7hRFCmVCqrYAUNhuaMeKDkM9BRGSJgeyVFJ/next-vote-app.png"/>
</center>

<div class="text-justify">
Hi Steemians, I'm glad to announce a new tool that can be useful for many people, especially minnows. As you know, Steem blockchain has been designed to incentive the good curation. If you upvote a post which has low value and time later it becomes popular, then your curations reward increase.
</div>

<center><h2>Next Vote is an App that shows you a list of posts that will receive a good vote from a Bid Bot</h2></center>

<div class="text-justify">
Voting bots are a popular way to promote posts. You pay for a vote, but in reward, the vote is worth more than what was paid. Some of the bots, like @minnowbooster or @randowhale, give upvotes just after they receive a transfer. <strong>But there is a type of bots that receive bids, and every 2.4 hours distribute 100% of their vote among the participants. They are the Bid Bots</strong>. This is an important information because we have a period of time where <strong>we could upvote some posts before the bid bots</strong> in order to increase our curations rewards.
</div>

<h1>Curation rewards</h1>
<div class="text-justify">
In other post we saw some interesting points about the <a href="https://steemit.com/steemit/@jga/how-to-optimize-your-upvote-mathematical-analysis">curation rewards and how to optimize them</a>. I only want to mention two:
</div>

<ol>
<li>The minimum curation received is the <strong>eighth part</strong> of the value of your vote.</li>
<li>The curation rewards are proportional to the <strong>root square of scale factor</strong>.</li>
</ol>

<div class="text-justify">
Suppose you upvote a post, and after that, it is worth in $2. If this post finally goes to $100 then it scaled 50 times after you. The root square of 50 is 7.07, then your curation rewards scale 7.07 times. The advantage of the bid bots is that we can know which posts will receive an upvote and at the same time its approximate value. If we choose posts that will scale a lot, so will our profits increase.
</div>

<h1>Next Vote Website</h1>

<div class="text-justify">
This website scans all bidbots and the current round of each one in order to show a list the posts that will receive an upvote. It is based on the bot list provided by <a href="https://steembottracker.com">steembottracker.com</a>.
</div>

<center>
<h2>Enter to <a href="https://joticajulian.github.io/next-vote">https://joticajulian.github.io/next-vote/</a></h2>

<img src="https://steemitimages.com/DQmcz9xsLKwAUjQuorTVJ6oyMKuWUnwsoRCvmFwekLuBWbT/nextvote1.jpg"/>
</center>

<div class="text-justify">
Each post contains two values: The first one, with sign $, is the actual payout, and the second is the transfer done to the bot in SBD. Additionally, there is the title, author, picture, and the time remaining for the bot vote.

<h2>Ordering posts</h2>
There are 3 ways to order the posts:

<ol>
  <li><div class="text-justify"><strong>Order by curation:</strong> The order take into account the curation reward that will be received. This order depends on the vote value, then there is a field to introduce your vote value or your account to calculate it. The curation rewards are calculated using this formula:</div>
  
  <center><img src="https://steemitimages.com/0x0/http://quicklatex.com/cache3/60/ql_2cbbdc9e12a71c41c7772606a2765960_l3.png"></center>
  
  <div class="text-justify">
  where <code>P0</code> is the post payout before your vote, <code>P1</code> is the payout just after your vote, <code>PT</code> is the total payout of the post, <code>v</code> is your vote, and <code>t</code> is the rule of 30 minutes (1 for 30 min, 0 for 0 minutes).
  
  If you are a whale the order probably will be from posts with $0.00 (where you receive at least <a href="https://steemit.com/steemit/@jga/how-to-optimize-your-upvote-mathematical-analysis">1/4 of your vote</a>). If you are a minnow the order probably will be one with the best ratio bid/actual_payout.
  </div>  
  </li>
  <li><div class="text-justify"><strong>Order by bid:</strong> The bid is the transfer done from the user to the bot. The best bids are listed first. However, keep in mind that a good bid does not necessarily imply a good curation. A post is most profitable if grows from $1 to $10, than from $50 to $100, despite the fact that the first grew less in quantity. As I mention before the important part is the scale factor.
  </div>
  </li>
  <li><div class="text-justify"><strong>Order by remaining time:</strong> The posts that will receive a vote soon will be listed first. This is good to give priority of reading, in order to read as many publications as possible.
  </div>
  </li>
</ol>

<h2>How to check the curation rewards?</h2>
You can use a very useful explorer called <a href="https://steemblockexplorer.com">steemblockexplorer</a>. Over there you can consult a detail of the votes including the actual curation distribution. Just take the post's link, and change "steemit.com" to "steemblockexplorer.com". I recommend you consult it just after you upvote, and after the upvote of the bot in order to see the differences. 

<h2>Community @nextvote</h2>
From this tool a new community is borning, its name is @nextvote, and its principal function is to promote good content from the posts that will receive an upvote from a bid bot. The trail of this community will be very useful for many minnows in order to receive better curation rewards. Additionally, it has good rewards to delegators of steem power. More details <a href="https://steemit.com/steemit/@nextvote/a-new-community-is-borning">here</a>.


<h2>Relevant Commits</h2>
<ul>
<li><a href="https://github.com/joticajulian/next-vote/commit/42fead66104f4c23e4236b82dad89640be407d02">Commit 1</a>: Initial web development.</li>
<li><a href="https://github.com/joticajulian/next-vote/commit/ba8d7d0e26af9d76aa5d9a299a6ba6b9c5b7f301">Commit 2</a>: Order of the posts and progress bar.</li>
<li><a href="https://github.com/joticajulian/next-vote/commit/989cd0bd69a00196d9243484c32f5f71adf65ef1">Commit 3</a>: Union of different bids for the same post. Better performance loading.</li>
</ul>

Special credits to @yabapmatt, your work on <a href="https://steembottracker.com">steembottracker.com</a> is amazing, and was very useful to develop this one!
</div>

<br /><hr/><em>Posted on <a href="https://utopian.io/utopian-io/@jga/introducing-next-vote-maximize-your-curation-rewards-by-upvoting-before-the-bid-bots">Utopian.io -  Rewarding Open Source Contributors</a></em><hr/>
👍 , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,