create account

How to Modify Steem Curation Such that Voting is Blind by steemed

View this thread on: hive.blogpeakd.comecency.com
· @steemed · (edited)
$793.35
How to Modify Steem Curation Such that Voting is Blind
Here I propose a method to make curation voting blind to voters, which will reduce swarm voting (voting where later voters blindly follow early voters) and may also reduce the incentive to vote with a bot.

# Bot voting is a potential problem for curation

Recently, it has been observed that a number of users have been using bots to automatically up-vote Steem authors who have a good track record of contribution. Steem developer Dan Larimer (@dan, @dantheman) conducted [an experiment](/steem/@dantheman/thoughts-on-autovoting) requesting users to not up-vote his post describing the experiment. The results revealed that many users up-voted the post, most of these likely were bots that did not evaluate the post beyond determining the author. Voters have a strong incentive to use bots because the Steem reward system weights early votes much more than those that come later.

Bot voting is a curation problem because it removes any incentive for curators to review submissions. Once a bot has voted on behalf of a user, the user has little reason to visit the post and override the bot's decision.

# Curation is a Schelling game

Curation voting can be considered a Schelling game where voters try to identify the post's [Schelling point](https://en.wikipedia.org/wiki/Focal_point_(game_theory)), which is the vote most likely to be cast by future voters. Essentially, each voter must decide from available information whether later voters will vote for the post. This information has three primary sources. The first is the subjective quality of the post content. If curation were a perfect game, post content would be the only source of information. If the post content is subjectively good, then the Schelling point is the up-vote. The second source is the body of decisions revealed by curators who have previously voted on the post in question. This source of information leads to swarm voting because the obvious Schelling point is the consensus of previous voters. The third source is the author's track record, where the Schelling point is an up-vote if the track record is positive. This latter source of information leads to bot voting, which will establish a Schelling point that then leads to swarm voting.

# A blind voting scheme requires limited cryptography

All sources of information not directly pertaining to the subjective quality of a post cannot be fully eliminated, although this information may be reduced. One way to do this is to use a blind voting scheme, where a voter does not know the votes of other curators. A blind voting scheme may be accomplished using a system with very little cryptographic overhead. The system I describe is inspired by Vitalik Buterin's [proposed system for a price feed](https://blog.ethereum.org/2014/03/28/schellingcoin-a-minimal-trust-universal-data-feed/).

The essence of this blind voting system is to have voting rounds wherein voters commit votes without initially revealing them. After each round is over, the voters reveal their commitments as a requirement to earn rewards.

Commitment C would be:

```
C = Hash(V + R + Hash(R + W) + K)
```

Here, V is the vote, encoded as 1 for an up-vote and 0 as a down-vote, R is a 256 bit random number, W is the voting weight, and K is the voter's public key. The term `Hash(R + W)` prevents the voter from changing votes by simply changing W, as would be possible with a commitment of the form `C = Hash(V + R + W + K)`. The large size (256 bit) of random number R prevents other voters from trivially decoding the vote by brute force.

At the end of each voting round, voters must reveal V, R, and W. The reveal step requires no effort from the voter because this step can easily be automated by the voter's client software.

# Reputation can attenuate voting power

If this system were coupled with a reputation score that attenuated voting power based on vesting, voters could compete for reputation. The mechanism would be one wherein curators that vote with the consensus take reputation from those who vote against consensus. Additionally, Sybil attack would be prevented in the same way it is currently, where voting power is weighted by vests. Inconsistent or incomplete (not revealed) votes would not be counted and would carry a penalty of approximately the same magnitude as minority voters.

# A blind voting system can reduce bot and swarm voting

This system would reduce bot voting because it would give time for curators to review material before being pressured to vote--in contrast to the current system where milliseconds matter. Additionally, later voters would not be able to freeload one the work of early voters because the results of the work would not be visible. Each round of voting could be scored independently, without taking into account earlier rounds, reducing (but not eliminating) the influence of earlier rounds on the Schelling points of later rounds.
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 26 others
👎  
properties (23)
authorsteemed
permlinkhow-to-modify-steem-curation-such-that-voting-is-blind
categorysteem
json_metadata{"tags":["curation"],"users":["dantheman"],"links":["/steem/@dantheman/thoughts-on-autovoting","https://en.wikipedia.org/wiki/Focal_point_(game_theory)","https://blog.ethereum.org/2014/03/28/schellingcoin-a-minimal-trust-universal-data-feed/"]}
created2016-06-01 00:10:18
last_update2016-06-01 00:19:18
depth0
children24
last_payout2016-08-22 17:28:12
cashout_time1969-12-31 23:59:59
total_payout_value396.676 HBD
curator_payout_value396.672 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length4,906
author_reputation23,215,872,177,290
root_title"How to Modify Steem Curation Such that Voting is Blind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,086
net_rshares97,704,047,756,057
author_curate_reward""
vote details (91)
@alex2016 ·
Very nice !
http://tamgdeya.ru/photos/norm/1/1_9CBqpg5f.gif
properties (22)
authoralex2016
permlinkre-steemed-how-to-modify-steem-curation-such-that-voting-is-blind-20160725t195504874z
categorysteem
json_metadata{"tags":["steem"],"image":["http://tamgdeya.ru/photos/norm/1/1_9CBqpg5f.gif"]}
created2016-07-25 19:55:03
last_update2016-07-25 19:55:03
depth1
children0
last_payout2016-08-22 17:28: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_length59
author_reputation14,164,066,108,826
root_title"How to Modify Steem Curation Such that Voting is Blind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id355,533
net_rshares0
@arhag ·
$220.56
Not bad. 

The biggest barrier, from a user experience point of view, is the fact that users cannot simply vote and close their client for days and expect it all to work. One way around this is if the user trusts steemit.com to neither "front-run" them by using the information in the reveal to their advantage nor hurt them by refusing to broadcast, they can optionally send the signed reveal transaction (with sufficient expiration time far enough into the future) to steemit.com servers at the time of voting so that Steemit can then submit it to the blockchain at the appropriate time. The user choosing this path (which would not be mandatory) could even send the reveal transaction themselves (whether Steemit does or not) if they happen to be online at the right time, thus making Steemit act more as a backup plan.

Also, your commitment scheme seems on one hand unnecessarily complicated, and on the other hand not resistant to abuse enough. I would just use:
```
C = Hash(U || W  ||  R )
```
where `U` is the account name of the voter, and `W` is the voting weight (from -100% to 100%). The `U` is needed to prevent other users from simply copying the commitment of other big players they want to vote in a similar way to. The signed commitment transaction would of course be constructed to associate this commitment by the known voter to the particular post that it is voting for. The signed reveal transaction would be constructed to be associated with the commitment transaction.

I'm not so sure penalizing people for a contrarian vote is a good idea though. I agree there should be some penalty (not exactly sure of what) for not finishing the reveal process correctly. But I don't think someone simply voting against the trend should be penalized any more than the cost to their voting power to vote in the first place. So I am very hesitant on a reputation system where it can be taken away by the other curators for not voting with the crowd. The benefit to voting with consensus would be higher payout in curation rewards. The closer you are aligned with the consensus value, the higher your weight for the curation payout fraction (still weighted by your SP of course). So the only cost of a contrarian vote other than using some voting power would be opportunity cost, which is already the case today.
👍  , , , , , ,
properties (23)
authorarhag
permlinkre-steemed-how-to-modify-steem-curation-such-that-voting-is-blind-20160601t122735729z
categorysteem
json_metadata{}
created2016-06-01 12:27:36
last_update2016-06-01 12:27:36
depth1
children1
last_payout2016-08-22 17:28:12
cashout_time1969-12-31 23:59:59
total_payout_value110.280 HBD
curator_payout_value110.278 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length2,322
author_reputation52,490,827,205,383
root_title"How to Modify Steem Curation Such that Voting is Blind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,512
net_rshares50,584,079,738,189
author_curate_reward""
vote details (7)
@steemed ·
> I don't think someone simply voting against the trend should be penalized any more than the cost to their voting power to vote in the first place.

The advantage of hidden votes is that during a round, there is no trend established against which a voter would be contrarian.
properties (22)
authorsteemed
permlinkre-arhag-re-steemed-how-to-modify-steem-curation-such-that-voting-is-blind-20160601t185204342z
categorysteem
json_metadata{}
created2016-06-01 18:52:06
last_update2016-06-01 18:52:06
depth2
children0
last_payout2016-08-22 17:28: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_length276
author_reputation23,215,872,177,290
root_title"How to Modify Steem Curation Such that Voting is Blind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,844
net_rshares0
@cybercodetwins ·
I was wondering what happens if a bot voted and what's being done about it. Thank you on writing about this situation that's been circulating in steemit
properties (22)
authorcybercodetwins
permlinkre-steemed-how-to-modify-steem-curation-such-that-voting-is-blind-20160726t163948876z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-26 16:39:45
last_update2016-07-26 16:39:45
depth1
children0
last_payout2016-08-22 17:28: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_length152
author_reputation2,098,733,764,293
root_title"How to Modify Steem Curation Such that Voting is Blind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id378,094
net_rshares0
@dantheman ·
$35.10
Voters need to be known so vote can be tied to bandwidth limits and voting power. The public nature of the vote is useful so that not every one has to vote. People don't keep their client open.  

Good ideas, but there are human factors that are incompatible. There is a solution.
👍  , ,
properties (23)
authordantheman
permlinkre-steemed-how-to-modify-steem-curation-such-that-voting-is-blind-20160601t021621305z
categorysteem
json_metadata{}
created2016-06-01 02:16:21
last_update2016-06-01 02:16:21
depth1
children1
last_payout2016-08-22 17:28:12
cashout_time1969-12-31 23:59:59
total_payout_value17.552 HBD
curator_payout_value17.552 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length280
author_reputation240,292,002,602,347
root_title"How to Modify Steem Curation Such that Voting is Blind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,158
net_rshares19,058,847,362,953
author_curate_reward""
vote details (3)
@steemed ·
$1.74
The protocol doesn't hide voters, it hides their votes.

The only downside is that a client needs to be open to reveal votes. This doesn't have to be a continuous process. Mature votes could be revealed when a user logs in.
👍  
properties (23)
authorsteemed
permlinkre-dantheman-re-steemed-how-to-modify-steem-curation-such-that-voting-is-blind-20160531t235749358z
categorysteem
json_metadata{}
created2016-06-01 05:01:00
last_update2016-06-01 05:01:00
depth2
children0
last_payout2016-08-22 17:28:12
cashout_time1969-12-31 23:59:59
total_payout_value0.868 HBD
curator_payout_value0.868 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length223
author_reputation23,215,872,177,290
root_title"How to Modify Steem Curation Such that Voting is Blind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,235
net_rshares3,074,428,603,257
author_curate_reward""
vote details (1)
@fuzzyvest · (edited)
Then how do people tell if my content is posted by me? If I post under officialbeyondbitcoin...and 3 other people do the same before me...people are highly unlikely to vote mine up.
👍  ,
properties (23)
authorfuzzyvest
permlinkre-steemed-how-to-modify-steem-curation-such-that-voting-is-blind-20160601t003534115z
categorysteem
json_metadata{}
created2016-06-01 00:37:30
last_update2016-06-01 00:41:03
depth1
children5
last_payout2016-08-22 17:28: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_length181
author_reputation16,076,269,237,260
root_title"How to Modify Steem Curation Such that Voting is Blind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,108
net_rshares1,229,872,611
author_curate_reward""
vote details (2)
@complexring ·
$2.90
In this scheme, author of the content would always be known a priori, and voters at the end of each round would be known a posteriori.
👍  ,
properties (23)
authorcomplexring
permlinkre-fuzzyvest-re-steemed-how-to-modify-steem-curation-such-that-voting-is-blind-20160601t003907532z
categorysteem
json_metadata{}
created2016-06-01 00:39:09
last_update2016-06-01 00:39:09
depth2
children4
last_payout2016-08-22 17:28:12
cashout_time1969-12-31 23:59:59
total_payout_value1.452 HBD
curator_payout_value1.451 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length134
author_reputation62,649,292,215,598
root_title"How to Modify Steem Curation Such that Voting is Blind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,111
net_rshares4,352,130,091,348
author_curate_reward""
vote details (2)
@arhag · (edited)
Actually the voters would be known a priori as well. It's just that the *way* they vote would be blinded until the reveal stage of a round. Short of redesigning the system and using fancier cryptography (e.g. RingCT) to constantly mix "bandwidth coins" (for lack of a better name), the submitter of any transaction (including the vote commitment transaction) must be publicly associated to an account on the blockchain.
👍  
properties (23)
authorarhag
permlinkre-complexring-re-fuzzyvest-re-steemed-how-to-modify-steem-curation-such-that-voting-is-blind-20160601t123504187z
categorysteem
json_metadata{}
created2016-06-01 12:35:03
last_update2016-06-01 12:36:36
depth3
children0
last_payout2016-08-22 17:28: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_length419
author_reputation52,490,827,205,383
root_title"How to Modify Steem Curation Such that Voting is Blind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,517
net_rshares697,833,186
author_curate_reward""
vote details (1)
@fuzzyvest ·
Ahh I see.
👍  
properties (23)
authorfuzzyvest
permlinkre-complexring-re-fuzzyvest-re-steemed-how-to-modify-steem-curation-such-that-voting-is-blind-20160601t030220631z
categorysteem
json_metadata{}
created2016-06-01 03:04:18
last_update2016-06-01 03:04:18
depth3
children0
last_payout2016-08-22 17:28: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_length10
author_reputation16,076,269,237,260
root_title"How to Modify Steem Curation Such that Voting is Blind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,195
net_rshares893,226,479
author_curate_reward""
vote details (1)
@hr1 ·
But this doesn't solve the auto-voting based on the author, which is I think the bigger problem here.
properties (22)
authorhr1
permlinkre-complexring-re-fuzzyvest-re-steemed-how-to-modify-steem-curation-such-that-voting-is-blind-20160601t083441890z
categorysteem
json_metadata{}
created2016-06-01 08:34:42
last_update2016-06-01 08:34:42
depth3
children1
last_payout2016-08-22 17:28: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_length101
author_reputation7,226,856,136,834
root_title"How to Modify Steem Curation Such that Voting is Blind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,332
net_rshares0
@liondani ·
$0.20
Make it sense using  something like that?
https://i.imgsafe.org/ea1c96bf89.jpg
👍  , ,
properties (23)
authorliondani
permlinkre-steemed-how-to-modify-steem-curation-such-that-voting-is-blind-20160601t085412517z
categorysteem
json_metadata{}
created2016-06-01 08:54:12
last_update2016-06-01 08:54:12
depth1
children1
last_payout2016-08-22 17:28:12
cashout_time1969-12-31 23:59:59
total_payout_value0.098 HBD
curator_payout_value0.098 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length78
author_reputation95,095,146,236,111
root_title"How to Modify Steem Curation Such that Voting is Blind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,351
net_rshares542,476,738,436
author_curate_reward""
vote details (3)
@complexring ·
$0.18
Wouldn't work, since you can interact with the blockchain using the cli_wallet.
👍  ,
properties (23)
authorcomplexring
permlinkre-liondani-re-steemed-how-to-modify-steem-curation-such-that-voting-is-blind-20160601t121011708z
categorysteem
json_metadata{}
created2016-06-01 12:10:12
last_update2016-06-01 12:10:12
depth2
children0
last_payout2016-08-22 17:28:12
cashout_time1969-12-31 23:59:59
total_payout_value0.088 HBD
curator_payout_value0.088 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length79
author_reputation62,649,292,215,598
root_title"How to Modify Steem Curation Such that Voting is Blind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,498
net_rshares492,589,712,136
author_curate_reward""
vote details (2)
@liondani ·
What if bot's are voting only author's... independently of accumulated votes? How will you prevent this?
properties (22)
authorliondani
permlinkre-steemed-how-to-modify-steem-curation-such-that-voting-is-blind-20160601t090143628z
categorysteem
json_metadata{}
created2016-06-01 09:01:45
last_update2016-06-01 09:01:45
depth1
children0
last_payout2016-08-22 17:28: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_length104
author_reputation95,095,146,236,111
root_title"How to Modify Steem Curation Such that Voting is Blind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,358
net_rshares0
@rafamushtaq ·
Vry  nyc
👍  
properties (23)
authorrafamushtaq
permlinkre-steemed-2018113t202941263z
categorysteem
json_metadata{"tags":["curation"],"app":"esteem/1.5.0","format":"markdown+html","community":"esteem"}
created2018-01-13 15:29:45
last_update2018-01-13 15:29:45
depth1
children0
last_payout2018-01-20 15:29:45
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_length8
author_reputation1,492,004,079
root_title"How to Modify Steem Curation Such that Voting is Blind"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,252,470
net_rshares0
author_curate_reward""
vote details (1)
@steemychicken1 ·
So in other words?  A post should be anonymous, and after a period of time, should reveal the name?
👍  
properties (23)
authorsteemychicken1
permlinkre-steemed-how-to-modify-steem-curation-such-that-voting-is-blind-20160601t002309527z
categorysteem
json_metadata{}
created2016-06-01 00:23:27
last_update2016-06-01 00:23:27
depth1
children5
last_payout2016-08-22 17:28: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_length99
author_reputation1,605,838,946,498,928
root_title"How to Modify Steem Curation Such that Voting is Blind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,097
net_rshares280,819,477
author_curate_reward""
vote details (1)
@steemed ·
Nothing is anonymous. The votes for a particular voting round are not revealed until after each round.
👍  
properties (23)
authorsteemed
permlinkre-steemychicken1-re-steemed-how-to-modify-steem-curation-such-that-voting-is-blind-20160601t002808302z
categorysteem
json_metadata{}
created2016-06-01 00:28:09
last_update2016-06-01 00:28:09
depth2
children4
last_payout2016-08-22 17:28: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_length102
author_reputation23,215,872,177,290
root_title"How to Modify Steem Curation Such that Voting is Blind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,104
net_rshares280,819,477
author_curate_reward""
vote details (1)
@tuck-fheman ·
Are votes on the blockchain?
👍  
properties (23)
authortuck-fheman
permlinkre-steemed-re-steemychicken1-re-steemed-how-to-modify-steem-curation-such-that-voting-is-blind-20160601t004426247z
categorysteem
json_metadata{}
created2016-06-01 00:44:27
last_update2016-06-01 00:44:27
depth3
children3
last_payout2016-08-22 17:28: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_length28
author_reputation345,778,813,561,569
root_title"How to Modify Steem Curation Such that Voting is Blind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,115
net_rshares280,819,477
author_curate_reward""
vote details (1)
@treeleaves ·
If a bot knows whats good or bad, maybe it should be rewarded ... in other words, lets reward people for the human factor somehow
properties (22)
authortreeleaves
permlinkre-steemed-how-to-modify-steem-curation-such-that-voting-is-blind-20160604t195629083z
categorysteem
json_metadata{"tags":["steem"]}
created2016-06-04 19:56:27
last_update2016-06-04 19:56:27
depth1
children0
last_payout2016-08-22 17:28: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_length129
author_reputation3,845,241,917,953
root_title"How to Modify Steem Curation Such that Voting is Blind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id23,609
net_rshares0
@wiser ·
I think this is an interesting development. I don't have a problem with the way it's done now, though I see your point about people upvoting a post just so they can be first in case the post gets popular. How would this affect your use of your own voting bot?
properties (22)
authorwiser
permlinkre-steemed-how-to-modify-steem-curation-such-that-voting-is-blind-20160803t173911490z
categorysteem
json_metadata{"tags":["steem"]}
created2016-08-03 17:39:21
last_update2016-08-03 17:39:21
depth1
children0
last_payout2016-08-22 17:28: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_length259
author_reputation48,379,014,515,870
root_title"How to Modify Steem Curation Such that Voting is Blind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id585,302
net_rshares0