create account

Benefactor rewards status before Hardfork20 by juecoree

View this thread on: hive.blogpeakd.comecency.com
· @juecoree · (edited)
$39.05
Benefactor rewards status before Hardfork20
## 0. Introduction <hr>

Benefactor Rewards was introduced in  [hardfork18](https://github.com/steemit/steem/issues/773). It splits a part of the authors rewards to a list of beneficiaries. Regardless of the author's reward setting, benefactors received the rewards in 100% steem power (SP). It was able to help and support developers to continue their steem-based application projects (Dapps).

Once [hardfork20](https://steemit.com/steem/@steemitblog/steem-velocity-hardfork-hardfork-20) is implemented on Tuesday, September 25, at 11:00am EST., benefactors will receive both steem power (SP) and liquid steem. It will be helpful for project owners and developer to sustain and maintain their projects.

**Why do this analysis?**

In this analysis, I want to explore the benefactor reward trends and distribution before the full implementation of [hardfork20](https://steemit.com/steem/@steemitblog/steem-velocity-hardfork-hardfork-20). In addition, I will find out “proof of growth” of the steem blockchain by looking into the number of projects being reward through benefactor reward system.

#### Github Repository: [steemit/steem](https://github.com/steemit/steem)

## 1. Aim of the Analysis <hr>

The goal of the analysis is to:

1. Analyze the monthly benefactor rewards trend between April 2017 and July 2018;

2. Perform a comparative analysis between the first 8 months and the last 8 months of benefactor rewards; and,

3. Find out the most number of engagement and rewards among the beneficiaries.


## 2. Methodology ( Tools and Query) <hr>

I use [steemSQL wrapper](https://sql.steemhelpers.com/) to find out the data columns inside the **VOCommentBenefactorRewards** table from [steemSQL](www.steemsql.com). Having no experience with the **VOCommentBenefactorRewards** table, I initialize a query to look into data contents in each columns. 

> <code>SELECT * FROM VOCommentBenefactorRewards(NOLOCK) WHERE VOCommentBenefactorRewards.timestamp >= '2018/07/01' AND VOCommentBenefactorRewards.timestamp < '2018/08/01'</code>

<br>After observing the raw data, I found out that the reward is an **varchar** data type. This could not be used to create visuals and plots on benefactor reward trends. So, I created a new query which contains a convertion of  **varchar** to **float** data type for the rewards.

><code>CONVERT(float,LEFT(VOCommentBenefactorRewards.reward,LEN(VOCommentBenefactorRewards.reward)-6))) AS [REWARD] </code>


<br> A final query was used to tabulate the monthly distribution of benefactors, post count, and sum of rewards. The query is written below.

> <code>SELECT	 
YEAR(VOCommentBenefactorRewards.timestamp) AS [YEAR],
MONTH(VOCommentBenefactorRewards.timestamp) AS [MONTH],	
COUNT(VOCommentBenefactorRewards.benefactor) AS [BENEFACTOR],	
COUNT(VOCommentBenefactorRewards.permlink) AS [POST],	
SUM(CONVERT(float,LEFT(VOCommentBenefactorRewards.reward,LEN(VOCommentBenefactorRewards.reward)-6))) AS [REWARD]	
FROM VOCommentBenefactorRewards(NOLOCK)	
WHERE	
VOCommentBenefactorRewards.timestamp >= '2017/04/01' AND
VOCommentBenefactorRewards.timestamp < '2018/08/01'
GROUP BY 
YEAR(VOCommentBenefactorRewards.timestamp),
MONTH(VOCommentBenefactorRewards.timestamp)</code>

<br>To retrieve all the benefactors with each corresponding post count and reward sum, another query was used :

> <code>SELECT	
VOCommentBenefactorRewards.benefactor AS [BENEFACTOR],
COUNT(VOCommentBenefactorRewards.permlink) AS [POST],	
SUM(CONVERT(float,LEFT(VOCommentBenefactorRewards.reward,LEN(VOCommentBenefactorRewards.reward)-6))) AS [REWARD]	
FROM VOCommentBenefactorRewards(NOLOCK)	
WHERE	 
VOCommentBenefactorRewards.timestamp >= '2017/04/01' AND
VOCommentBenefactorRewards.timestamp < '2018/08/01'
GROUP BY	
VOCommentBenefactorRewards.benefactor</code>

<br> After all the data were successfully gathered, visualization and plotting was done through Microsoft Excel.

## 3. Data Presentation and Analysis <hr>

### Rewards and User Engagement Shares of Benefactors<br>

A total of 777,267,981 Vests was rewarded to 2,712 benefactors. [Dtube](https://d.tube/) received 34.16% of the rewards.  It was followed by [utopian.pay](https://steemit.com/@utopian.pay) and [esteemapp](https://steemit.com/@esteemapp) with 15.49% and 11.06% share of the reward. Most rewarded beneficiaries are projects, Dapps and delegators in the platform.

![](https://cdn.steemitimages.com/DQmNySv8iADvNQ56oZ5AKabf7C54FfYtX5mAe41yJpC4X1Q/image.png)<center><sub>Figure 1:  Rewards distribution among different beneficiaries </sub></center>

Popular mobile apps (e.g. [esteemapp](https://steemit.com/@esteemapp) and [steepshot](https://steemit.com/@steepshot)) gain more shares in the reward because it is easily accessible through user's smartphone.

Contribution based Dapps also landed on top of the most rewarded beneficiaries such as [utopian-io](https://steemit.com/@utopian-io) and [steemhunt](https://steemhunt.com/).

Among delegators, @freedom received about 2.21% of the reward. Other delegators such as @misterdelegation and @ned (steemit founder) also received a fair share of the reward.

![](https://cdn.steemitimages.com/DQmTLjjyPF7sRLQtabPj12RQmBqQGZt8FDGUfep44ZK7JJN/image.png)<center><sub>Figure 2:  Post count distribution among different beneficiaries </sub></center>

In terms of user engagement, [esteemapp](https://steemit.com/@esteemapp) gain  41.21% share for being popularly used by users in steem blockchain. It was followed by [steepshot](https://steemit.com/@steepshot) with 7.53% usage.  Popular Dapps  such as [Dtube](https://d.tube/) and [Dmania](https://dmania.lol/) also receive a good share of user engagement.

Short content platforms such as  [esteemapp](https://steemit.com/@esteemapp), [steepshot](https://steemit.com/@steepshot), [zappl](https://steemit.com/@zappl) and [Dmania](https://dmania.lol/) are quite popular for most users in the platform. It has listed the most engagement among top beneficiaries. 

Photography related apps and project also popular among users such as [steepshot](https://steemit.com/@steepshot) and [bescouted.com](https://www.bescouted.com/). In addition, contribution and rewarding platforms such as utopian and [steemhunt](https://steemhunt.com/) is also popular.

### Benefactor Reward: Monthly Trends<br>

<center>![](https://cdn.steemitimages.com/DQmPySD3WUrE14n9YurHtLRHcMGpdtZ3EMEtC8vT4XZYmdi/image.png)</center><center><sub>Figure 3:  Monthly number of beneficiaries receiving the rewards</sub></center>


After benefactor rewards released in April 2017 ([hardfork18](https://github.com/steemit/steem/issues/773)), the number of benefactors was steadily increasing for the next 12 months. On average, there are 146,237 beneficiaries rewarded. A notable decline was observed from March 2018 until today. However, the number of beneficiaries in July  is still above the 146,237 average. 

As stated earlier, majority of the beneficiaries are projects in steemit. The decline of beneficiaries may be attributed to projects that was already shutting down. In fact, [chainb](https://chainbb.com/) has announced shutdown 5 months ago.

In reality, project owners and developers need to pay for the operating cost to maintain the project online including server fees. Withdrawing steem power (vests) needs at most 13 weeks to fully get the all withdrawn steem power (vest).  

In addition, [hardfork20]([hardfork20](https://steemit.com/steem/@steemitblog/steem-velocity-hardfork-hardfork-20)) is timely to correct the downtrend. Projects owners will be receiving **liquid steem** so that they can easily have funds to pay the operating cost. 

<center>![](https://cdn.steemitimages.com/DQmeB2xFdQCBnGhwRhZcVzXqJfDwJcR2RtzYQk6ZtjBtLHW/image.png)<br><sub>Figure 4:  Monthly benefactor rewards generated</sub></center>

On average, the monthly generated benefactor reward is 48,579,248.79 Vests. The highest generated benefactor reward was about 95,806,550.87 Vests. A notable decline only happen in May 2018. It recorded 62,494,712.42 Vests. However, the decline is still above the monthly average.

 Overall, the plot shows an increasing amount of rewards generated. From the current numbers, it is expected to steadily increase in the coming months. A boost is also predicted as [hardfork20](https://steemit.com/steem/@steemitblog/steem-velocity-hardfork-hardfork-20) is released.


<center>![](https://cdn.steemitimages.com/DQmWX3UUUxTrv3NHMtLDFgzPdYZ8i5KtQ9fbTHDjiGpHHpi/image.png)</sub></center><center><sub>Figure 4:  Monthly post with beneficiaries (user engagement to projects) rewards generated</sub></center>

The same with the other metrics. Post count shown a steady increased in the first 12 months. On average, there are  165,636.68 post per month.  A steady decrease observed  after March 2018. However, the number are still above the monthly average.

In addition, the plot shows engagement of users to different projects in steemit. Each projects generates a good increasing numbers of engagement per month. It is projected to steadily increase for the coming months. However, we can not take for granted that there was a decrease in engagement. It may suggest lower retention of users into these projects.

I am hoping the notable decrease in the engagement will be reverse by the implementation of [hardfork20](https://steemit.com/steem/@steemitblog/steem-velocity-hardfork-hardfork-20). [Hardfork20](https://steemit.com/steem/@steemitblog/steem-velocity-hardfork-hardfork-20) have interesting updates that I believe to make the current numbers turn around.

### Looking for **"proof of growth"**

From April to November 2017, a total of 145,606,905.2 Vests distributed to 554 beneficiaries. [Esteemapp](https://steemit.com/@esteemapp) received 25.26% of the rewards amounting to 36,787,416.08 vests. [Dtube](https://d.tube/) and [Chainbb](https://chainbb.com/) followed with 19.53% and 11.86% share of the reward.


<center>![](https://cdn.steemitimages.com/DQmcKaz2gAcnKx6jHbFDxVARbwxvVZHFRg8Vyoz5sj7K89s/image.png)<sub>Figure 6:  Rewards shared by benefactor between April to November 2017</sub></center>


In the first 8 months, pioneer projects in steemit received big chuck of the reward. However, there are fewer projects  as beneficiaries within the timestamp.  We can also note that majority of the beneficiaries at this time are delegators and project owners e.g. @ned, @misterdelegation, @elear etc. 

On the other hand, from December 2017 to July 2018, [Dtube](https://d.tube/) gained the highest rewards at 37.53% share. It amounts to 23,7051,773.568934 Vests. The reward received by [Dtube](https://steemit.com/@dtube) increased by 644% from the earlier. 

 [Esteemapp](https://steemit.com/@esteemapp) placed third among beneficiaries at 7.76% which amounts to 49,024,725.5949041 Vests. It ranks two step lower from the previous ranking. In terms of reward earned,  [esteemapp](https://steemit.com/@esteemapp) gained 144% from December 2017 to July 2018 as compared to April 2017 to November 2017.


![](https://cdn.steemitimages.com/DQmVC16GgCAeBxATJuvdbxCEgwwML9nLH5GR3bRBVdaY1Nm/image.png)<center><sub>Figure 7:  Rewards shared by benefactor between December 2017 to July 2018</sub></center>

We can acknowledge growth of majority of the Dapps. However, it is inevitable that there were no project that suffer lost in the platform. [Chainb](https://chainbb.com/) has the biggest lost among the Dapps in the platform. It ranks 39th on the received reward from it previous rank 3rd in rewards. Primarily, the drop is caused by its announcement of shutdown earlier this year. Its reward drops 224.74%.

From December 2017 to July 2018, majority of the beneficiaries where projects in the platform. We can take note that the number of projects have tremendously increased over the last 8 months.  As a proof, there were more projects ranked with more benefactor rewards received than the earlier 8 months of benefactor rewards distribution. Sadly, there are some platforms that was not able to continue.

<center>![](https://cdn.steemitimages.com/DQmbbybxnZA2vgERB8nTMaHHqJjK6EHSDrCUZLUtzeHhbL6/image.png)<br><sub>Figure 8:  Comparison for selected **Dapps** rewards between different timestamp</sub></center>

We can see a tremendous growth in rewards for the popular dapps. As we can observe from the plot, majority of the selected dapps received more rewards between December 2017 to July 2018 as compared to April 2017 to November 2017. For example, [dtube](https://d.tube/) earned over 644% rewards as compared to the earlier stage of benefactor reward system in the platform.


<center>![](https://cdn.steemitimages.com/DQmaAisbGys8xhumD2BfPC8NHHewBzV2mmY4Gi2JfQwE4VU/image.png)<br><sub>Figure 8:  Comparison for selected **Dapps** engagement between different timestamp</sub></center>

Furthermore, we can observe more usage and engagement on dapps in the platform. For example, [esteemapp](https://steemit.com/@esteemapp) was widely used platform as it shares 35.53% of all post with beneficiaries. It is a good indication that dapps and other projects in the platform encourages user to engage more on the platform. Basically, majority of these projects rewards post and contribution.  

Overall, a positive "proof of growth" was identified from the increase in the rewards and engagements on different projects in steemit.  There were platforms that have loss rewards and shutting down. However, there are more new projects coming in. Majority generates bigger benefactor rewards and engagement to these projects.

As steemit moves forward with [hardfork20](https://steemit.com/steem/@steemitblog/steem-velocity-hardfork-hardfork-20), I strongly believe it will turn around the decreasing trend in the lat 3 months. We can expect a better rewards for both the users and the benefactors as well. 

## 4. Final Thoughts<hr>

A total of 2,712 benefactors shares the benefactor reward pool amounting to 777,267,981 Vests. **Dapps** received majority of the benefactor rewards. [Dtube](https://steemit.com/@dtube), [utopian](https://steemit.com/@utopian.pay) and [esteemapp](https://steemit.com/@esteemapp) shares 60.71% of the total benefactor reward.

In terms of engagement, short content platforms like [esteemapp](https://steemit.com/@esteemapp), [steepshot](https://steemit.com/@steepshot), [zappl](https://steemit.com/@zappl) and [Dmania](https://dmania.lol/) are popular with the users in the platform. It generates 64.87% of user postings with beneficiaries.

A notable decline was observed in the last 3 months for both rewards and posting. However, in general, the plot suggest an increasing trend even with a decrease in the tail-end of the timestamp.   We can expect a turn around of the last  3-months down trend by the time [hardfork20](https://[hardfork20](https://steemit.com/steem/@steemitblog/steem-velocity-hardfork-hardfork-20)) is implemented.

As for the "proof of growth", I was able to point out that there was a steady growth of the platform. In comparison to the time where benefactor reward was first introduced in [hardfork18](https://github.com/steemit/steem/issues/773), we can take into account a big increase of both rewards and engagement generated through the dapps and projects in steemit.

Lastly,  [hardfork20](https://[hardfork20](https://steemit.com/steem/@steemitblog/steem-velocity-hardfork-hardfork-20)) will eventually raised the reward further which could also generate more engagement. The increasing trend observed today will eventually be sustained. 

#### Proof of Work: [juecoree/Steemit-Analysis](https://github.com/juecoree/Steemit-Analysis/tree/master)
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 109 others
properties (23)
authorjuecoree
permlinkbenefactor-rewards-status-before-hardfork20
categoryutopian-io
json_metadata{"tags":["utopian-io","analysis","blockchainbi","busy","philippines"],"app":"steemit/0.1","users":["freedom","misterdelegation","ned","elear"],"image":["https://cdn.steemitimages.com/DQmNySv8iADvNQ56oZ5AKabf7C54FfYtX5mAe41yJpC4X1Q/image.png","https://cdn.steemitimages.com/DQmTLjjyPF7sRLQtabPj12RQmBqQGZt8FDGUfep44ZK7JJN/image.png","https://cdn.steemitimages.com/DQmPySD3WUrE14n9YurHtLRHcMGpdtZ3EMEtC8vT4XZYmdi/image.png","https://cdn.steemitimages.com/DQmeB2xFdQCBnGhwRhZcVzXqJfDwJcR2RtzYQk6ZtjBtLHW/image.png","https://cdn.steemitimages.com/DQmWX3UUUxTrv3NHMtLDFgzPdYZ8i5KtQ9fbTHDjiGpHHpi/image.png","https://cdn.steemitimages.com/DQmcKaz2gAcnKx6jHbFDxVARbwxvVZHFRg8Vyoz5sj7K89s/image.png","https://cdn.steemitimages.com/DQmVC16GgCAeBxATJuvdbxCEgwwML9nLH5GR3bRBVdaY1Nm/image.png","https://cdn.steemitimages.com/DQmbbybxnZA2vgERB8nTMaHHqJjK6EHSDrCUZLUtzeHhbL6/image.png","https://cdn.steemitimages.com/DQmaAisbGys8xhumD2BfPC8NHHewBzV2mmY4Gi2JfQwE4VU/image.png"],"links":["https://github.com/steemit/steem/issues/773","https://steemit.com/steem/@steemitblog/steem-velocity-hardfork-hardfork-20","https://github.com/steemit/steem","https://sql.steemhelpers.com/","www.steemsql.com","https://d.tube/","https://steemit.com/@utopian.pay","https://steemit.com/@esteemapp","https://steemit.com/@steepshot","https://steemit.com/@utopian-io","https://steemhunt.com/","https://dmania.lol/","https://steemit.com/@zappl","https://www.bescouted.com/","https://chainbb.com/","[hardfork20](https://steemit.com/steem/@steemitblog/steem-velocity-hardfork-hardfork-20)","https://steemit.com/@dtube","https://[hardfork20](https://steemit.com/steem/@steemitblog/steem-velocity-hardfork-hardfork-20)","https://github.com/juecoree/Steemit-Analysis/tree/master"],"format":"markdown"}
created2018-08-22 15:22:42
last_update2018-08-23 06:34:51
depth0
children9
last_payout2018-08-29 15:22:42
cashout_time1969-12-31 23:59:59
total_payout_value29.127 HBD
curator_payout_value9.920 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length15,612
author_reputation183,725,276,504,013
root_title"Benefactor rewards status before Hardfork20"
beneficiaries
0.
accountsteemplus-pay
weight100
1.
accountutopian.pay
weight500
max_accepted_payout100,000.000 HBD
percent_hbd10,000
post_id69,028,756
net_rshares28,809,338,278,587
author_curate_reward""
vote details (173)
@crokkon · (edited)
$4.65
properties (23)
authorcrokkon
permlinkre-juecoree-benefactor-rewards-status-before-hardfork20-20180824t064730696z
categoryutopian-io
json_metadata"{"app": ""}"
created2018-08-24 06:47:30
last_update2022-09-18 10:40:24
depth1
children2
last_payout2018-08-31 06:47:30
cashout_time1969-12-31 23:59:59
total_payout_value3.526 HBD
curator_payout_value1.121 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1
author_reputation81,214,366,861,104
root_title"Benefactor rewards status before Hardfork20"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id69,199,584
net_rshares3,163,994,563,036
author_curate_reward""
vote details (5)
@juecoree ·
$0.02
Thanks for the review, @crokkon! I agree it will generate additional insight if I had look into the individual dapps. 
👍  
properties (23)
authorjuecoree
permlinkre-crokkon-re-juecoree-benefactor-rewards-status-before-hardfork20-20180824t113944176z
categoryutopian-io
json_metadata{"community":"busy","app":"busy/2.5.6","format":"markdown","tags":["utopian-io"],"users":["crokkon"],"links":["/@crokkon"],"image":[]}
created2018-08-24 11:39:48
last_update2018-08-24 11:39:48
depth2
children0
last_payout2018-08-31 11:39:48
cashout_time1969-12-31 23:59:59
total_payout_value0.019 HBD
curator_payout_value0.005 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length118
author_reputation183,725,276,504,013
root_title"Benefactor rewards status before Hardfork20"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id69,219,467
net_rshares17,424,570,873
author_curate_reward""
vote details (1)
@utopian-io ·
Thank you for your review, @crokkon!

So far this week you've reviewed 1 contributions. Keep up the good work!
properties (22)
authorutopian-io
permlinkre-re-juecoree-benefactor-rewards-status-before-hardfork20-20180824t064730696z-20180825t025009z
categoryutopian-io
json_metadata"{"app": "beem/0.19.42"}"
created2018-08-25 02:50:09
last_update2018-08-25 02:50:09
depth2
children0
last_payout2018-09-01 02:50:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length110
author_reputation152,955,367,999,756
root_title"Benefactor rewards status before Hardfork20"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id69,283,835
net_rshares0
@gaman ·
Resteemed your article.  This article was resteemed because you are part of the New Steemians project. You can learn more about it here: https://steemit.com/introduceyourself/@gaman/new-steemians-project-launch
properties (22)
authorgaman
permlinkbenefactor-rewards-status-before-hardfork20-gaman-08232018
categoryutopian-io
json_metadata"{"app": "pysteem/0.5.4"}"
created2018-08-23 15:20:12
last_update2018-08-23 15:20:12
depth1
children0
last_payout2018-08-30 15:20:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length210
author_reputation-1,762,124,734,065
root_title"Benefactor rewards status before Hardfork20"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id69,134,406
net_rshares0
@grammarnazi ·
Minor Correction
You have a minor misspelling in the following sentence: <blockquote>Among delegators, @freedom recieved about 2.</blockquote> It should be <i>received</i> instead of <i>recieved</i>.
properties (22)
authorgrammarnazi
permlinkre-juecoree-benefactor-rewards-status-before-hardfork20-20180822t152239630z
categoryutopian-io
json_metadata{"app":"steemit"}
created2018-08-22 15:22:48
last_update2018-08-22 15:22:48
depth1
children0
last_payout2018-08-29 15:22:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length182
author_reputation-144,064,903,190
root_title"Benefactor rewards status before Hardfork20"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id69,028,760
net_rshares0
@mikefrancis ·
Cool
properties (22)
authormikefrancis
permlinkre-juecoree-benefactor-rewards-status-before-hardfork20-20181202t091734019z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-12-02 09:17:36
last_update2018-12-02 09:17:36
depth1
children0
last_payout2018-12-09 09:17:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length4
author_reputation256,807,704,771
root_title"Benefactor rewards status before Hardfork20"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id76,234,582
net_rshares0
@minnowsupport ·
<p>Congratulations!  This post has been upvoted from the communal account, @minnowsupport, by juecoree from the Minnow Support Project. It's a witness project run by aggroed, ausbitbank, teamsteem, someguy123, neoxian, followbtcnews, and netuoso. The goal is to help Steemit grow by supporting Minnows.  Please find us at the <a href="https://discord.gg/HYj4yvw"> Peace, Abundance, and Liberty Network (PALnet) Discord Channel</a>.  It's a completely public and open space to all members of the Steemit community who voluntarily choose to be there.</p> <p>If you would like to delegate to the Minnow Support Project you can do so by clicking on the following links: <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&amp;delegatee=minnowsupport&amp;vesting_shares=102530.639667%20VESTS">50SP</a>, <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&amp;delegatee=minnowsupport&amp;vesting_shares=205303.639667%20VESTS">100SP</a>, <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&amp;delegatee=minnowsupport&amp;vesting_shares=514303.639667%20VESTS">250SP</a>, <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&amp;delegatee=minnowsupport&amp;vesting_shares=1025303.639667%20VESTS">500SP</a>, <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&amp;delegatee=minnowsupport&amp;vesting_shares=2053030.639667%20VESTS">1000SP</a>, <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&amp;delegatee=minnowsupport&amp;vesting_shares=10253030.639667%20VESTS">5000SP</a>. <br><strong>Be sure to leave at least 50SP undelegated on your account.</strong></p>
properties (22)
authorminnowsupport
permlinkre-benefactor-rewards-status-before-hardfork20-20180822t154416z
categoryutopian-io
json_metadata"{"app": "beem/0.19.50"}"
created2018-08-22 15:44:15
last_update2018-08-22 15:44:15
depth1
children0
last_payout2018-08-29 15:44:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,691
author_reputation148,902,805,319,183
root_title"Benefactor rewards status before Hardfork20"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id69,030,745
net_rshares0
@trufflepig ·
**Congratulations!** Your post has been selected as a daily Steemit truffle! It is listed on **rank 15** of all contributions awarded today. You can find the [TOP DAILY TRUFFLE PICKS HERE.](https://steemit.com/@trufflepig/daily-truffle-picks-2018-08-23) 
    
I upvoted your contribution because to my mind your post is at least **13 SBD** worth and should receive **146 votes**. It's now up to the lovely Steemit community to make this come true.

I am `TrufflePig`, an Artificial Intelligence Bot that helps minnows and content curators using Machine Learning. If you are curious how I select content, [you can find an explanation here!](https://steemit.com/steemit/@trufflepig/weekly-truffle-updates-2018-33)
    
Have a nice day and sincerely yours,
![trufflepig](https://raw.githubusercontent.com/SmokinCaterpillar/TrufflePig/master/img/trufflepig17_small.png)
*`TrufflePig`*
    
properties (22)
authortrufflepig
permlinkre-benefactor-rewards-status-before-hardfork20-20180823t153857
categoryutopian-io
json_metadata""
created2018-08-23 15:39:00
last_update2018-08-23 15:39:00
depth1
children0
last_payout2018-08-30 15:39:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length885
author_reputation21,266,577,867,113
root_title"Benefactor rewards status before Hardfork20"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id69,136,144
net_rshares0
@utopian-io ·
$0.02
Hey @juecoree
 **Thanks for contributing on Utopian**.
We’re already looking forward to your next contribution!

**Want to chat? Join us on Discord https://discord.gg/h52nFrV.**

<a href='https://v2.steemconnect.com/sign/account-witness-vote?witness=utopian-io&approve=1'>Vote for Utopian Witness!</a>
👍  ,
properties (23)
authorutopian-io
permlinkre-benefactor-rewards-status-before-hardfork20-20180824t065534z
categoryutopian-io
json_metadata"{"app": "beem/0.19.42"}"
created2018-08-24 06:55:36
last_update2018-08-24 06:55:36
depth1
children0
last_payout2018-08-31 06:55:36
cashout_time1969-12-31 23:59:59
total_payout_value0.019 HBD
curator_payout_value0.004 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length301
author_reputation152,955,367,999,756
root_title"Benefactor rewards status before Hardfork20"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id69,200,147
net_rshares16,420,129,622
author_curate_reward""
vote details (2)